philip Thu Sep 2 18:26:05 2004 EDT
Modified files:
/phpdoc/en language-defs.ent language-snippets.ent
Log:
Last round of new docstyle entities
http://cvs.php.net/diff.php/phpdoc/en/language-defs.ent?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs.ent:1.21 phpdoc/en/language-defs.ent:1.22
--- phpdoc/en/language-defs.ent:1.21 Wed Aug 18 18:55:13 2004
+++ phpdoc/en/language-defs.ent Thu Sep 2 18:26:04 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<!-- Part titles used mostly in manual.xml itself -->
<!ENTITY PHPManual "PHP Manual">
@@ -23,6 +23,12 @@
<!ENTITY AndSeveralOthers "And several others">
<!ENTITY Version "Version">
<!ENTITY Description "Description">
+<!ENTITY Changeable "Changeable">
+<!ENTITY ConfigureOptions "Configure Options">
+<!ENTITY Default "Default">
+<!ENTITY Definition "Definition">
+<!ENTITY Functions "Functions">
+<!ENTITY Name "Name">
<!-- These are used in reference/$extname/reference.xml and other
supplemental files to mark section titles -->
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.121&r2=1.122&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.121 phpdoc/en/language-snippets.ent:1.122
--- phpdoc/en/language-snippets.ent:1.121 Mon Aug 23 22:34:36 2004
+++ phpdoc/en/language-snippets.ent Thu Sep 2 18:26:04 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.121 $ -->
+<!-- $Revision: 1.122 $ -->
<!-- Keep 'em sorted -->
@@ -276,6 +276,9 @@
<!ENTITY extension.runtime '<simpara>
The behaviour of these functions is affected by settings in &php.ini;.
</simpara>'>
+
+<!ENTITY ini.php.constants 'For further details and definitions of the
+PHP_INI_* constants, see the <function>ini_set</function> documentation.'>
<!-- Used in reference/$extname/constants.xml -->
<!ENTITY extension.constants '<simpara>