mboeren Tue Oct 29 03:41:03 2002 EDT Modified files: /phpdoc/en/reference/dbx ini.xml reference.xml /phpdoc/en/reference/dbx/functions dbx-query.xml Log: Added notes about availability of newly added features. Index: phpdoc/en/reference/dbx/ini.xml diff -u phpdoc/en/reference/dbx/ini.xml:1.1 phpdoc/en/reference/dbx/ini.xml:1.2 --- phpdoc/en/reference/dbx/ini.xml:1.1 Mon Oct 28 06:08:18 2002 +++ phpdoc/en/reference/dbx/ini.xml Tue Oct 29 03:41:02 2002 @@ -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> Index: phpdoc/en/reference/dbx/reference.xml diff -u phpdoc/en/reference/dbx/reference.xml:1.6 phpdoc/en/reference/dbx/reference.xml:1.7 --- phpdoc/en/reference/dbx/reference.xml:1.6 Mon Oct 28 06:08:18 2002 +++ phpdoc/en/reference/dbx/reference.xml Tue Oct 29 03:41:02 2002 @@ -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; Index: phpdoc/en/reference/dbx/functions/dbx-query.xml diff -u phpdoc/en/reference/dbx/functions/dbx-query.xml:1.4 phpdoc/en/reference/dbx/functions/dbx-query.xml:1.5 --- phpdoc/en/reference/dbx/functions/dbx-query.xml:1.4 Mon Oct 28 06:08:18 2002 +++ phpdoc/en/reference/dbx/functions/dbx-query.xml Tue Oct 29 03:41:02 2002 @@ -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 @@ </varlistentry> <varlistentry> <term> - <constant>DBX_COLNAMES_UNCHANGED</constant> + <constant>DBX_COLNAMES_UNCHANGED</constant> (CVS only) </term> <listitem> <simpara> @@ -114,7 +114,7 @@ </varlistentry> <varlistentry> <term> - <constant>DBX_COLNAMES_UPPERCASE</constant> + <constant>DBX_COLNAMES_UPPERCASE</constant> (CVS only) </term> <listitem> <simpara> @@ -125,7 +125,7 @@ </varlistentry> <varlistentry> <term> - <constant>DBX_COLNAMES_LOWERCASE</constant> + <constant>DBX_COLNAMES_LOWERCASE</constant> (CVS only) </term> <listitem> <simpara>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php