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

index 7b86e97fd0f1b078bc44135d61e2070ce3f1d407..c96aa09e4f998760e652e0ab6e070de0f35082d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+2009-01-03  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/sqlite3/sqlite3.c:
+      MFH:
+      - Removed unnecessary repeated arginfos
+      - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid
+      reflection instantiation
+
+    * ext/sqlite3/sqlite3.c:
+      - Removed unnecessary repeated arginfos
+      - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid
+      reflection instantiation
+
+2009-01-03  Marcus Boerger  <php@marcus-boerger.de>
+
+    * ext/reflection/php_reflection.c:
+      - MFB Missing namespace changes
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/027.phpt
+      ext/reflection/tests/027.phpt
+      ext/reflection/tests/ReflectionMethod_getClosure_error.phpt:
+      - Minor corrections and a new test
+
+    * ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt
+      ext/reflection/tests/reflectionClass_getNamespaceName.phpt:
+      - MFB sync
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c:
+      - MFH Show closure's bound  as static parameter
+
+    * ext/reflection/php_reflection.c:
+      - Show closure's bound  as static parameter
+
+    * (PHP_5_3)
+      ZendEngine2/zend_closures.c:
+      - MFH Prevent instantiation from Reflection
+
+    * ZendEngine2/zend_closures.c:
+      - Prevent instantiation from Reflection
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c:
+      MFH
+      - Add ReflectionFunctionAbstract::getClosureThis()
+      [DOC]
+
+    * ext/reflection/php_reflection.c:
+      - Return this pointer and not closure itself
+
+    * ext/reflection/php_reflection.c:
+      - Add ReflectionFunctionAbstract::getClosureThis()
+
+    * ZendEngine2/tests/closure_035.phpt:
+      - Overlooked one instance number
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/tests/closure_035.phpt
+      ZendEngine2/tests/closure_035.phpt:
+      - Fix refcounting
+
+    * (PHP_5_3)
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/closure_033.phpt
+      ZendEngine2/tests/closure_034.phpt:
+      - MFH Rebind closure when binding to property
+
+    * ZendEngine2/tests/closure_033.phpt
+      ZendEngine2/tests/closure_033.phpt
+      ZendEngine2/tests/closure_034.phpt
+      ZendEngine2/tests/closure_034.phpt:
+      
+      - Rebind closure when binding to property
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.h
+      ZendEngine2/zend_object_handlers.c:
+      - Rebind closure when binding to property
+
+2009-01-03  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN
+
+2009-01-03  Marcus Boerger  <php@marcus-boerger.de>
+
+    * ext/reflection/php_reflection.c:
+      - Improved closure support
+
+    * ext/reflection/php_reflection.c:
+      - Small reordering
+
+    * ZendEngine2/zend_closures.c:
+      - Fix vim blocks and add missing comment
+
+    * ext/reflection/php_reflection.c:
+      - Add minimalistic closure support
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.h:
+      - Add reflection helpers
+
+    * .gdbinit:
+      - There is no -v in keys
+
+2009-01-03  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      buildconf.bat
+      win32/build/buildconf.js:
+      MFH:
+      * Redirect the "1 file(s) copied" message to nul
+      * Check if configure script was copied, and output an error if it wasn't
+
+2009-01-03  Felipe Pena  <felipensp@gmail.com>
+
+    * main/network.c:
+      - Windows part
+
 2009-01-02  Felipe Pena  <felipensp@gmail.com>
 
     * main/network.c:
index a093efc5e02e2ada56f57d92ff892144061429c4..eaad46ae620924c1cdb8c7409a7d95bfa955ce96 100644 (file)
@@ -1,3 +1,47 @@
+2009-01-03  Marcus Boerger  <php@marcus-boerger.de>
+
+    * (PHP_5_3)
+      zend_closures.c:
+      - MFH Prevent instantiation from Reflection
+
+    * zend_closures.c:
+      - Prevent instantiation from Reflection
+
+    * tests/closure_035.phpt:
+      - Overlooked one instance number
+
+    * zend_closures.c
+      tests/closure_035.phpt
+      tests/closure_035.phpt:
+      - Fix refcounting
+
+    * (PHP_5_3)
+      zend_closures.c
+      zend_closures.h
+      zend_object_handlers.c
+      tests/closure_033.phpt
+      tests/closure_034.phpt:
+      - MFH Rebind closure when binding to property
+
+    * tests/closure_033.phpt
+      tests/closure_033.phpt
+      tests/closure_034.phpt
+      tests/closure_034.phpt:
+      
+      - Rebind closure when binding to property
+
+    * zend_closures.c
+      zend_closures.h
+      zend_object_handlers.c:
+      - Rebind closure when binding to property
+
+    * zend_closures.c:
+      - Fix vim blocks and add missing comment
+
+    * zend_closures.c
+      zend_closures.h:
+      - Add reflection helpers
+
 2009-01-02  Felipe Pena  <felipensp@gmail.com>
 
     * header