Problem with filesystem functions

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
moiran
Forum Newbie
Posts: 1
Joined: Thu Nov 12, 2009 1:16 am

Problem with filesystem functions

Post by moiran »

I have encountered a strange problem that I hope someone might shed som light on for me...

After installing php 5 it seems that all filesystem functions fail, as if php can't see/read any files from within the website directory using filesystem functions, for instance file_exists() or file(). The strange part, however, is that including the same files using for instance include() or require() works just fine, as well as executing files that does not contain any file system functions.

Since this installation is on a customers system I do not have any further information than that it is a php 5.2.11 version installed on a Windows server (Windows Server 2003) and IIS 6.0 webservice. Server API ISAPI.

Does anyone have a clue what the problem might be?
Post Reply