changelog               Tue Apr 28 01:32:56 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3386&r2=1.3387&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3386 php-src/ChangeLog:1.3387
--- php-src/ChangeLog:1.3386    Mon Apr 27 01:32:44 2009
+++ php-src/ChangeLog   Tue Apr 28 01:32:54 2009
@@ -1,3 +1,132 @@
+2009-04-27  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_3)
+      ext/intl/msgformat/msgformat_attr.c:
+      
+      Removed unused variable
+
+2009-04-27  Felipe Pena  <felipe...@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.taski...@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      update
+
+2009-04-27  Scott MacVicar  <sc...@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  <kir...@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  <sc...@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....@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  <felipe...@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....@gmail.com>
+
+    * (PHP_5_2)
+      ext/imap/config.w32:
+      - utf8_mime2text is present in 5.2's cclient
+
+2009-04-27  Sebastian Schürmann  <sschuermann...@yahoo.de>
+
+    * ext/spl/tests/spl_classes.phpt:
+      - fixing spl_classes test here as well
+
+2009-04-27  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      ext/imap/php_imap.c:
+      - remove duplicate definition
+
 2009-04-26  Sebastian Schürmann  <sschuermann...@yahoo.de>
 
     * (PHP_5_3)
@@ -37553,7 +37682,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3386 2009/04/27 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3387 2009/04/28 01:32:54 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to