|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-11-20 15:27 UTC] sas at cvs dot php dot net
[2000-01-08 06:49 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 21:00:01 2025 UTC |
Configure line: ./configure --with-apache=../apache_1.3.9 --with-mcrypt Experienced same results without Apache, and with Php versions 3.0.10 and 3.0.11 and with various versions of libmcrypt from 2.2.1 and older As soon as --with-mcrypt was omitted, fsockopen worked fine. Example code: <? $fp = fsockopen("www.php.net",80); fputs($fp,"GET / HTTP/1.0\n\n"); ?> Warning: Unable to find file identifier 0 in /path/to/test.php3 on line 3 (Tried various hosts and ports)