]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 8 May 2009 01:33:08 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Fri, 8 May 2009 01:33:08 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 2823a0e7bc5ef0925b55a204fa503737d51cc3e5..f30ce51236084d1ef50fe00568339e3667e281c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2009-05-07  Matteo Beccati  <matteo@beccati.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/pdo_sqlite/sqlite_statement.c:
+      MFH
+      - Fixed bug #48185 removing no-op code
+
+    * ext/pdo_sqlite/sqlite_statement.c:
+      - Fixed bug #48185 removing no-op code
+
+2009-05-07  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/sqlite3/sqlite3.c
+      ext/sqlite3/sqlite3.c:
+      - Fix build
+
+2009-05-07  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS
+      NEWS:
+      BFN
+
+    * ext/sqlite3/sqlite3.c:
+      MFB Print warning when using loadExtension on non cli, cgi and embeded
+
+    * ext/sqlite3/sqlite3.c:
+      Some unicode updates for sqlite3
+
+    * (PHP_5_3)
+      ext/sqlite3/sqlite3.c:
+      Print warning when using loadExtension on non cli, cgi and embeded
+
+2009-05-07  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/lang/bug45392.phpt:
+      - Missed one line
+
+    * (PHP_5_2)
+      NEWS
+      tests/lang/bug45392.phpt:
+      - Bug 45392 was never fixed in PHP_5_2
+
+    * tests/lang/bug45392.phpt:
+      - Fix test to actually test for the bug
+
+2009-05-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sqlite3/libsqlite/sqlite3.c:
+      MFB: fixed compiler warning
+
+    * (PHP_5_3)
+      ext/sqlite3/libsqlite/sqlite3.c:
+      
+      Fixed compiler warning
+
+2009-05-07  Felipe Pena  <felipensp@gmail.com>
+
+    * ZendEngine2/tests/bug47714.phpt
+      ZendEngine2/tests/bug47714.phpt:
+      - Missing title
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/017.phpt:
+      - MFH: Parameter parsing changes for get_defined_constants() (Kalle)
+
+2009-05-07  Scott MacVicar  <scott@macvicar.net>
+
+    * ext/sqlite3/libsqlite/sqlite3.c
+      ext/sqlite3/libsqlite/sqlite3.h
+      ext/sqlite3/libsqlite/sqlite3ext.h:
+      Update bundled libsqlite to 3.6.14
+
+2009-05-07  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * scripts/dev/generate-phpt.phar
+      scripts/dev/generate-phpt.phar
+      scripts/dev/generate_phpt.php:
+      
+      file generate-phpt.phar was initially added on branch PHP_5_3.
+
+2009-05-07  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/standard/tests/misc/browsernames.inc
+      ext/standard/tests/misc/browsernames.php
+      ext/standard/tests/misc/get_browser_basic.phpt
+      ext/standard/tests/misc/get_browser_error.phpt
+      ext/standard/tests/misc/get_browser_variation1.phpt:
+      MFB5.3: Fix tests
+
+    * ext/standard/tests/misc/browsernames.inc
+      ext/standard/tests/misc/browsernames.inc
+      ext/standard/tests/misc/browsernames.php
+      ext/standard/tests/misc/get_browser_basic.phpt
+      ext/standard/tests/misc/get_browser_error.phpt
+      ext/standard/tests/misc/get_browser_variation1.phpt:
+      
+      file browsernames.inc was initially added on branch PHP_5_3.
+
+2009-05-07  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      use have been a keyword in a forever, thanks Greg
+
+    * (PHP_5_3)
+      UPGRADING:
+      Windows ME is not supported either as of 5.3
+
+    * (PHP_5_3)
+      UPGRADING:
+      - use is a reserved keyword
+      * notes to Windows section
+
 2009-05-06  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_3)
index 87e9ddf7cb03e6d9d83281a0c4f16d21a519de65..0aa2b98ace6135a320d4e6bab8000081f1f9a705 100644 (file)
@@ -1,3 +1,14 @@
+2009-05-07  Felipe Pena  <felipensp@gmail.com>
+
+    * tests/bug47714.phpt
+      tests/bug47714.phpt:
+      - Missing title
+
+    * (PHP_5_3)
+      zend_builtin_functions.c
+      tests/017.phpt:
+      - MFH: Parameter parsing changes for get_defined_constants() (Kalle)
+
 2009-05-05  Zoe Slattery  <zoe.slattery@googlemail.com>
 
     * (PHP_5_3)