Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-pear-XML-Parser-1.3.4-3.el4.remi RPM for noarch

From Remi's RPM for RedHat EL 4 for x86_64

Name: php-pear-XML-Parser Distribution: Unknown
Version: 1.3.4 Vendor: Remi Collet
Release: 3.el4.remi Build date: Sat Apr 30 18:55:22 2011
Group: Development/Libraries Build host: lovelock.famillecollet.com
Size: 76782 Source RPM: php-pear-XML-Parser-1.3.4-3.el4.remi.src.rpm
Packager: http://blog.famillecollet.com/
Url: http://pear.php.net/package/XML_Parser
Summary: XML parsing class based on PHP's bundled expat
This 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.

Provides

Requires

License

BSD

Changelog

* Sat Apr 30 2011 Remi Collet <Fedora@FamilleCollet.com> 1.3.4-3
  - doc in /usr/share/doc/pear
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Oct 25 2010 Remi Collet <Fedora@FamilleCollet.com> 1.3.4-1
  - Version 1.3.4 (stable) - API 1.3.0 (stable)
  - define timezone during build
  - run tests in %check
* Sat May 22 2010 Remi Collet <Fedora@FamilleCollet.com> 1.3.2-4
  - spec cleanup
  - rename XML_Parser.xml to php-pear-XML-Parser.xml
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* 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 & sumnary

Files

/usr/share/doc/pear/XML_Parser
/usr/share/doc/pear/XML_Parser/examples
/usr/share/doc/pear/XML_Parser/examples/xml_parser_file.php
/usr/share/doc/pear/XML_Parser/examples/xml_parser_file.xml
/usr/share/doc/pear/XML_Parser/examples/xml_parser_funcmode.php
/usr/share/doc/pear/XML_Parser/examples/xml_parser_handler.php
/usr/share/doc/pear/XML_Parser/examples/xml_parser_simple1.php
/usr/share/doc/pear/XML_Parser/examples/xml_parser_simple1.xml
/usr/share/doc/pear/XML_Parser/examples/xml_parser_simple2.php
/usr/share/doc/pear/XML_Parser/examples/xml_parser_simple2.xml
/usr/share/doc/pear/XML_Parser/examples/xml_parser_simple_handler.php
/usr/share/doc/php-pear-XML-Parser-1.3.4
/usr/share/doc/php-pear-XML-Parser-1.3.4/CHANGELOG
/usr/share/pear/.pkgxml/php-pear-XML-Parser.xml
/usr/share/pear/XML/Parser
/usr/share/pear/XML/Parser.php
/usr/share/pear/XML/Parser/Simple.php
/usr/share/pear/test/XML_Parser
/usr/share/pear/test/XML_Parser/tests
/usr/share/pear/test/XML_Parser/tests/001.phpt
/usr/share/pear/test/XML_Parser/tests/002.phpt
/usr/share/pear/test/XML_Parser/tests/003.phpt
/usr/share/pear/test/XML_Parser/tests/004.phpt
/usr/share/pear/test/XML_Parser/tests/004b.phpt
/usr/share/pear/test/XML_Parser/tests/005.phpt
/usr/share/pear/test/XML_Parser/tests/AllTests.php
/usr/share/pear/test/XML_Parser/tests/bug-9328.phpt
/usr/share/pear/test/XML_Parser/tests/bug-9328b.phpt
/usr/share/pear/test/XML_Parser/tests/bug-9328c.phpt
/usr/share/pear/test/XML_Parser/tests/bug-9328d.phpt
/usr/share/pear/test/XML_Parser/tests/test2.xml
/usr/share/pear/test/XML_Parser/tests/test3.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:39:45 2024