From: Carsten K. <car...@us...> - 2001-12-13 08:22:50
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv9306/phpwiki/lib Modified Files: FileFinder.php Log Message: Permanently added Mac OS X pear path as this is unlikely to change in the near future. Also added a sample error message which would indicate when the include_path needs to be defined. Index: FileFinder.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/FileFinder.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** FileFinder.php 2001/10/29 20:43:18 1.3 --- FileFinder.php 2001/12/13 08:22:47 1.4 *************** *** 187,191 **** '/usr/local/share/php', '/usr/local/lib/php4', ! '/usr/local/lib/php')); } } --- 187,192 ---- '/usr/local/share/php', '/usr/local/lib/php4', ! '/usr/local/lib/php', ! '/System/Library/PHP')); } } |