File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 35
35
<state >stable</state >
36
36
<date >2003-01-10</date >
37
37
<notes >
38
+ PEAR BASE CLASS:
39
+
38
40
* PEAR_Error now supports exceptions when using Zend Engine 2. Set the
39
41
error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself
40
42
as an exception (invoke PEAR errors with raiseError() or throwError()
41
43
just like before).
44
+
45
+ PEAR INSTALLER:
46
+
47
+ * Packaging and validation now tokenizes source code (unless
48
+ ext/tokenizer is disabled) and does some coding standard conformance
49
+ checks. Specifically, the names of classes and functions are
50
+ checked to ensure that they are prefixed with the package name. If
51
+ your package has symbols that should be without this prefix, you can
52
+ override this warning by explicitly adding a "provides" entry in
53
+ your package.xml file. See the package.xml file for this release
54
+ for an example (OS_Guess, System and md5_file).
55
+
56
+ All classes and non-private (not underscore-prefixed) methods and
57
+ functions are now registered during "pear package".
58
+
42
59
</notes >
60
+ <provides type =" class" name =" OS_Guess" />
61
+ <provides type =" class" name =" System" />
62
+ <provides type =" function" name =" md5_file" />
43
63
<filelist >
44
64
<file role =" data" name =" package.dtd" />
45
65
<file role =" data" name =" template.spec" />
You can’t perform that action at this time.
0 commit comments