didou Wed Jul 2 04:47:22 2003 EDT Modified files: /phpdoc/en language-snippets.ent Log: more generic entity : database.field-case Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.54 phpdoc/en/language-snippets.ent:1.55 --- phpdoc/en/language-snippets.ent:1.54 Sun Jun 22 15:55:51 2003 +++ phpdoc/en/language-snippets.ent Wed Jul 2 04:47:22 2003 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.54 $ --> +<!-- $Revision: 1.55 $ --> <!ENTITY warn.experimental '<warning><simpara>This extension is <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension -- @@ -193,6 +193,10 @@ <!-- These are here as helpers for manual consistency and brievety--> <!ENTITY php '<literal>PHP</literal>'> <!ENTITY safemode '<link linkend="ini.safe-mode">safe mode</link>'> + +<!-- Database Notes --> +<!ENTITY database.field-case '<note><simpara>Field names returned by this function +are <emphasis>case-sensitive</emphasis></simpara></note>'> <!-- Some MySQL Notes --> <!ENTITY mysql.field-case '<note><simpara>Field names returned by this function
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php