From: Carsten K. <car...@us...> - 2001-12-26 14:56:13
|
Update of /cvsroot/phpwiki/phpwiki/doc In directory usw-pr-cvs1:/tmp/cvs-serv9123/phpwiki/doc Modified Files: INSTALL.MacOSX Log Message: Added a link to my homepage for downloading a PHP 4.1 Mac OS X binary and the corresponding Pear files. Also a brief note on how to update the PearDB support files after upgrading from PHP 4.0.6 to 4.1. Index: INSTALL.MacOSX =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/doc/INSTALL.MacOSX,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** INSTALL.MacOSX 2001/12/21 01:20:28 1.6 --- INSTALL.MacOSX 2001/12/26 14:56:10 1.7 *************** *** 94,97 **** --- 94,111 ---- + PHP 4.1 and Mac OS X + -------------------- + The version of PHP 4.1 from Mark Liyanage's web site requires an + updated PEAR library. PhpWiki seems to work anyway but it will produce + warnings about a depreciated user function with each page load. Move + the current contents of '/System/Library/PHP' into a backup folder, + such as '/System/Library/PHP/PEAR-4.0.6'. Take the contents of the + 'pear' folder from the official PHP 4.1 tarball (php-4.1.0.tar.gz) and + move it into '/System/Library/PHP'. A precompiled PHP 4.1 module for + Apache and the PearDB support files are also available at: + + <http://homepage.mac.com/carstenklapp/> + + PhpWiki Configuration Notes --------------------------- |