From: <tr...@us...> - 2002-09-09 10:29:59
|
Update of /cvsroot/basedb/basedb In directory usw-pr-cvs1:/tmp/cvs-serv8197 Modified Files: README Log Message: Added note about newer/future versions of PHP Index: README =================================================================== RCS file: /cvsroot/basedb/basedb/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 9 Sep 2002 08:22:00 -0000 1.8 --- README 9 Sep 2002 10:29:56 -0000 1.9 *************** *** 14,19 **** 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: --- 14,20 ---- 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 or later. At the moment of writing, ! PHP 4.3 hasn't been released yet, and we haven't tested BASE with it. It's ! possible that some changes to BASE will be needed for PHP 4.3 compatibility. PHP compilation: |