philip Sat Sep 4 21:35:40 2004 EDT
Modified files:
/phpdoc README
Log:
Remove reference to OLD functions/ and mention translated files are in their own
modules.
http://cvs.php.net/diff.php/phpdoc/README?r1=1.33&r2=1.34&ty=u
Index: phpdoc/README
diff -u phpdoc/README:1.33 phpdoc/README:1.34
--- phpdoc/README:1.33 Wed Aug 4 17:17:11 2004
+++ phpdoc/README Sat Sep 4 21:35:39 2004
@@ -35,23 +35,17 @@
---------------------------------------------------------------------------
FILE LOCATIONS
---------------------------------------------------------------------------
- The old archived phpdoc files still live in the phpdoc module
- for historical purposes, do NOT edit them. For example:
-
- OLD: All function definitions and reference info for extensions
- used to be stored in single xml files:
-
- {lang}/functions/{extension}.xml
-
- NOW: They are now separate and the format looks like so:
+ The file locations are as follows:
- {lang}/reference/{extension}/functions/{function}.xml
- /configure.xml
- /constants.xml
- /ini.xml
- /reference.xml
+ {lang}/reference/{extension}/functions/{function}.xml
+ /configure.xml
+ /constants.xml
+ /ini.xml
+ /reference.xml
+
+ /functions.xml (autogenerated)
- /functions.xml (autogenerated)
+ Translated files live within their own CVS modules.
---------------------------------------------------------------------------
QUICK REFERENCE