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

2009-02-18 Thread changelog
changelog   Thu Feb 19 01:32:39 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3322r2=1.3323diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3322 php-src/ChangeLog:1.3323
--- php-src/ChangeLog:1.3322Wed Feb 18 01:32:35 2009
+++ php-src/ChangeLog   Thu Feb 19 01:32:38 2009
@@ -1,3 +1,109 @@
+2009-02-18  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/standard/tests/strings/bug47443.phpt:
+  - New test
+
+* ext/standard/tests/strings/bug47443.phpt
+  ext/standard/tests/strings/bug47443.phpt:
+  
+  - New test
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* (PHP_5_3)
+  ext/standard/metaphone.c:
+  - MFH: Fixed bug #47443 (metaphone('scratch') returns wrong result)
+
+* ext/standard/metaphone.c:
+  - Fixed bug #47443 (metaphone('scratch') returns wrong result)
+
+2009-02-18  Ilia Alshanetsky  i...@prohost.org
+
+* ext/sqlite3/sqlite3.c:
+  MFB: Removed unused var
+
+* (PHP_5_3)
+  ext/sqlite3/sqlite3.c:
+  Removed unused var
+
+2009-02-18  Robin Fernandes  ro...@soal.org
+
+* main/output.c
+  tests/output/bug46903.phpt
+  tests/output/ob_start_basic_004.phpt:
+  Revert fix to bug #46903 as per
+  http://marc.info/?l=php-internalsm=123476465621346w=2 .
+
+2009-02-18  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  ext/mysql/php_mysql.c
+  ext/mysql/tests/bug47438.phpt:
+  MFH: Fix #47438 mysql_fetch_field ignores zero offse
+
+* ext/mysql/php_mysql.c
+  ext/mysql/tests/bug47438.phpt
+  ext/mysql/tests/bug47438.phpt:
+  Fix #47438 mysql_fetch_field ignores zero offse
+
+2009-02-18  Dmitry Stogov  dmi...@zend.com
+
+* ext/soap/tests/bugs/bug47049.phpt
+  ext/soap/tests/bugs/bug47049.phpt
+  ext/soap/tests/bugs/bug47049.phpt
+  ext/soap/tests/bugs/bug47049.wsdl
+  ext/soap/tests/bugs/bug47049.wsdl
+  ext/soap/tests/bugs/bug47049.wsdl:
+1.1.4;
+  file bug47049.phpt was initially added on branch PHP_5_2.
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/soap.c
+  ext/soap/soap.c
+  ext/soap/soap.c
+  ext/soap/tests/bugs/bug47049.phpt
+  ext/soap/tests/bugs/bug47049.phpt
+  ext/soap/tests/bugs/bug47049.wsdl
+  ext/soap/tests/bugs/bug47049.wsdl:
+  Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
+
+2009-02-18  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  Update bundled SQLite to 3.6.11
+
+2009-02-18  Dmitry Stogov  dmi...@zend.com
+
+* ZendEngine2/tests/bug47343.phpt
+  ZendEngine2/tests/bug47343.phpt:
+  
+  file bug47343.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_gc.c
+  ZendEngine2/zend_gc.c
+  ZendEngine2/tests/bug47343.phpt:
+  Fixed bug #47343 (gc_collect_cycles causes a segfault when called within 
a
+  destructor in one case)
+
+* ZendEngine2/zend.c
+  ZendEngine2/zend.c
+  ZendEngine2/zend.h
+  ZendEngine2/zend.h:
+  Fixed zend_print_zval_r_ex() to use the write callback function
+
 2009-02-17  Zoe Slattery  zoe.slatt...@googlemail.com
 
 * ZendEngine2/tests/bug46701.phpt
@@ -30527,7 +30633,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3322 2009/02/18 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3323 2009/02/19 01:32:38 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-18 Thread changelog
changelog   Thu Feb 19 01:32:43 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1447r2=1.1448diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1447 ZendEngine2/ChangeLog:1.1448
--- ZendEngine2/ChangeLog:1.1447Wed Feb 18 01:32:40 2009
+++ ZendEngine2/ChangeLog   Thu Feb 19 01:32:43 2009
@@ -1,3 +1,22 @@
+2009-02-18  Dmitry Stogov  dmi...@zend.com
+
+* zend_gc.c
+  zend_gc.c
+  tests/bug47343.phpt:
+  Fixed bug #47343 (gc_collect_cycles causes a segfault when called within 
a
+  destructor in one case)
+
+* tests/bug47343.phpt
+  tests/bug47343.phpt:
+  
+  file bug47343.phpt was initially added on branch PHP_5_3.
+
+* zend.c
+  zend.c
+  zend.h
+  zend.h:
+  Fixed zend_print_zval_r_ex() to use the write callback function
+
 2009-02-17  Zoe Slattery  zoe.slatt...@googlemail.com
 
 * tests/bug46701.phpt
@@ -27869,7 +27888,7 @@
 2003-06-10  Jani Taskinen  sni...@iki.fi
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1447 2009/02/18 01:32:40 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1448 2009/02/19 01:32:43 changelog Exp $ tag
 
 2003-06-10  James Cox  ja...@imajes.info
 
@@ -29593,7 +29612,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1447 2009/02/18 01:32:40 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1448 2009/02/19 01:32:43 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  i...@prohost.org