From: Date: Thu, 8 Aug 2002 00:18:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha3~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b11d2447fdeab5659d31b5a8f82dd8bfe2490f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8c1b7183ba..45564a0aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2002-08-07 georg + + * ext/mysql/CREDITS + ext/mysql/php_mysql.c: + added zend_error messages for deprecated functions + inserted zak and me in author list/credits + + * ext/mysql/php_mysql.c: + removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT) + +2002-08-07 helly + + * main/php.h + main/main.c: + -new functions php_error_func<0> to support unified error messages + +2002-08-07 phanto + + * sapi/cgi/cgi_main.c: dump memory leaks on shutdown + +2002-08-07 jtate + + * ext/domxml/php_domxml.c: php_domxml.c + + * ext/domxml/php_domxml.c: +2002-08-07 helly + + * ext/exif/exif.c: left on debug infos + + * ext/exif/exif.c: Ignore additional thumbnails + +2002-08-07 bradmssw + + * ext/mcve/mcve.c + ext/mcve/php_mcve.h: more syncing with libmcve-3.0 + +2002-08-07 yohgaki + + * ext/gettext/gettext.c: Fixed crash. Patch by + 2002-08-06 kalowsky * ext/java/java.c: A folding we will go, a folding we will go, diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5f9f7bc1aa..e71ef58074 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2002-08-07 phanto + + * zend_static_allocator.c + zend_alloc.c + zend_config.w32.h + zend_hash.c + zend_ini.c + zend_llist.h + zend_mm.c + zend_operators.c: make win32 debug output more verbose + 2002-08-03 Andi Gutmans * tests/zend2.php: - Small fix