From: Date: Mon, 29 Jun 2009 01:33:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=338feb1bf74992cd096037f20190b916f26f8226;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9a4f913454..392f62dafe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,148 @@ +2009-06-28 Scott MacVicar + + * ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + Update libsqlite to 3.6.16 + +2009-06-28 Patrick Allaert + + * ext/ldap/ldap.c: + forgotten some credits :) + + * ext/ldap/ldap.c + ext/ldap/tests/bug48441.phpt: + unicode support in ext/ldap + +2009-06-28 Johannes Schlüter + + * (PHP_5_3) + ext/mysqlnd/mysqlnd_wireprotocol.c: + Fix path + +2009-06-28 Felipe Pena + + * (PHP_5_2) + NEWS + ext/standard/metaphone.c + ext/standard/tests/strings/bug48709.phpt: + - MFH: Fixed bug #48709 (metaphone and 'wh') + + * ext/standard/metaphone.c + ext/standard/tests/strings/bug48709.phpt + ext/standard/tests/strings/bug48709.phpt: + - Fixed bug #48709 (metaphone and 'wh') + +2009-06-28 Andrei Zmievski + + * TODO: + Update + +2009-06-28 Johannes Schlüter + + * php.ini-development + php.ini-production: + Add missing ini entries (Mikko) + + * php.ini-development + php.ini-production: + Add ibase settings + + * (PHP_5_3) + UPGRADING: + Drop debug switches from UPGRADING, they need --enable-debug and aren't + ment for users + + * (PHP_5_3) + php.ini-development + php.ini-production: + MFH: Add two ini settings and remove ini setting which is commented out in + code + + * php.ini-development + php.ini-production: + - Add two ini settings + +2009-06-28 Jani Taskinen + + * NEWS: + - dot dot dot.. :) + + * (PHP_5_2) + NEWS: + - Typo, removed BOM (this file was supposed to be just ascii..right? :) + +2009-06-28 Johannes Schlüter + + * php.ini-development: + fix typo + + * php.ini-development + php.ini-production: + Add missing MySQL entries + +2009-06-28 Christopher Jones + + * (PHP_5_3) + UPGRADING: + Record "new" ini param + +2009-06-28 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + FN + +2009-06-28 Pierre-Alain Joye + + * ext/mysqlnd/mysqlnd_wireprotocol.c + ext/mysqlnd/mysqlnd_wireprotocol.c: + - fix build + + * (PHP_5_2) + ext/curl/interface.c + ext/curl/interface.c: + - MFH: fix regression introduced by the fix for #48518 (Ilia, Rasmus) + + * (PHP_5_3) + ZendEngine2/zend_alloc.h: + - MF52: calloc must actually clear the requested size (Andrei) + + * (PHP_5_2) + ZendEngine2/zend_alloc.h: + - calloc must actually clearing the requested size (Andrei) + +2009-06-28 Felipe Pena + + * ext/standard/string.c + ext/standard/tests/strings/parse_str_basic1.phpt + ext/standard/tests/strings/parse_str_basic3.phpt + ext/standard/tests/strings/parse_str_basic4.phpt: + - Fixed bug #48658 (Change in behaviour of parse_str on php 6.0) + + * (PHP_5_2) + NEWS + ext/pdo_dblib/dblib_driver.c: + - MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty + PDOException "SQLSTATE[] (null)") + + * ext/pdo_dblib/dblib_driver.c: + - Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException + "SQLSTATE[] (null)") + + * (PHP_5_2) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug48693.phpt: + - MFH: Fixed bug #48693 (Double declaration of __lambda_func when lambda + wrongly formatted) + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug48693.phpt + ZendEngine2/tests/bug48693.phpt: + - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly + formatted) + 2009-06-27 Pierre-Alain Joye * ext/curl/interface.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7381a143d5..06c7272d43 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2009-06-28 Pierre-Alain Joye + + * (PHP_5_3) + zend_alloc.h: + - MF52: calloc must actually clear the requested size (Andrei) + + * (PHP_5_2) + zend_alloc.h: + - calloc must actually clearing the requested size (Andrei) + +2009-06-28 Felipe Pena + + * (PHP_5_2) + zend_builtin_functions.c + tests/bug48693.phpt: + - MFH: Fixed bug #48693 (Double declaration of __lambda_func when lambda + wrongly formatted) + + * zend_builtin_functions.c + tests/bug48693.phpt + tests/bug48693.phpt: + - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly + formatted) + 2009-06-26 Johannes Schlüter * (PHP_5_3)