From: Date: Thu, 13 Jun 2002 00:25:40 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be39b3fabcf1bd08f735cb7c816c46ddf84e1d04;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dc1eb26551..a8ad43441a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2002-06-12 Jason Greene + + * NEWS: Fix entry + +2002-06-12 Stig Bakken + + * pear/PEAR/Common.php: * comment typos + + * pear/package-PEAR.xml: * set working version to 0.91-dev + + * pear/Makefile.frag: * minor cleanup + + * LICENSE: * this should have been done last year :) + +2002-06-12 Andrei Zmievski + + * ext/pcre/php_pcre.c + NEWS: + This patch adds ability to capture string offsets in the preg_match_*() + results. + +2002-06-12 Jani Taskinen + + * NEWS: typofix + + * ext/standard/basic_functions.c: + - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request. + + * NEWS: cleanup + +2002-06-12 Andrei Zmievski + + * NEWS: + set_error_handler() should take methods as callbacks. Also fixed it to report + invalid callbacks. + + * ext/overload/overload.c + NEWS: Properly return the result of __call() handler. + +2002-06-12 Tomas V.V.Cox + + * pear/scripts/pear.bat: + Attempt to make pear.bat work better under Windows + +2002-06-12 Hartmut Holzgraefe + + * ext/standard/datetime.c + ext/standard/tests/time/003.phpt: + fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX + +2002-06-12 Christian Stocker + + * ext/domxml/php_domxml.c: MFH (fixed domxml_get_element_by_id() ) + + * ext/domxml/php_domxml.c: Fixed domxml_get_element_by_id() + +2002-06-12 Sascha Schumann + + * ext/session/session.c + ext/session/php_session.h: + This option enables administrators to make their users invulnerable to + attacks which involve passing session ids in URLs. + +2002-06-12 Markus Fischer + + * ext/bz2/bz2.c: - MFH fixes. + 2002-06-11 Markus Fischer * ext/domxml/TODO: - Those have been implemented already.