You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed bug #5557: Raise a more useful error message when using invalid source encoding
33
-
- fixed bug #6078: func-mode does not handle all allowed letters in tags
9
+
- switch to BSD License
10
+
- switch to package.xml v2
11
+
- PEAR CS cleanup
12
+
- Fix Doc #13120: Mistake in example code
34
13
EOT;
35
14
36
-
/**
37
-
* package description
38
-
*/
39
15
$description = <<<EOT
40
16
This is an XML parser based on PHPs built-in xml extension.
41
17
It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks.
0 commit comments