Top Level :: XML

Package Information: XML_Indexing

Show All Changelogs
» Version » Information
0.3.6Download

Release date: 2005-10-15 01:12 UTC
Release state: alpha

Changelog:

* Added a convenient fetchArray() method to the XML_Indexing_Reader class.
New dependency : XML_Serializer

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR Installer 1.2 or newer
  • PEAR Package: File 1.0.3 or newer
  • PEAR Package: XML_XPath 1.2.1 or newer
  • PEAR Package: XML_Serializer 0.13.0 or newer
  • PEAR Package: Console_Table 1.0.1 or newer (optional)
  • PEAR Package: Benchmark 1.2.1 or newer (optional)
0.3.5Download

Release date: 2005-02-03 13:43 UTC
Release state: alpha

Changelog:

* Reader::fetchDomNodes() now returns an array of nodes with both PHP4 and PHP5
* Added a "profiling" option to enable/disable profiling support
* Fixed the constructor's documentation
* With a unsupported XPath expression, the Reader returned no results :
it now supports bypassing the index, by performing a conventional dom xpath
query. Works with both PHP4 and PHP5. Adds a dependency on XML_XPath.

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR 1.2 or newer
  • PEAR Package: File 1.0.3 or newer
  • PEAR Package: XML_XPath 1.2.1 or newer
  • PEAR Package: Console_Table 1.0.1 or newer (optional)
  • PEAR Package: Benchmark 1.2.1 or newer (optional)
0.3.4Download

Release date: 2005-01-31 22:08 UTC
Release state: alpha

Changelog:

Minor fixes :
* "Call-time pass-by-reference" warning in XML_Indexing_Builder : fixed, thanks
Bertrand Gugger bertrand [at] toggg [dot] com
* include_once was used where require_once is more appropriate, in several
places : fixed, thanks Bertrand Gugger bertrand [at] toggg [dot] com
* Added optional dependency on Benchmark >= 1.2.1, required for profiling

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR 1.2 or newer
  • PEAR Package: File 1.0.3 or newer
  • PEAR Package: Console_Table 1.0.1 or newer (optional)
  • PEAR Package: Benchmark 1.2.1 or newer (optional)
0.3.3Download

Release date: 2004-12-23 20:21 UTC
Release state: alpha

Changelog:

* Added DOM fetching method : fetchDomNodes()
* WARNING: Suppressed the XML_Indexing_Reader::next() method. Fetching data
is now performed by either fetchStrings() or fetchDomNodes()
* Added support for /simple/xpath/expressions (that is : without any
[n] or [@attr] specification)
* Added support for the last() xpath function, as in /path/to/element[last()]
* Matched regions might come up in a messed up order for certain queries : fixed
* Fixed a bug where some junk files where created in the system's temporary
directory. This fix adds a new package requirement : File ; version >= 1.0.3
* Added profiling support to the XML_Indexing_Reader class

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR 1.2 or newer
  • PEAR Package: File 1.0.3 or newer
  • PEAR Package: Console_Table 1.0.1 or newer (optional)
0.3.2Download

Release date: 2004-12-19 20:55 UTC
Release state: alpha

Changelog:

* Added basic file locking to prevent concurrent processes from writing
simultaneously to the same index file
* Suppressed some junk debugging output

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR 1.2 or newer
0.3.1Download

Release date: 2004-12-10 15:52 UTC
Release state: alpha

Changelog:

* First release as an official PEAR package
* Modified version naming (x.y to x.y.z) in order to comply with the
new Version Naming RFC
* Minor documentation fixes

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR 1.2 or newer