changelog Wed Jul 1 01:33:57 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3450&r2=1.3451&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3450 php-src/ChangeLog:1.3451
--- php-src/ChangeLog:1.3450 Tue Jun 30 01:33:19 2009
+++ php-src/ChangeLog Wed Jul 1 01:33:56 2009
@@ -1,3 +1,132 @@
+2009-06-30 Stanislav Malyshev <s...@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...@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 <p...@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 <g...@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 <sm...@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 <sc...@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 <i...@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....@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 <felipe...@gmail.com>
+
+ * (PHP_5_3)
+ ZendEngine2/tests/bug48693.phpt:
+ - New test
+
+2009-06-30 Lukas Smith <sm...@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....@gmail.com>
+
+ * win32/sendmail.c:
+ Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
+
+2009-06-30 Felipe Pena <felipe...@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 <sc...@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.magnus...@gmail.com>
+
+ * php.ini-development
+ php.ini-production:
+ MFB5.3: Add missing ini entries (Mikko)
+
2009-06-29 Johannes Schlüter <johan...@schlueters.de>
* (PHP_5_3)
@@ -48445,7 +48574,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3450 2009/06/30 01:33:19 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3451 2009/07/01 01:33:56 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c