Fri, 31 Mar 2023 20:50:11 EDT

Information for build php-pear-XML-Parser-1.3.4-1.ru

ID2198
Package Namephp-pear-XML-Parser
Version1.3.4
Release1.ru
Epoch
SummaryXML parsing class based on PHP's bundled expat
DescriptionThis 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. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it.
Built bydaiyan
State complete
StartedFri, 18 Feb 2011 09:34:40 EST
CompletedFri, 18 Feb 2011 09:37:35 EST
Taskbuild (centos5-rutgers-staging, php-pear-XML-Parser-1.3.4-1.ru.src.rpm)
Tags
centos5-rutgers
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
php-pear-XML-Parser-1.3.4-1.ru.src.rpm (info) (download)
noarch (build logs)
php-pear-XML-Parser-1.3.4-1.ru.noarch.rpm (info) (download)
Changelog * Fri Feb 18 2011 Daiyan Alamgir <daiyan@nbcs.rutgers.edu> 1.3.4-1.ru - Update to 1.3.4 - Added package.xml to setup * Thu Jan 22 2009 Remi Collet <Fedora@FamilleCollet.com> 1.3.2-1 - update to 1.3.2 * Tue Sep 30 2008 Remi Collet <Fedora@FamilleCollet.com> 1.3.1-1 - update to 1.3.1 - fix in package.xml (license) * Fri Aug 29 2008 Remi Collet <Fedora@FamilleCollet.com> 1.3.0-1 - update to 1.3.0 - Switched license to BSD License * Fri Aug 24 2007 Remi Collet <Fedora@FamilleCollet.com> 1.2.8-2 - Fix License * Sat Dec 02 2006 Remi Collet <Fedora@FamilleCollet.com> 1.2.8-1 - update to 1.2.8 - remove PEAR from sumnary - don't own %{pear_phpdir}/XML - spec cleanning (new template) * Fri Sep 08 2006 Remi Collet <Fedora@FamilleCollet.com> 1.2.7-4 - last template.spec * Sun Sep 03 2006 Remi Collet <Fedora@FamilleCollet.com> 1.2.7-3 - new and simpler %prep and %install * Sat Sep 02 2006 Remi Collet <Fedora@FamilleCollet.com> 1.2.7-2 - use new macros from /etc/rpm/macros.pear - own /usr/share/pear/XML - require php >= 4.2.0 * Sun May 21 2006 Remi Collet <Fedora@FamilleCollet.com> 1.2.7-1 - spec for extras - add french description &amp; sumnary