From: <tr...@us...> - 2002-09-09 08:22:05
|
Update of /cvsroot/basedb/basedb In directory usw-pr-cvs1:/tmp/cvs-serv18914 Modified Files: README Log Message: Corrected tpyo, part II Index: README =================================================================== RCS file: /cvsroot/basedb/basedb/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 9 Sep 2002 08:17:21 -0000 1.7 --- README 9 Sep 2002 08:22:00 -0000 1.8 *************** *** 7,18 **** Here's what you need to do to get BASE running: ! Download, install, and configure Apache, MySQL, and PHP. Version ! requirements: Apache 1.3.x has been tested. Apache 2 might be tricky to get ! to work with PHP, but it has been done. MySQL 3.23.x (x > 40 or so) is know to work with BASE. We don't know if anyone has tested MySQL 4, but it's likely that it works. PHP 4.2.1 works, and 4.2.0 probably works too. Note that there is a security issue with 4.2.1, and you should use 4.2.2. At the moment of writing, PHP 4.3 ! hasn't been released yet, adn we haven't tested BASE with it. PHP compilation: --- 7,19 ---- Here's what you need to do to get BASE running: ! Download, install, and configure Apache, MySQL, and PHP. ! Version requirements: ! Apache 1.3.x has been tested. Apache 2 might be tricky to get to work with ! PHP, but it has been done. MySQL 3.23.x (x > 40 or so) is know to work with BASE. We don't know if anyone has tested MySQL 4, but it's likely that it works. PHP 4.2.1 works, and 4.2.0 probably works too. Note that there is a security issue with 4.2.1, and you should use 4.2.2. At the moment of writing, PHP 4.3 ! hasn't been released yet, and we haven't tested BASE with it. PHP compilation: |