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

2009-05-29 Thread changelog
changelog   Sat May 30 01:33:14 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1492&r2=1.1493&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1492 ZendEngine2/ChangeLog:1.1493
--- ZendEngine2/ChangeLog:1.1492Thu May 28 01:32:58 2009
+++ ZendEngine2/ChangeLog   Sat May 30 01:33:14 2009
@@ -1,3 +1,18 @@
+2009-05-29  Pierre-Alain Joye  
+
+* tests/bug42143.phpt:
+  - MFB: #42143, the constant NAN is reported as 0 on Windows
+
+* (PHP_5_3)
+  tests/bug42143.phpt:
+  - MF52: #42143, the constant NAN is reported as 0 on Windows
+
+* tests/bug42143.phpt
+  tests/bug42143.phpt
+  tests/bug42143.phpt:
+1.1.4;
+  file bug42143.phpt was initially added on branch PHP_5_2.
+
 2009-05-27  David Soria Parra  
 
 * zend_compile.c
@@ -28763,7 +28778,7 @@
 2003-06-10  Jani Taskinen  
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1492 2009/05/28 01:32:58 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1493 2009/05/30 01:33:14 changelog Exp $ tag
 
 2003-06-10  James Cox  
 
@@ -30487,7 +30502,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1492 2009/05/28 01:32:58 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1493 2009/05/30 01:33:14 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  
 




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

2009-05-29 Thread changelog
changelog   Sat May 30 01:33:10 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3418&r2=1.3419&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3418 php-src/ChangeLog:1.3419
--- php-src/ChangeLog:1.3418Fri May 29 01:32:44 2009
+++ php-src/ChangeLog   Sat May 30 01:33:09 2009
@@ -1,3 +1,304 @@
+2009-05-29  Ulf Wendel  
+
+* (PHP_5_3)
+  ext/mysqli/tests/local_infile_tools.inc
+  ext/mysqli/tests/mysqli_set_local_infile_handler.phpt:
+  MFH - Fixing tests - messages/warnings can vary by version
+
+* ext/mysqli/tests/local_infile_tools.inc
+  ext/mysqli/tests/mysqli_set_local_infile_handler.phpt:
+  Fixing tests - messages/warnings can vary by version
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_constants.phpt:
+  MFH - Updating test to reflect API changes.
+
+* ext/mysqli/tests/mysqli_constants.phpt:
+  Updating test to reflect API changes.
+
+* (PHP_5_3)
+  ext/mysqli/tests/bug44897.phpt:
+  MFH - Skip test for libmysql. The MySQL C-API does not support it, 
mysqlnd
+  does...
+
+* ext/mysqli/tests/bug44897.phpt:
+  Skip test for libmysql. The MySQL C-API does not support it, mysqlnd
+  does...
+
+2009-05-29  Andrey Hristov  
+
+* (PHP_5_3)
+  NEWS:
+  NEWS
+
+* (PHP_5_3)
+  ext/mysqli/config.m4
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_mysqlnd.h
+  ext/mysqlnd/mysqlnd_libmysql_compat.h:
+  MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and
+  5.4.x
+
+* ext/mysqli/config.m4
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_mysqlnd.h
+  ext/mysqlnd/mysqlnd_libmysql_compat.h:
+  Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x
+
+2009-05-29  Ulf Wendel  
+
+* (PHP_5_3)
+  ext/mysqli/tests/057.phpt
+  ext/mysqli/tests/bug34810.phpt:
+  MFH - 1) The wording of a message can differ by version and by libmysql 
vs.
+  mysqlnd. 2) %i is better than %s
+
+* ext/mysqli/tests/057.phpt
+  ext/mysqli/tests/bug34810.phpt:
+  1) The wording of a message can differ by version and by libmysql vs.
+  mysqlnd. 2) %i is better than %s
+
+* (PHP_5_3)
+  ext/mysqli/tests/057.phpt:
+  MFH - Behaviour is undefined with libmysql, accept whatever libmysql may
+  return. With mysqlnd you get the defined value of -1 to indicate 'no
+  value'.
+
+* ext/mysqli/tests/057.phpt:
+  Behaviour is undefined with libmysql, accept whatever libmysql may 
return.
+  With mysqlnd you get the defined value of -1 to indicate 'no value'.
+
+2009-05-29  Andrey Hristov  
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd_ps.c:
+  MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after
+  stmt_reset() but it should stay and be freed as later as next
+  stmt_execute()
+
+* ext/mysqlnd/mysqlnd_ps.c:
+  Fix for the failing mysql_stmt_execute() test. Data was cleaned after
+  stmt_reset() but it should stay and be freed as later as next
+  stmt_execute()
+
+2009-05-29  Ulf Wendel  
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_stmt_affected_rows.phpt:
+  MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With
+  libmysql it is not defined what mysql_stmt_store_result() shall return
+  when one tries to store the (non-existing) result set of a failed SQL
+  statement,
+  http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html .
+  mysqlnd will detect the SQL failure and return false. libmysql will 
return
+  true. If you want libmysql to change, file a bug report at MySQL... I
+  don't think there is a good way to work around this in the extension
+  itself.
+
+* ext/mysqli/tests/mysqli_stmt_affected_rows.phpt:
+  'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql
+  it is not defined what mysql_stmt_store_result() shall return when one
+  tries to store the (non-existing) result set of a failed SQL statement,
+  http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html .
+  mysqlnd will detect the SQL failure and return false. libmysql will 
return
+  true. If you want libmysql to change, file a bug report at MySQL... I
+  don't think there is a good way to work around this in the extension
+  itself.
+
+2009-05-29  Zoe Slattery  
+
+* ext/curl/tests/curl_basic_007.phpt
+  ext/curl/tests/curl_basic_007.phpt
+  ext/curl/tests/curl_basic_007.phpt:
+  better fix
+
+2009-05-29  Ulf Wendel  
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_kill.phpt:
+  MFH - Another detail where mysqlnd is superior than libmysql. The
+  mysql_info() from libmysql does not support SELECT:
+  http://dev.mysql.com/doc/refman/6.0/en/mysql-info.html . mysqlnd does
+  support it. Libmysql feature re