Path to this page:
./
wip/pear-XML_Parser,
XML parsing class based on PHPs bundled expat
Branch: CURRENT,
Version: 1.3.2,
Package name: php74-pear-XML_Parser-1.3.2,
Maintainer: wenhepingpear-XML_Parser is an XML parser based on PHPs built-in xml extension.
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.
Required to run:[
lang/pear] [
lang/php73]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: php74-pear-XML_Parser-1.3.2
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-02-17 06:44:28 by Wen Heping | Files touched by this commit (3) | |
Log message:
Import php5-pear-XML_Parser-1.3.2 as wip/pear-XML_Parser.
pear-XML_Parser is an XML parser based on PHPs built-in xml extension.
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.
|