Page 1 of 1

fopen is not workin on Apache, why?

Posted: Thu Jul 13, 2006 3:45 pm
by alexus
ok,
i got this line

Code: Select all

$fd = fopen("http://www.myserver.net/xml/csv/index.php?rgroup=NY","r");
It works on remote server, but when I runt it on local machine im getin popup screen:

Apache.exe
The instruction at 0x100c5fca reference memory at 0x00000035. The memory could not be "read".


How can i fix that?


Thnx

Posted: Thu Jul 13, 2006 4:52 pm
by zink
http://bugs.php.net/bug.php?id=37863&edit=1

Sounds like an upgrade then... Hope this helps?

Posted: Thu Jul 13, 2006 4:55 pm
by alexus
which CVS?