From f8907afacca9df5890ef86363280eabdd62341d7 Mon Sep 17 00:00:00 2001 From: Date: Sat, 1 Sep 2001 00:12:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8da0de2647..f00e09873f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2001-08-31 Sascha Schumann + + * ext/ircg/README.txt: refinements + +2001-08-31 Jani Taskinen + + * sapi/apache/mod_php4.h: WS + +2001-08-31 Zeev Suraski + + * ext/session/php_session.h + ext/session/session.c: Restore session_adapt_url() + +2001-08-31 Jani Taskinen + + * NEWS: fixed NEWS entry + +2001-08-31 Zeev Suraski + + * ext/session/php_session.h + ext/session/session.c: Cleanup and clarify + + * ext/session/session.c: define_sid updates + +2001-08-31 Thomas V.V.Cox + + * pear/tests/pear_error.phpt: renumber error lines + + * pear/PEAR.php: fix for DB/tests/db_error2.phpt + + * pear/DB/common.php: + only register the last query in execute when an error is detected (saves + some processing time) + + * pear/DB/common.php: + make prepare to also register the last query (gives the right error reporting + in case of fail) + + * pear/PEAR.php: + fix problem when mixing different error modes under certain circumstances + (pear/test/pear_error3.phpt) + + * pear/tests/pear_error.phpt: + make some tests to work. Still left the Notice of the deprecated use of + call_user_method, no way to shut it down. + + * pear/PEAR.php: + Use _default_error_options as the options for PEAR_ERROR_CALLBACK. + Depreciate the use of _default_error_callback + +2001-08-31 Zeev Suraski + + * main/output.c: Support multiple chunked output buffering layers + + * ext/session/session.c: Fix trans_sid handler registration logic + + * main/output.c: Fix double freeing + + * main/main.c + sapi/apache/mod_php4.c: API update + +2001-08-31 Thomas V.V.Cox + + * pear/PEAR.php: + fix userinfo msg in Pear_Error::toString() when callback mode is selected + and style + +2001-08-31 Andrei Zmievski + + * ext/standard/array.c: + - Made in_array() and search_array() allow the needle to be an array in + itself. + 2001-08-30 Thomas V.V.Cox * pear/PEAR.php: killed obscure bug in pushErrorHandling -- 2.50.1