[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.3418r2=1.3419diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3418

[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.1492r2=1.1493diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src /win32/build confutils.js

2009-05-29 Thread Kalle Sommer Nielsen
kalle Fri May 29 07:41:46 2009 UTC Modified files: /php-src/win32/buildconfutils.js Log: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then don't print a comment say undefined

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2009-05-29 Thread Kalle Sommer Nielsen
kalle Fri May 29 07:43:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: MFH: If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then don't print a comment say undefined

[PHP-CVS] cvs: php-src /tests/lang engine_assignExecutionOrder_001.phpt engine_assignExecutionOrder_002.phpt engine_assignExecutionOrder_003.phpt engine_assignExecutionOrder_004.phpt engine_assignExec

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 07:51:43 2009 UTC Added files: /php-src/tests/lang engine_assignExecutionOrder_008.phpt engine_assignExecutionOrder_007.phpt engine_assignExecutionOrder_006.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang engine_assignExecutionOrder_001.phpt engine_assignExecutionOrder_002.phpt engine_assignExecutionOrder_003.phpt engine_assignExecutionOrder_004.phpt engine_a

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 07:52:05 2009 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang engine_assignExecutionOrder_009.phpt engine_assignExecutionOrder_008.phpt engine_assignExecutionOrder_007.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/lang engine_assignExecutionOrder_001.phpt engine_assignExecutionOrder_002.phpt engine_assignExecutionOrder_003.phpt engine_assignExecutionOrder_004.phpt engine_a

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 07:52:28 2009 UTC Added files: (Branch: PHP_5_2) /php-src/tests/lang engine_assignExecutionOrder_001.phpt engine_assignExecutionOrder_009.phpt engine_assignExecutionOrder_008.phpt

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_statistics.h

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 08:05:21 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_statistics.h Log: Fix a very well hidden error because of not being careful with CPP. I usually don't make this mistake :)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_statistics.h

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 08:05:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_statistics.h Log: MFH:Fix a very well hidden error because of not being careful with CPP. I usually don't make this mistake :)

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug45289.phpt mysqli_options.phpt

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 08:58:10 2009 UTC Modified files: /php-src/ext/mysqli/tests bug45289.phpt mysqli_options.phpt Log: The option has changed the name, hence we change the test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests bug45289.phpt mysqli_options.phpt

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 08:58:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug45289.phpt mysqli_options.phpt Log: MFH:The option has changed the name, hence we change the test

[PHP-CVS] cvs: php-src /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 09:45:44 2009 UTC Modified files: /php-src/ext/curl/tests curl_basic_007.phpt Log: fixing to work with older levels of libcurl http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/curl_basic_007.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 09:46:11 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl/tests curl_basic_007.phpt Log: fixing to work with older levels of libcurl

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 09:46:34 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl/tests curl_basic_007.phpt Log: fixing to work with older levels of libcurl

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_change_user_insert_id.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:15:32 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_change_user_insert_id.phpt Log: Skip when using libmysql. Likely a regression bug - http://bugs.mysql.com/bug.php?id=45184

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_change_user_insert_id.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:15:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_change_user_insert_id.phpt Log: MFH - Skip when using libmysql. Likely a regression bug - http://bugs.mysql.com/bug.php?id=45184

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:25:37 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt Log: Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is probably no proper way to check this condition in

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:25:49 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt Log: MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is probably no proper way to

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_connect_oo_warnings.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:34:07 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_connect_oo_warnings.phpt Log: Weaker test - libmysql/server error messages can differ by version

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_connect_oo_warnings.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 10:34:23 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_connect_oo_warnings.phpt Log: MFH: Weaker test - libmysql/server error messages can differ by version

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_kill.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 11:00:53 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_kill.phpt Log: Another detail where mysqlnd is superior than libmysql. The mysql_info() from libmysql does not support SELECT:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_kill.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 11:01:06 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_kill.phpt Log: MFH - Another detail where mysqlnd is superior than libmysql. The mysql_info() from libmysql does not support SELECT:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 11:45:56 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl/tests curl_basic_007.phpt Log: better fix http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/curl_basic_007.phpt?r1=1.1.4.3r2=1.1.4.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 11:46:42 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl/tests curl_basic_007.phpt Log: better fix http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/curl_basic_007.phpt?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/curl/tests curl_basic_007.phpt

2009-05-29 Thread Zoe Slattery
zoe Fri May 29 11:47:42 2009 UTC Modified files: /php-src/ext/curl/tests curl_basic_007.phpt Log: better fix http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/curl_basic_007.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_stmt_affected_rows.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 11:59:09 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_stmt_affected_rows.phpt Log: 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql it is not defined what mysql_stmt_store_result() shall return when one

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_stmt_affected_rows.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 11:59:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_stmt_affected_rows.phpt Log: MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql it is not defined what mysql_stmt_store_result()

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 12:19:26 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c Log: 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()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_ps.c

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 12:19:40 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_ps.c Log: 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

[PHP-CVS] cvs: php-src /ext/mysqli/tests 057.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 12:55:39 2009 UTC Modified files: /php-src/ext/mysqli/tests 057.phpt Log: Behaviour is undefined with libmysql, accept whatever libmysql may return. With mysqlnd you get the defined value of -1 to indicate 'no value'.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 057.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 12:55:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 057.phpt Log: MFH - Behaviour is undefined with libmysql, accept whatever libmysql may return. With mysqlnd you get the defined value of -1 to indicate 'no value'.

[PHP-CVS] cvs: php-src /ext/mysqli/tests 057.phpt bug34810.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:02:30 2009 UTC Modified files: /php-src/ext/mysqli/tests bug34810.phpt 057.phpt Log: 1) The wording of a message can differ by version and by libmysql vs. mysqlnd. 2) %i is better than %s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 057.phpt bug34810.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:02:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug34810.phpt 057.phpt Log: MFH - 1) The wording of a message can differ by version and by libmysql vs. mysqlnd. 2) %i is better than %s

[PHP-CVS] cvs: php-src /ext/mysqli config.m4 mysqli_api.c mysqli_mysqlnd.h /ext/mysqlnd mysqlnd_libmysql_compat.h

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 13:09:22 2009 UTC Modified files: /php-src/ext/mysqli config.m4 mysqli_api.c mysqli_mysqlnd.h /php-src/ext/mysqlndmysqlnd_libmysql_compat.h Log: Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli config.m4 mysqli_api.c mysqli_mysqlnd.h /ext/mysqlnd mysqlnd_libmysql_compat.h

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 13:09:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli config.m4 mysqli_api.c mysqli_mysqlnd.h /php-src/ext/mysqlndmysqlnd_libmysql_compat.h Log: MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 13:11:10 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.611r2=1.2027.2.547.2.965.2.612diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug44897.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:12:24 2009 UTC Modified files: /php-src/ext/mysqli/tests bug44897.phpt Log: Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests bug44897.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:12:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug44897.phpt Log: MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_constants.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:22:47 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_constants.phpt Log: Updating test to reflect API changes. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_constants.phpt?r1=1.8r2=1.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_constants.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:23:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_constants.phpt Log: MFH - Updating test to reflect API changes.

[PHP-CVS] cvs: php-src /ext/mysqli/tests local_infile_tools.inc mysqli_set_local_infile_handler.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:36:54 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_set_local_infile_handler.phpt local_infile_tools.inc Log: Fixing tests - messages/warnings can vary by version

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests local_infile_tools.inc mysqli_set_local_infile_handler.phpt

2009-05-29 Thread Ulf Wendel
uw Fri May 29 13:37:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_set_local_infile_handler.phpt local_infile_tools.inc Log: MFH - Fixing tests - messages/warnings can vary by version