]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Jul 2009 01:34:02 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Wed, 1 Jul 2009 01:34:02 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index f0c90cde64bf83926a516b881ca1ca371ae259b9..3ab7583c83652219751492eee2cd70ddbbd9d46f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,132 @@
+2009-06-30  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_3)
+      ext/json/json.c
+      ext/json/php_json.h:
+      fix json shared build on Windows
+
+2009-06-30  Christian Seiler  <chris_se@gmx.net>
+
+    * (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@derickrethans.nl>
+
+    * (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  <greg@chiaraquartet.net>
+
+    * (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  <smith@pooteeweet.org>
+
+    * (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  <scott@macvicar.net>
+
+    * (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  <ilia@prohost.org>
+
+    * (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  <kalle.php@gmail.com>
+
+    * (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  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ZendEngine2/tests/bug48693.phpt:
+      - New test
+
+2009-06-30  Lukas Smith  <smith@pooteeweet.org>
+
+    * (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  <kalle.php@gmail.com>
+
+    * win32/sendmail.c:
+      Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
+
+2009-06-30  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <scott@macvicar.net>
+
+    * (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  <hannes.magnusson@gmail.com>
+
+    * php.ini-development
+      php.ini-production:
+      MFB5.3: Add missing ini entries (Mikko)
+
 2009-06-29  Johannes Schlüter  <johannes@schlueters.de>
 
     * (PHP_5_3)
index 06c7272d43b97dac6640c11e1c674c0ee47a8624..8ba963ed175d0e76630bc2d5232f6feef7441313 100644 (file)
@@ -1,3 +1,13 @@
+2009-06-30  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <pierre.dev@gmail.com>
 
     * (PHP_5_3)