]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 29 Jun 2009 01:33:31 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Mon, 29 Jun 2009 01:33:31 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 9a4f913454c9137ace9e3f20339ee5ba56e4abae..392f62dafe0d3b4808e90bb7ba38aef2ed0ea968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+2009-06-28  Scott MacVicar  <scott@macvicar.net>
+
+    * 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  <patrick.allaert@gmail.com>
+
+    * 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  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      Fix path
+
+2009-06-28  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <andrei@gravitonic.com>
+
+    * TODO:
+      Update
+
+2009-06-28  Johannes Schlüter  <johannes@schlueters.de>
+
+    * 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  <jani.taskinen@sci.fi>
+
+    * 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  <johannes@schlueters.de>
+
+    * php.ini-development:
+      fix typo
+
+    * php.ini-development
+      php.ini-production:
+      Add missing MySQL entries
+
+2009-06-28  Christopher Jones  <christopher.jones@oracle.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Record "new" ini param
+
+2009-06-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      FN
+
+2009-06-28  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * 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  <felipensp@gmail.com>
+
+    * 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  <pierre.dev@gmail.com>
 
     * ext/curl/interface.c:
index 7381a143d5539e0697103671cc4662ec2f657414..06c7272d43b97dac6640c11e1c674c0ee47a8624 100644 (file)
@@ -1,3 +1,27 @@
+2009-06-28  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <felipensp@gmail.com>
+
+    * (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  <johannes@schlueters.de>
 
     * (PHP_5_3)