derick Sat May 11 03:41:26 2002 EDT
Modified files:
/phpdoc-es language-snippets.ent
Log:
- Try to fix build
Index: phpdoc-es/language-snippets.ent
diff -u phpdoc-es/language-snippets.ent:1.6 phpdoc-es/language-snippets.ent:1.7
--- phpdoc-es/language-snippets.ent:1.6 Sat Dec 29 02:08:43 2001
+++ phpdoc-es/language-snippets.ent Sat May 11 03:41:26 2002
@@ -1,4 +1,4 @@
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/12/29 07:08:43 eschmid Exp
$ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.7 2002/05/11 07:41:26 derick Exp
+$ -->
@@ -41,3 +41,31 @@
executed.'>
<!ENTITY sm.disabled 'This functions is disabled in <link
linkend="features.safe-mode">safe-mode</link>'>
+
+<!-- Common pieces in partintro-sections -->
+<!ENTITY no.config '<para>This extension does not define any
+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 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.examples '<title>Examples</title>'>
+<!ENTITY reftitle.seealso '<title>See Also</title>'>