From 8764c02ce8c1505d24a545e310ed16a9b3c07069 Mon Sep 17 00:00:00 2001 From: Date: Sat, 15 Feb 2003 01:35:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 126 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 +++++ 2 files changed, 137 insertions(+) diff --git a/ChangeLog b/ChangeLog index 35c8838e95..64707013b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2003-02-14 Ilia Alshanetsky + + * ext/mysqli/php_mysqli.h: + Allow mysqli to be built when imap (c-client) is used. + + * ext/ftp/ftp.c + ext/ftp/php_ftp.c + ext/mysqli/mysqli_api.c: + CS fixes. + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c: + Fixed compile warnings. + +2003-02-14 Georg Richter + + * ext/mysqli/tests/045.phpt: + test for bind_result with show + +2003-02-14 Moriyoshi Koizumi + + * (PHP_4_3) + NEWS: + Slight fix for consistency + + * (PHP_4_3) + NEWS: + BFN + +2003-02-14 Marcus Boerger + + * ext/standard/image.c: + a little bit slower but somewhat tricky and more flexible and it does not + allocate static buffers anymore + +2003-02-14 Moriyoshi Koizumi + + * (PHP_4_3) + ext/standard/string.c: + Fixed wrong commit: s/&/*/ + + * (PHP_4_3) + ext/standard/string.c: + MFH(r1.358): Fixed a str_replace() bug similar to bug #22224 + + * ext/standard/string.c: + Fixed a str_replace() bug similar to bug #22224 + + * (PHP_4_3) + ext/standard/string.c + ext/standard/tests/strings/bug22224.phpt: + MFH(r1.357): Fixed bug #22224 + MFH: Added test case for the bug + + * ext/standard/string.c + ext/standard/tests/strings/bug22224.phpt: + Fixed bug #22224 (implode changes object references in array) + Added test case for the bug + +2003-02-14 Ilia Alshanetsky + + * ext/mysqli/mysqli_nonapi.c: + Fixed a typo. + +2003-02-14 Georg Richter + + * ext/mysqli/mysqli_nonapi.c: + fixed compiler warning + + * ext/mysqli/mysqli_api.c: + fixed a bug in mysqli_fetch + removed c++ comment (thx to Jani :) + fixed compiler warning + +2003-02-14 Ilia Alshanetsky + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + Missing portion of the previous patch. + + * ext/mysqli/php_mysqli.h: + Buncha Fixes. + * Fixed a number of memory leaks. + * Fixed some php_error_docref() calls that tried to print non-existent + arguments. + * Fixed some signed/unsigned problems. + * Fixed the MYSQLI_FETCH_RESOURCE macro so that compilers do not complain + about un-initialized variables. + * CS fixes. + +2003-02-14 Georg Richter + + * ext/mysqli/mysqli_api.c: + bind_result fix + + * ext/mysqli/mysqli.c: + fixed a bug in prepare/bind + +2003-02-14 Jani Taskinen + + * sapi/cgi/cgi_main.c: + MFB + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + Added missing $Id$ tag + +2003-02-14 Thies C. Arntzen + + * .gdbinit: + add really nice dump_bt function for debugging in gdb + +2003-02-14 Jani Taskinen + + * (PHP_4_3) + configure.in + ext/standard/config.m4: + - MFH, do not add libcrypt if crypt() is provided by libc. + + * configure.in + ext/standard/config.m4: + - Don't add libcrypt if the crypt() function is provided already. + (by libc, like in HP-UX) + 2003-02-13 Sara Golemon * ext/ftp/ftp.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 87fd1dadde..4d9423dbd5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2003-02-14 Thies C. Arntzen + + * zend_execute_API.c: + init current_execute_data befor we start executing + + * Makefile.am: + ups + + * Makefile.am: + add really nice dump_bt function for debugging in gdb + 2003-02-13 Zeev Suraski * zend_object_handlers.c: -- 2.40.0