From: Date: Wed, 12 Jun 2002 00:41:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2c91950f62be0a0c9f8e4c5eea7587ed1d69fa9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0e77f44fb8..dc1eb26551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2002-06-11 Markus Fischer + + * ext/domxml/TODO: - Those have been implemented already. + + * main/streams.c: - Fix builtin gets() emulation (hopefully). + + * ext/bz2/bz2.c: + - Fix bzcompress(), remove leaks and add some sanity check on emalloc()s. + + * TODO: - Add some recent observations with bz2. + + * main/streams.c: - Add missing Id tag. + + * main/streams.c: + - Always \0 terminate data returned from _php_stream_copy_to_mem(). + +2002-06-11 Pierre-Alain Joye + + * pear/Date/Calc.php: Add comment to ::isLeapYear() + Remove useless comment added during the last commit + + * pear/Date/Calc.php: + Remove regexp and months checks and use the native php function checkdate() + Keep year check, only 4 digits allowed + +2002-06-11 Jason Greene + + * TODO: Forgot one + + * TODO: Sockets currently works great with all compilers on Solaris + Update TODO + +2002-06-11 Hartmut Holzgraefe + + * ext/mime_magic/TODO + ext/mime_magic/mime_magic.c: + now it works on streams (plus some debug code removed) + + * main/php_streams.h: + macro definition fixed, guess it was the usual kind of cut&past bug? + +2002-06-11 Edin Kadribasic + + * sapi/cli/config.m4 + configure.in: + Disable installing pear when --disable-cli is used since pear installer + needs cli to function. + +2002-06-11 Markus Fischer + + * TODO: - These things have been done already. + +2002-06-11 Jason Greene + + * ext/standard/fsock.c + main/network.c + main/php_network.h: Also fixed error handling on unix (micropatch) + + Closes Bug #14740 + +2002-06-11 Jani Taskinen + + * ext/mysql/config.m4 + NEWS: - Reverted last bogus commit and fixed the credits in NEWS. + + 2002-06-10 Markus Fischer * ext/pcre/php_pcre.c: - Typo. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 85cd1be07c..ef3c7bb0f1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2002-06-11 Andi Gutmans + + * zend_builtin_functions.c: + - Don't show debug_backtrace() in the trace itself. + - This patch is a bit ugly because the whole code itself is pretty complex + - and hard to re-order. + + * zend_execute.c + zend_language_parser.y: + - Fix problem with assigning functions by reference. + +2002-06-11 Sebastian Bergmann + + * RFCs/004.txt: Add __delegate(). + 2002-06-10 Harald Radi * zend_ts_hash.h