goba            Thu Sep  2 17:20:26 2004 EDT

  Added files:                 
    /phpdoc/en/appendices       reserved.constants.xml 

  Removed files:               
    /phpdoc     reserved.constants.xml.in 

  Modified files:              
    /phpdoc/en/appendices       reserved.constants.core.xml 
                                reserved.constants.standard.xml 
    /phpdoc/scripts     file-entities.php.in 
  Log:
  move reserved constants file into the tree, so it is where it belongs (was in the 
top folder because of some ancient saxon/xsltproc bug, which is now not relevant)
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.constants.core.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/appendices/reserved.constants.core.xml
diff -u phpdoc/en/appendices/reserved.constants.core.xml:1.10 
phpdoc/en/appendices/reserved.constants.core.xml:1.11
--- phpdoc/en/appendices/reserved.constants.core.xml:1.10       Fri Aug 13 08:07:44 
2004
+++ phpdoc/en/appendices/reserved.constants.core.xml    Thu Sep  2 17:20:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <refentry id="reserved.constants.core">
   <refnamediv>
    <refname>Core Predefined Constants</refname>
@@ -346,7 +346,7 @@
 sgml-indent-data:t
 indent-tabs-mode:nil
 sgml-parent-document:nil
-sgml-default-dtd-file:"manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.constants.standard.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/appendices/reserved.constants.standard.xml
diff -u phpdoc/en/appendices/reserved.constants.standard.xml:1.9 
phpdoc/en/appendices/reserved.constants.standard.xml:1.10
--- phpdoc/en/appendices/reserved.constants.standard.xml:1.9    Fri Aug 27 04:26:55 
2004
+++ phpdoc/en/appendices/reserved.constants.standard.xml        Thu Sep  2 17:20:26 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 
 <!-- DOCNOTE: some constants listed here are also there at
      reference/info/constants.xml. Further decision is needed
@@ -2221,7 +2221,7 @@
 sgml-indent-data:t
 indent-tabs-mode:nil
 sgml-parent-document:nil
-sgml-default-dtd-file:"manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.18&r2=1.19&ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.18 
phpdoc/scripts/file-entities.php.in:1.19
--- phpdoc/scripts/file-entities.php.in:1.18    Wed Aug 18 18:00:49 2004
+++ phpdoc/scripts/file-entities.php.in Thu Sep  2 17:20:26 2004
@@ -17,7 +17,7 @@
   |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
   +----------------------------------------------------------------------+
   
-  $Id: file-entities.php.in,v 1.18 2004/08/18 22:00:49 philip Exp $
+  $Id: file-entities.php.in,v 1.19 2004/09/02 21:20:26 goba Exp $
 */
 
 /**
@@ -109,13 +109,6 @@
     );
     echo " Zend part (ZendAPI) not found. (Don't worry about this)\n";
 }
-
-// Reserved constants list is special [temporary]
-fputs(
-   $fp,
-   "<!-- reserved constants in one central file -->\n" .
-   entstr("appendices.reserved.constants", "$out_dir/reserved.constants.xml") . "\n"
-);
 
 // The global function index page is special
 fputs(

http://cvs.php.net/co.php/phpdoc/en/appendices/reserved.constants.xml?r=1.1&p=1
Index: phpdoc/en/appendices/reserved.constants.xml
+++ phpdoc/en/appendices/reserved.constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
 
 <!--
   This file shold only be present in the English doc tree. If you
   copy it over to your translation tree you will be hunted down
   relentlessly! You have been warned! :)
 -->
 <sect1 id="reserved.constants">
  <title>&ReservedConstants;</title>
  &appendices.reserved.constants.core;
  &appendices.reserved.constants.standard;
 </sect1>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

Reply via email to