mboeren Mon Feb 18 05:29:51 2002 EDT
Modified files:
/phpdoc/en/functions dbx.xml
Log:
Added entry for Sybase-CT support (cvs only) (Mc).
Index: phpdoc/en/functions/dbx.xml
diff -u phpdoc/en/functions/dbx.xml:1.26 phpdoc/en/functions/dbx.xml:1.27
--- phpdoc/en/functions/dbx.xml:1.26 Sun Feb 17 10:04:29 2002
+++ phpdoc/en/functions/dbx.xml Mon Feb 18 05:29:51 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<!--
If anyone from the translator group has problems with the
@@ -27,7 +27,7 @@
dbx-module, the module must be either linked or loaded into PHP,
and the database module must be supported by the
dbx-module. Currently, MySQL, PostgreSQL, Microsoft SQL Server,
- FrontBase and ODBC are supported, but others will follow
+ FrontBase, Sybase-CT and ODBC are supported, but others will follow
(soon, I hope :-).
</simpara>
<simpara>
@@ -131,6 +131,11 @@
<listitem>
<simpara>
<constant>DBX_FBSQL</constant> or "fbsql" (available from PHP 4.1.0)
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <constant>DBX_SYBASECT</constant> or "sybase_ct" (CVS only)
</simpara>
</listitem>
</itemizedlist>