|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-20 15:34 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 16 09:00:01 2025 UTC |
Description: ------------ Apache crashes when using file(), or file_get_contents() or fopen() with a URL (allow_url_fopen enabled in php.ini, of course). I got back to php 4.4.1 and the everything works fine Reproduce code: --------------- <?php $file = file_get_contents('http://www.site.ltd/image.jpg'); echo strlen($file); ?> Expected result: ---------------- The size of the file Actual result: -------------- Apache crashes (no error in error.log)