summaryrefslogtreecommitdiff
path: root/pear/package-PEAR.xml
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2003-02-25 02:44:10 +0000
committerStig Bakken <ssb@php.net>2003-02-25 02:44:10 +0000
commit04870428ab5a5179092a2ec66ff5c460aeb4eae6 (patch)
tree2c3ff3a364a5daa0858c52ca1d727f15fd0788b0 /pear/package-PEAR.xml
parentd4dff9e92a056662652a3752b105bff8d5fa8f27 (diff)
downloadphp-git-04870428ab5a5179092a2ec66ff5c460aeb4eae6.tar.gz
* fixed <provides> generation, provides elements are now included for
every non-private class, function and method
Diffstat (limited to 'pear/package-PEAR.xml')
-rw-r--r--pear/package-PEAR.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml
index fd7f71d27f..4a0de38b32 100644
--- a/pear/package-PEAR.xml
+++ b/pear/package-PEAR.xml
@@ -44,7 +44,7 @@ PEAR BASE CLASS:
PEAR INSTALLER:
-* Packaging and validation now tokenizes source code (unless
+* Packaging and validation now parses PHP source code (unless
ext/tokenizer is disabled) and does some coding standard conformance
checks. Specifically, the names of classes and functions are
checked to ensure that they are prefixed with the package name. If