goba            Fri Apr 19 09:48:20 2002 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Adding new language snippets as discussed earlier
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.22 phpdoc/en/language-snippets.ent:1.23
--- phpdoc/en/language-snippets.ent:1.22        Mon Mar 25 16:06:32 2002
+++ phpdoc/en/language-snippets.ent     Fri Apr 19 09:48:20 2002
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -84,3 +84,24 @@
 configuration directives.</para>'>
 <!ENTITY no.resource '<para>This extension does not define any resource 
types.</para>'>
 <!ENTITY no.constants '<para>This extension does not define any constants.</para>'>
+<!ENTITY no.requirement '<para>These functions are available as part of the
+standard module, which is always available.</para>'>
+<!ENTITY no.install '<para>There is no installation needed to use these
+functions, they are part of the PHP core.</para>'>
+
+<!-- Used in reference/$extname/constants.xml -->
+<!ENTITY extension.constants '<simpara>
+These constants are defined by the this extension, and
+will only be available when the extension has either
+been compiled into PHP or dynamically loaded at runtime.
+</simpara>'>
+
+<!-- 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.seealso   '<title>See Also</title>'>


Reply via email to