I build an apache/php4 binary and an apache/php3 binary. (Linux)
Both worked very good and easily. But there is one difference:
If I make an fopen on a remote host (fopen("http://www.b........", "r")) the apache/php4 can't do it and apache/php3 is able to do it. The script is completly the same.
The following errormessage occurs: "inapropriate ioctl".
Does anybody have an idea what the problem is, or did I miss an special compile option ?
I used the following versions of apache and php.
apache1.3.12/php3.0.15
apache1.3.12/php4.0.2
Thanks in advance
Christoph