]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 28 Apr 2009 01:33:00 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Tue, 28 Apr 2009 01:33:00 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 9cdc8ab1d8d5db855ccab84ce8f58d292201111c..1ba68f78ed65d748d3db07eb1e4287e853101491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,132 @@
+2009-04-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/intl/msgformat/msgformat_attr.c:
+      
+      Removed unused variable
+
+2009-04-27  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN
+
+    * (PHP_5_2)
+      ZendEngine2/FlexLexer.h
+      ZendEngine2/flex.skl
+      ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/002.phpt
+      ext/reflection/tests/002.phpt
+      ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+      ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+      ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+      ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+      ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt
+      ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt:
+      - MFH: Fixed bug #47254 (Wrong Reflection for extends class)
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/002.phpt
+      ext/reflection/tests/008.phpt
+      ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+      ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+      ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt:
+      - Fixed bug #47254 (Wrong Reflection for extends class)
+
+2009-04-27  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      update
+
+2009-04-27  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      NEWS
+      ext/xmlrpc/config.m4
+      ext/xmlrpc/config.m4:
+      MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they
+      use different iconv versions. Could also just add a dependency on iconv to
+      fix this.
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+2009-04-27  Kirti Velankar  <kirtig@yahoo-inc.com>
+
+    * (PHP_5_3)
+      ext/intl/grapheme/grapheme_string.c
+      ext/intl/tests/grapheme.phpt:
+      Fix in grapheme_extract
+
+2009-04-27  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/sqlite3/php_sqlite3_structs.h
+      ext/sqlite3/sqlite3.c:
+      MFH Add the ability to enable exceptions rather than warnings for sqlite3,
+      needed for pyrus.
+
+    * ext/sqlite3/php_sqlite3_structs.h
+      ext/sqlite3/sqlite3.c:
+      Add the ability to enable exceptions rather than warnings for sqlite3,
+      needed for pyrus.
+
+    * ext/xmlrpc/config.m4:
+      Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use
+      different iconv versions. Could also just add a dependency on iconv to fix
+      this.
+
+2009-04-27  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      ext/date/php_date.c:
+      MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
+
+    * ext/date/php_date.c:
+      Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
+
+2009-04-27  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/basic_functions.c:
+      - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments)
+
+    * ext/standard/basic_functions.c:
+      - Fixed bug #48087 (call_user_method() invalid free of arguments)
+
+2009-04-27  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_2)
+      ext/imap/config.w32:
+      - utf8_mime2text is present in 5.2's cclient
+
+2009-04-27  Sebastian Schürmann  <sschuermann303@yahoo.de>
+
+    * ext/spl/tests/spl_classes.phpt:
+      - fixing spl_classes test here as well
+
+2009-04-27  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      ext/imap/php_imap.c:
+      - remove duplicate definition
+
 2009-04-26  Sebastian Schürmann  <sschuermann303@yahoo.de>
 
     * (PHP_5_3)
index 9d829a53a8c3a0adf05b80422f223aaddb71506b..db19f9d170d7bc5f74575ef9f576b9d5e7133841 100644 (file)
@@ -1,3 +1,10 @@
+2009-04-27  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      FlexLexer.h
+      flex.skl:
+      - MFH: Fixed bug #47254 (Wrong Reflection for extends class)
+
 2009-04-24  Arnaud Le Blanc  <arnaud.lb@gmail.com>
 
     * tests/unicode_001.phpt: