|
From: Ken T. <ke...@us...> - 2003-05-18 23:23:29
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv14738
Modified Files:
README
Log Message:
updated dmbs's and added MagicQuotes requirement.
Index: README
===================================================================
RCS file: /cvsroot/phpbt/phpbt/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README 15 Dec 2001 19:17:09 -0000 1.3
+++ README 18 May 2003 23:23:26 -0000 1.4
@@ -21,7 +21,9 @@
Here is a list of the requirements to get this running on your server.
1. A webserver
-2. PHP
-3. A database - Currently MySQL and PostgreSQL have been tested,
+2. PHP with support for your database and MagicQuotes. PHP by default
+ with MySQL support. *Without MagicQuotes, escaping in comments will
+ not work correctly.
+3. A database - Currently MySQL, Oracle and PostgreSQL have been tested,
though the goal is to be database independent. The query routine is a
notable exception to that goal at the moment.
|