mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added entry for Sybase-CT support (cvs only) (Mc).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70496 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a8634eae0e
commit
c2a7116c7b
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
@ -133,6 +133,11 @@ dbx_close($link);
|
|||
<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>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue