]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 12 Jun 2002 00:41:49 +0000 (00:41 +0000)
committer <changelog@php.net> <>
Wed, 12 Jun 2002 00:41:49 +0000 (00:41 +0000)
ChangeLog
Zend/ChangeLog

index 0e77f44fb8514b97da161e410d0b092d5c946610..dc1eb265510ff33c396c90f7ec515f8bc5428b44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2002-06-11  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * 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  <pajoye@phpindex.com>
+
+    * 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  <jason@inetgurus.net>
+
+    * TODO: Forgot one
+
+    * TODO: Sockets currently works great with all compilers on Solaris
+    Update TODO
+
+2002-06-11  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * 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  <edink@proventum.net>
+
+    * 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  <mfischer@guru.josefine.at>
+
+    * TODO: - These things have been done already.
+
+2002-06-11  Jason Greene  <jason@inetgurus.net>
+
+    * 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  <sniper@iki.fi>
+
+    * ext/mysql/config.m4
+      NEWS: - Reverted last bogus commit and fixed the credits in NEWS.
+
+
 2002-06-10  Markus Fischer  <mfischer@guru.josefine.at>
 
     * ext/pcre/php_pcre.c: - Typo.
index 85cd1be07c5dfe5bedc028444e8c69140079c265..ef3c7bb0f165c81ed0f9967b7b22c68763a74734 100644 (file)
@@ -1,3 +1,18 @@
+2002-06-11  Andi Gutmans  <andi@zend.com>
+
+    * 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  <sb@sebastian-bergmann.de>
+
+    * RFCs/004.txt: Add __delegate().
+
 2002-06-10  Harald Radi  <harald.radi@nme.at>
 
     * zend_ts_hash.h