From e6e19800dc67dea81ce9e0110ca6bf9e34015f2c Mon Sep 17 00:00:00 2001 From: Date: Sun, 2 Dec 2001 01:10:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb282e5faa..5430a96d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2001-12-01 Sergey Kartashoff + + * ext/mnogosearch/index.php + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: + - Added stored API to mnoGoSearch module. Now you can check + if URL is places at the stored database ot not. Example updated. + +2001-12-01 Markus Fischer + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: Last commit: + - Fix segfault in xmldoc(). + - Proper free zval in php_xpathptr_eval(). + + This one: + - Fix segfault in php_xpathptr_eval(). + - Fix win32 build (TSRMLS_FETCH issues). + - More sanity checking in php_xpath_get_object(), php_xpath_get_context() + and php_dom_get_object(). + - Moved macros into header file. + - Register le_domxmldtd, le_domxmlcdatap (removes anoying warning message on shutdown). + - Fig segfault in node_children() with unsupported node types. + - Fix leak in php_domobject_new() with unsupported note types. + - Fix leak when freeing xpath context/objects. + - Reverted behaviour change to append_child() [old crashes]. + - set_content() also sets the node->content property. + + +2001-12-01 Thomas V.V.Cox + + * pear/PEAR/Packager.php: + check for version for not building broken packages (thanks Markus) + +2001-12-01 Derick Rethans + + * ext/standard/string.c: + - Fix a crash when passing e.g. NULL to basename(). (Patch by Markus + Fischer ) + +2001-12-01 Thies C. Arntzen + + * ext/standard/var.c: + fix problem when __sleep() returned non-existant variables + + * ext/standard/tests/serialize/002.phpt + ext/standard/var.c: improve last patch: + non existant object variables are now serialized as NULL, this saves us from + buffering the serialized data. + + * ext/standard/tests/serialize/002.phpt + ext/standard/var.c: + serialized data would be incoorect if __sleep() returned a variable-name + which is non-existant in the object. + submitted by: Bernd Roemer + +2001-12-01 Stig Venaas + + * ext/ldap/ldap.c: Fixing ldap_first/next_attribute() + +2001-12-01 Sergey Kartashoff + + * ext/mnogosearch/index.php: + - mnoGoSearch module usage example (searchlite) updated to support + StoreDoc stuff. + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: + - StoreDOC support has been added to mnogoSearch module. + +2001-12-01 Jani Taskinen + + * acinclude.m4 + configure.in: This makes the configure --help output more readable. + 2001-11-30 Stig Venaas * ext/ldap/ldap.c: -- 2.50.1