]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 22 Jul 2004 00:34:33 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Thu, 22 Jul 2004 00:34:33 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index be3c74a55c340d0b6c0b9f372f74516ec5999fd5..25ca56a1b0f0c5212afa817a2d695ed93fa88f71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2004-07-21  Edin Kadribasic  <edink@emini.dk>
+
+    * configure.in
+      main/php_version.h:
+      HEAD is 5.1.0-dev now
+
+    * sapi/isapi/php5isapi.c:
+      Fix for #28929 by Michael Sisolak
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Fixed build
+
+2004-07-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      MFH: Fixed bug #29209 (imap_fetchbody() doesn't check message index).
+
+    * ext/imap/php_imap.c:
+      Fixed bug #29209 (imap_fetchbody() doesn't check message index).
+      
+
+2004-07-21  Andrey Hristov  <php@hristov.com>
+
+    * NEWS
+      ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h
+      ext/standard/tests/array/array_diff_key.phpt
+      ext/standard/tests/array/array_intersect_key.phpt:
+      add array_:
+      intersect_key()
+      intersect_ukey()
+      diff_key()
+      diff_ukey()
+      The first two by a patch of Cristiano Duarte. The second two were
+      implemented in almost the same way except one small difference.
+
+2004-07-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ZendEngine2/zend_builtin_functions.c:
+      MFH: Fixded #29291: get_class_vars() return names with NULLs
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Fixded #29291: get_class_vars() return names with NULLs
+
+2004-07-21  Stefan Esser  <sesser@suspekt.org>
+
+    * (PHP_4_3)
+      ext/mssql/php_mssql.c
+      ext/session/session.c
+      ext/sybase/php_sybase_db.c
+      ext/sybase_ct/php_sybase_ct.c
+      ext/w32api/w32api.c
+      main/main.c
+      main/rfc1867.c
+      sapi/apache/mod_php4.c:
+      Merge all not yet merged security fixes into the 4_3 branch
+
+2004-07-21  Christian Stocker  <chregu@phant.ch>
+
+    * (PHP_5_0)
+      run-tests.php:
+      MFH. Fix for Bug 29010 "make test does not wait to email address" (by
+      Sebastian Nohn)
+
+    * run-tests.php:
+      Fix for Bug 29010 "make test does not wait to email address" (by Sebastian
+      Nohn)
+
+2004-07-21  Sara Golemon  <php@alphaweb.net>
+
+    * NEWS:
+      MDTM added to ftp_url_stat
+
+    * ext/standard/ftp_fopen_wrapper.c:
+      Add MTDM support to ftp_fopen_wrapper::url_stat()
+
+    * ext/zlib/zlib_filter.c:
+      Oops, copy/paste typo
+
+    * ext/bz2/bz2_filter.c
+      ext/zlib/zlib_filter.c:
+      Persistent mallocs can return NULL (on failure)
+
+2004-07-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/sunfuncs.c:
+      Abort earlier on invalid format.
+
 2004-07-20  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * ZendEngine2/zend_alloc.c
index 7c28523d84ff11fcd2cca92e9cb2505f79e60743..67b32f5499baf656799d8cf62fe24fa9bf507eec 100644 (file)
@@ -1,3 +1,17 @@
+2004-07-21  Edin Kadribasic  <edink@emini.dk>
+
+    * zend_builtin_functions.c:
+      Fixed build
+
+2004-07-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      zend_builtin_functions.c:
+      MFH: Fixded #29291: get_class_vars() return names with NULLs
+
+    * zend_builtin_functions.c:
+      - Fixded #29291: get_class_vars() return names with NULLs
+
 2004-07-20  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * zend_alloc.c