[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2009-04-27 Thread changelog
changelog   Tue Apr 28 01:32:56 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3386r2=1.3387diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3386 php-src/ChangeLog:1.3387
--- php-src/ChangeLog:1.3386Mon 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:
-  - 

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2009-04-27 Thread changelog
changelog   Tue Apr 28 01:33:00 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1474r2=1.1475diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1474 ZendEngine2/ChangeLog:1.1475
--- ZendEngine2/ChangeLog:1.1474Sat Apr 25 01:32:46 2009
+++ ZendEngine2/ChangeLog   Tue Apr 28 01:33:00 2009
@@ -1,3 +1,10 @@
+2009-04-27  Felipe Pena  felipe...@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...@gmail.com
 
 * tests/unicode_001.phpt:
@@ -28497,7 +28504,7 @@
 2003-06-10  Jani Taskinen  sni...@iki.fi
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1474 2009/04/25 01:32:46 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1475 2009/04/28 01:33:00 changelog Exp $ tag
 
 2003-06-10  James Cox  ja...@imajes.info
 
@@ -30221,7 +30228,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1474 2009/04/25 01:32:46 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1475 2009/04/28 01:33:00 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  i...@prohost.org