| Posted by tristan@med.usyd.edu.au on 02/15/06 07:15 
Recently ive been migrating a PHP4 application build on a fedora Linux,to a MacOs10+ with PHP5.
 
 The most significant problem i have been experiencing is file based
 functions specifically functions handleing directories.
 
 For example both is_executable(), openDir() are returning false when
 the directories are setup and premissions are correct. I can access
 files in a directory but not execute functions on a directoy itself.
 
 For instance file_get_contents("/images/1.jpg") will work fine. However
 openDir("/images/") will fail.
 
 Has anyone else experienced the same sort of problem, if so did you
 find a fix or workaround?
 
 - Tristan
 [Back to original message] |