Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5089
Modified Files:
install.php
Log Message:
Adding mssql to installer
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- install.php 30 Sep 2005 21:56:53 -0000 1.55
+++ install.php 9 Nov 2005 20:41:20 -0000 1.56
@@ -84,7 +84,9 @@
'mysql' => 'MySQL < 4.1',
'mysqli' => 'MySQL >= 4.1',
'oci8' => 'Oracle 8.1.x',
- 'pgsql' => 'PostgreSQL');
+ 'pgsql' => 'PostgreSQL',
+ 'mssql' => 'Microsoft SQL Server',
+ );
@ini_set("magic_quotes_runtime", 0); // runtime quotes will kill the included sql
@ini_set("magic_quotes_sybase", 0);
|