ID: 35629 Updated by: [EMAIL PROTECTED] Reported By: marius at joy2share dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux (Fedora Core 4) PHP Version: 5.1.1 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-12-11 21:32:26] marius at joy2share dot com I tried with the CVS snapshot(PHP/5.1.2-dev) and I get the same result. [Sun Dec 11 22:32:11 2005] [notice] child pid 12430 exit signal Segmentation fault (11) ------------------------------------------------------------------------ [2005-12-11 14:09:37] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2005-12-11 04:23:15] marius at joy2share dot com Description: ------------ [Sun Dec 11 05:03:00 2005] [notice] child pid 12388 exit signal Segmentation fault (11) The script below worked fine with PHP 5.0.5. I have : Apache/2.2.0 PHP/5.1.1 configured on my system. Reproduce code: --------------- <?php error_reporting(E_ALL); $link="http://www.amazon.com/exec/obidos/tg/detail/-/0131867164/ref=pd_sbs_b_2/002-9050535-1556846?%5Fencoding=UTF8&v=glance"; $f = file($link); ?> Expected result: ---------------- $f will contain an array with that file. Actual result: -------------- [Sun Dec 11 05:03:00 2005] [notice] child pid 12388 exit signal Segmentation fault (11) And I get the file with the code mentioned above for download. The file is empty. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35629&edit=1