php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36667 Segmentation fault in 4.4.2
Submitted: 2006-03-09 14:34 UTC Modified: 2006-03-10 10:20 UTC
From: alidhaey at marqueze dot net Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.4.2 OS: Linux 2.4.32 SMP
Private report: No CVE-ID: None
 [2006-03-09 14:34 UTC] alidhaey at marqueze dot net
Description:
------------
Function fopen crash script, generating 'Segmentation fault'.

Reproduce code:
---------------
Content script testcrash.php:
<php
$file = fopen("http://urlOtherMachine/path2file");
echo "Ok";

?>

php -q testcrash.php







Expected result:
----------------
Expected result is test:
'Ok'



Actual result:
--------------
Segmentation fault

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-10 10:20 UTC] alidhaey at marqueze dot net
Fixed with last version stable http://snaps.php.net/php4-STABLE-latest.tar.gz

Compiler options for configure
./configure  --with-mysql=/furanet/daemons/mysql --with-apxs2=/furanet/daemons/apache-2.2.0/bin/apxs --with-gif --with-gif-dir=/usr --with-jpeg --with-gif --with-gif-dir=/usr --with-gd --enable-ftp --with-png-dir=/usr --with-zlib-dir=/usr --with-zlib --enable-experimental-zts

Wonderfull!!!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC