]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 5 Jan 2009 01:32:20 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 5 Jan 2009 01:32:20 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index c96aa09e4f998760e652e0ab6e070de0f35082d3..173c0f7c3c3a530896588d986eaf38c2ed84c0cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2009-01-04  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      sapi/embed/php_embed.c:
+      - fix build
+
+2009-01-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sqlite3/sqlite3.c:
+      
+      MFB: Added missing initialization
+
+    * (PHP_5_3)
+      ext/sqlite3/sqlite3.c:
+      Added missing initialization
+
+2009-01-04  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      run-tests.php:
+      MFH: fix PDO and other 'redirected' tests - add that "# original source"
+      line only if the test fails
+
+    * run-tests.php:
+      fix PDO and other 'redirected' tests - add that "# original source" line
+      only if the test fails
+
+    * ext/standard/tests/general_functions/phpinfo.phpt
+      ext/standard/tests/general_functions/phpinfo.phpt:
+      fix test
+
+2009-01-04  Marcus Boerger  <php@marcus-boerger.de>
+
+    * .gdbinit:
+      - Add compiler globals as
+
+2009-01-04  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/standard/info.c:
+      capitalize
+
+    * (PHP_5_2)
+      ext/posix/posix.c:
+      MFH: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define
+      utsname.domainname
+      (c) felipe, Sun Jun 22 21:45:42 2008 UTC
+
+2009-01-04  Marcus Boerger  <php@marcus-boerger.de>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_closures.c
+      ZendEngine2/tests/closure_036.phpt:
+      - MFH - Set scope when copying a closure with a new this pointer.
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/tests/closure_036.phpt
+      ZendEngine2/tests/closure_036.phpt:
+      - Set scope when copying a closure with a new this pointer.
+
 2009-01-03  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)
index eaad46ae620924c1cdb8c7409a7d95bfa955ce96..ba02d53cb6b1cb5b2d31852dbf2d9e38d4b6b5dd 100644 (file)
@@ -1,3 +1,15 @@
+2009-01-04  Marcus Boerger  <php@marcus-boerger.de>
+
+    * (PHP_5_3)
+      zend_closures.c
+      tests/closure_036.phpt:
+      - MFH - Set scope when copying a closure with a new this pointer.
+
+    * zend_closures.c
+      tests/closure_036.phpt
+      tests/closure_036.phpt:
+      - Set scope when copying a closure with a new this pointer.
+
 2009-01-03  Marcus Boerger  <php@marcus-boerger.de>
 
     * (PHP_5_3)