changelog Wed Jul 21 20:34:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1692&r2=1.1693&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1692 php-src/ChangeLog:1.1693
--- php-src/ChangeLog:1.1692 Tue Jul 20 20:34:22 2004
+++ php-src/ChangeLog Wed Jul 21 20:34:29 2004
@@ -1,3 +1,100 @@
+2004-07-21 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/standard/sunfuncs.c:
+ Abort earlier on invalid format.
+
2004-07-20 Moriyoshi Koizumi <[EMAIL PROTECTED]>
* ZendEngine2/zend_alloc.c
@@ -6728,7 +6825,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1692 2004/07/21 00:34:22
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1693 2004/07/22 00:34:29
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>