derick Fri May 17 01:30:41 2002 EDT Modified files: /phpdoc-he language-snippets.ent Log: - Fix HE build Index: phpdoc-he/language-snippets.ent diff -u phpdoc-he/language-snippets.ent:1.2 phpdoc-he/language-snippets.ent:1.3 --- phpdoc-he/language-snippets.ent:1.2 Sun Jan 27 17:43:26 2002 +++ phpdoc-he/language-snippets.ent Fri May 17 01:30:41 2002 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!ENTITY warn.experimental '<warning><simpara>רכיב זה הוא <emphasis>ניסיוני</emphasis>. כלומר, התנהגות הפונקציות,שמות הפונקציות @@ -75,3 +75,31 @@ <!ENTITY sm.disabled 'פונקציה זו אינה פעילה במצב <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>'>