» Version | » Information |
---|---|
0.3.6 |
Release date: 2005-10-14 21:12 UTC Release state: alpha Release uploaded by: olivierg Changelog: * Added a convenient fetchArray() method to the XML_Indexing_Reader class. New dependency : XML_Serializer Dependencies:
|
0.3.5 |
Release date: 2005-02-03 08:43 UTC Release state: alpha Release uploaded by: olivierg 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:
|
0.3.4 |
Release date: 2005-01-31 17:08 UTC Release state: alpha Release uploaded by: olivierg 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:
|
0.3.3 |
Release date: 2004-12-23 15:21 UTC Release state: alpha Release uploaded by: olivierg 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:
|
0.3.2 |
Release date: 2004-12-19 15:55 UTC Release state: alpha Release uploaded by: olivierg Changelog: * Added basic file locking to prevent concurrent processes from writing simultaneously to the same index file * Suppressed some junk debugging output Dependencies:
|
0.3.1 |
Release date: 2004-12-10 10:52 UTC Release state: alpha Release uploaded by: olivierg 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:
|