ID: 35629 User updated by: marius at joy2share dot com Reported By: marius at joy2share dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux (Fedora Core 4) PHP Version: 5.1.1 New Comment:
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) Previous Comments: ------------------------------------------------------------------------ [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