Page 1 of 1

Problem with filesystem functions

Posted: Thu Nov 12, 2009 1:39 am
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?