From 0367454d42d54dbf24bb741919376ae33f28748c Mon Sep 17 00:00:00 2001 From: Date: Mon, 31 Mar 2003 01:30:45 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 +++++++++++ 2 files changed, 108 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7542cffe921..e5e723865c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2003-03-30 Derick Rethans + + * ext/openssl/openssl.c: + - Typo and some whitespace + + * ext/openssl/openssl.c: + - Added optional parameter to openssl_sign() to specify the hashing + algorithm to use. (Patch by Scott ) + +2003-03-30 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/gd/libgd/gd.c: + Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). + +2003-03-30 Sascha Schumann + + * sapi/apache/config.m4: + Merge proper -I parameter for APXS builds + +2003-03-30 Rasmus Lerdorf + + * (PHP_4_3) + ext/gd/gd.c: + No point calling the RSHUTDOWN hook here unless we are actually going + to do something in it. + +2003-03-30 Moriyoshi Koizumi + + * .gdbinit: + Added various gdb macros to examine zval, znode, and HashTable + +2003-03-30 Georg Richter + + * ext/mysqli/mysqli_profiler.c: + changed constant name + +2003-03-30 Marcus Boerger + + * run-tests.php: + if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php + + * NEWS: + update + + * sapi/cli/php_cli.c: + more ini defaults for error message handling + + * main/main.c: + cleanup + +2003-03-30 Georg Richter + + * ext/mysqli/mysqli_profiler.h: + changed macro + +2003-03-30 Marcus Boerger + + * tests/classes/interface_doubled.phpt: + bugfix #22961 by cynic@php.net + + * sapi/cli/php_cli.c: + simplify and fix + + * sapi/cli/TODO: + done + +2003-03-30 Sebastian Bergmann + + * ext/mysqli/config.m4: + --+_ + +2003-03-30 Shane Caraveo + + * run-tests2.php: + uncomment removal of temp file + update changes from run-tests + + * sapi/isapi/php4isapi.c: + clean up url handling with path_info + handle sending a 404 if the requested file does not exist + + * main/php_variables.c: + _SERVER also should not be quoted by magic_quotes_GPC + also remove an empty if statement + 2003-03-29 Moriyoshi Koizumi * ext/standard/var.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3100e292643..c43f40d2fe3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2003-03-30 Andrei Zmievski + + * zend_language_parser.y: + Since zend_do_begin_class_member_function_call assumes the previous + opcode is FETCH_CONSTANT, swap the calls around. + +2003-03-30 Sebastian Bergmann + + * zend_execute.c: + ZTS fix. + +2003-03-30 Stanislav Malyshev + + * zend.c: + Try to report class name of the exception + + * zend_execute.c: + Fix namespace switch + 2003-03-29 Zeev Suraski * zend_compile.c: