PHP 4.4.2 on WindowsでURLに対してのfopenでクラッシュ
id:らんどるふ(誰 たんより.
WindowsでPHP 4.4.2 & apacheでfopen使うとクラッシュする場合があるらしい.
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)
- -