stat(), is_dir, is_file, etc... not working
Posted: Mon Sep 30, 2002 11:02 pm
I recently installed apache2, mySQL, and php4 on win98 (before I had MDAC installed) (newbie) and have the following problem...
functions like is_dir(), always return 0 whether it's a directory or not. The stat() functions return an error or no data. It seems as if these functions are finding no file or directory data, even though functions like fopen() will work. Is this a php problem? windows? apache? anyone have any ideas?
functions like is_dir(), always return 0 whether it's a directory or not. The stat() functions return an error or no data. It seems as if these functions are finding no file or directory data, even though functions like fopen() will work. Is this a php problem? windows? apache? anyone have any ideas?