mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added notes about availability of newly added features.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e795ce3f6f
commit
d48e65a6fb
3 changed files with 19 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.dbx-query">
|
||||
<refnamediv>
|
||||
|
@ -104,7 +104,7 @@ dbx_close($link);
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>DBX_COLNAMES_UNCHANGED</constant>
|
||||
<constant>DBX_COLNAMES_UNCHANGED</constant> (CVS only)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -114,7 +114,7 @@ dbx_close($link);
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>DBX_COLNAMES_UPPERCASE</constant>
|
||||
<constant>DBX_COLNAMES_UPPERCASE</constant> (CVS only)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -125,7 +125,7 @@ dbx_close($link);
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>DBX_COLNAMES_LOWERCASE</constant>
|
||||
<constant>DBX_COLNAMES_LOWERCASE</constant> (CVS only)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="dbx.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -26,6 +26,11 @@
|
|||
For further details and definition of the PHP_INI_* constants see
|
||||
<function>ini_set</function>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This ini-option is in CVS only.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
Here is a short explanation of the configuration directives.
|
||||
<variablelist>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
|
||||
<!--
|
||||
If anyone from the translator group has problems with the
|
||||
|
@ -89,6 +89,14 @@
|
|||
</section>
|
||||
|
||||
&reference.dbx.ini;
|
||||
<note>
|
||||
<para>
|
||||
The <constant>DBX_OCI8</constant>,
|
||||
<constant>BX_COLNAMES_UNCHANGED</constant>,
|
||||
<constant>DBX_COLNAMES_UPPERCASE</constant> and
|
||||
<constant>DBX_COLNAMES_LOWERCASE</constant> constants are in CVS only.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<section id="dbx.resources">
|
||||
&reftitle.resources;
|
||||
|
|
Loading…
Reference in a new issue