ID: 36671 Comment by: judas dot iscariote at gmail dot com Reported By: doppelbauer at gmail dot com Status: Feedback Bug Type: HTTP related Operating System: Win XP SP2 PHP Version: 4.4.2 New Comment:
IIRC, this bug has been fixed in CVS. try a CVS snapshot. Previous Comments: ------------------------------------------------------------------------ [2006-03-09 15:21:38] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [2006-03-09 15:20:10] doppelbauer at gmail dot com Description: ------------ file_get_contents() or fopen() with http wrapper -> PHP crashes (Dr. Watson) Reproduce code: --------------- <?php file_get_contents("http://www.ccn.com/"); ?> or <?php fopen("http://www.ccn.com/","rb"); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36671&edit=1