From: Date: Wed, 1 Jul 2009 01:34:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb6bb49671e15975f17de97a2bbf4d6d30f70e51;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f0c90cde64..3ab7583c83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,132 @@ +2009-06-30 Stanislav Malyshev + + * (PHP_5_3) + ext/json/json.c + ext/json/php_json.h: + fix json shared build on Windows + +2009-06-30 Christian Seiler + + * (PHP_5_3) + NEWS + ext/spl/php_spl.c + ext/spl/tests/spl_autoload_013.phpt + ext/spl/tests/spl_autoload_014.phpt + ext/spl/tests/spl_autoload_bug48541.phpt: + MFH: spl_autoload_unregister/spl_autoload_functions and closures + +2009-06-30 Derick Rethans + + * (PHP_5_2) + NEWS + NEWS + ext/date/php_date.c + ext/date/php_date.c: + - MFH: Fixed bug #47351 (Memory leak in DateTime). + + * ext/date/php_date.c: + - Fixed bug #47351 (Memory leak in DateTime). + +2009-06-30 Greg Beaver + + * (PHP_5_3) + NEWS + ext/phar/tar.c + ext/phar/tests/tar/tar_openssl_hash.phpt + ext/phar/tests/tar/files/P1-1.0.0.tgz + ext/phar/tests/tar/files/P1-1.0.0.tgz.pubkey: + fixed bug #48681 (openssl signature verification for tar archives broken) + +2009-06-30 Lukas Smith + + * (PHP_5_3) + README.RELEASE_PROCESS: + MFH: expanded the section about how to create the changelog + + * README.RELEASE_PROCESS: + expanded the section about how to create the changelog + +2009-06-30 Scott MacVicar + + * (PHP_5_3) + ext/hash/hash_adler32.c + ext/hash/tests/adler32.phpt + ext/hash/tests/hash_copy_001.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_file_basic.phpt: + MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what + zlib produces. + + * ext/hash/tests/adler32.phpt + ext/hash/tests/hash_copy_001.phpt + ext/hash/tests/hash_file_basic1.phpt + ext/hash/tests/hash_hmac_basic.phpt + ext/hash/tests/hash_hmac_file_basic.phpt: + Fix tests for bug #48284 - adler32 is in the wrong order. + + * ext/hash/hash_adler32.c: + Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib + produces. + +2009-06-30 Ilia Alshanetsky + + * (PHP_5_3) + main/php_open_temporary_file.c: + + MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using + TMPDIR). + +2009-06-30 Kalle Sommer Nielsen + + * (PHP_5_3) + NEWS + win32/sendmail.c: + MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) + + +2009-06-30 Felipe Pena + + * (PHP_5_3) + ZendEngine2/tests/bug48693.phpt: + - New test + +2009-06-30 Lukas Smith + + * (PHP_5_3) + README.RELEASE_PROCESS: + MFH: formatting fix for the re-releasing section + + * README.RELEASE_PROCESS: + formatting fix for the re-releasing section + +2009-06-30 Kalle Sommer Nielsen + + * win32/sendmail.c: + Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) + +2009-06-30 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c + ext/standard/metaphone.c + ext/standard/tests/strings/bug48709.phpt: + - MFH: Fixed bug #48709 (metaphone and 'wh') + +2009-06-30 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + MFH Upgrade libsqlite to 3.6.16, fixes a possible error with triggers + +2009-06-30 Hannes Magnusson + + * php.ini-development + php.ini-production: + MFB5.3: Add missing ini entries (Mikko) + 2009-06-29 Johannes Schlüter * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 06c7272d43..8ba963ed17 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2009-06-30 Felipe Pena + + * (PHP_5_3) + tests/bug48693.phpt: + - New test + + * (PHP_5_3) + zend_builtin_functions.c: + - MFH: Fixed bug #48709 (metaphone and 'wh') + 2009-06-28 Pierre-Alain Joye * (PHP_5_3)