fopen is not workin on Apache, why?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

fopen is not workin on Apache, why?

Post 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
zink
Forum Newbie
Posts: 6
Joined: Sun Jul 09, 2006 3:43 pm

Post by zink »

http://bugs.php.net/bug.php?id=37863&edit=1

Sounds like an upgrade then... Hope this helps?
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

Post by alexus »

which CVS?
Post Reply