From f91e59ccead8196ab4f9f59feffb088fe493d9f5 Mon Sep 17 00:00:00 2001 From: Date: Sun, 22 Jul 2001 00:10:45 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef6d840af2..67595563a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2001-07-21 Stig Bakken + + * pear/DB/mysql.php + pear/DB/tests/mysql/005.phpt + pear/DB/tests/oci8/005.phpt + pear/DB/tests/pgsql/005.phpt + pear/DB/tests/sequences.inc: + (PEAR DB) handle error handlers properly in nextId() + +2001-07-21 Andi Gutmans + + * NEWS: + - The __FILE__ fix and a couple of other NEWS entries which I forgot to + commit. + +2001-07-21 Zeev Suraski + + * sapi/apache/sapi_apache.c: Fix Apache build + +2001-07-21 Rasmus Lerdorf + + * ext/standard/head.c: Left-over outdated comment + +2001-07-21 Andi Gutmans + + * main/fopen_wrappers.c: - Shouldn't be needed anymore + + * sapi/servlet/servlet.c + main/fopen_wrappers.h + sapi/cgi/cgi_main.c + main/fopen_wrappers.c: + - Fix __FILE__ in the main script in CGI/command line mode. + +2001-07-21 Zeev Suraski + + * sapi/isapi/php4isapi.c + sapi/pi3web/pi3web_sapi.c + sapi/servlet/servlet.c + sapi/apache/mod_php4.c + sapi/apache/sapi_apache.c + sapi/cgi/cgi_main.c + ext/standard/basic_functions.c + main/main.c: + Improved bailout mechanism, supports nested bailouts a-la try..catch + + Note: You may *not* return directly from a catch block + + * ext/standard/head.c: Remove redundant code + +2001-07-21 Holger Zimmermann + + * sapi/pi3web/pi3web_sapi.c: Updated + +2001-07-21 Sascha Schumann + + * ext/standard/php_string.h: + Drop memchr() in php_memnstr in favor of manual scanning. This reduces + the complexity of the function and is about 20% faster on Linux/x86. + +2001-07-21 Zeev Suraski + + * ext/standard/head.c: Clarify and optimize + +2001-07-21 Rasmus Lerdorf + + * ext/standard/head.c: Fix more crashes related to this switch to z_value + 2001-07-20 Holger Zimmermann * sapi/pi3web/pi3web_sapi.c: Updated -- 2.50.1