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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alidhaey at marqueze dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Nov 22 11:01:29 2024 UTC