georg Mon Jan 26 15:23:26 2004 EDT
Modified files: /phpdoc/en language-snippets.ent Log: new entitites for mysqli http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.65&r2=1.66&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.65 phpdoc/en/language-snippets.ent:1.66 --- phpdoc/en/language-snippets.ent:1.65 Mon Jan 19 14:57:17 2004 +++ phpdoc/en/language-snippets.ent Mon Jan 26 15:23:25 2004 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.65 $ --> +<!-- $Revision: 1.66 $ --> <!ENTITY warn.experimental '<warning><simpara>This extension is <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension -- @@ -200,15 +200,19 @@ <!-- These are using in reference/$extname/reference.xml and other supplemental files to mark section titles --> -<!ENTITY reftitle.intro '<title>Introduction</title>'> -<!ENTITY reftitle.required '<title>Requirements</title>'> -<!ENTITY reftitle.install '<title>Installation</title>'> -<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'> -<!ENTITY reftitle.resources '<title>Resource Types</title>'> -<!ENTITY reftitle.constants '<title>Predefined Constants</title>'> -<!ENTITY reftitle.classes '<title>Predefined Classes</title>'> -<!ENTITY reftitle.examples '<title>Examples</title>'> -<!ENTITY reftitle.seealso '<title>See Also</title>'> +<!ENTITY reftitle.intro '<title>Introduction</title>'> +<!ENTITY reftitle.required '<title>Requirements</title>'> +<!ENTITY reftitle.install '<title>Installation</title>'> +<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'> +<!ENTITY reftitle.resources '<title>Resource Types</title>'> +<!ENTITY reftitle.constants '<title>Predefined Constants</title>'> +<!ENTITY reftitle.classes '<title>Predefined Classes</title>'> +<!ENTITY reftitle.constructor '<title>Constructor</title>'> +<!ENTITY reftitle.methods '<title>Methods</title>'> +<!ENTITY reftitle.properties '<title>Properties</title>'> +<!ENTITY reftitle.returnvalues '<title>Return values</title>'> +<!ENTITY reftitle.examples '<title>Examples</title>'> +<!ENTITY reftitle.seealso '<title>See Also</title>'> <!-- Common pieces for reference part END -->