]> granicus.if.org Git - php/commit
MFH
authorUlf Wendel <uw@php.net>
Fri, 4 Jan 2008 18:20:53 +0000 (18:20 +0000)
committerUlf Wendel <uw@php.net>
Fri, 4 Jan 2008 18:20:53 +0000 (18:20 +0000)
commitf316766afef86f12b0bc6ff025024e2b866b9e75
treeaeb720fc40b8326828ba44ff4ffd2dfc5426cd61
parent0b26f6fe7e5e624376d8db688e8e1bc9fb7b0a26
MFH

Added:

  mysqli_fetch_assoc_zerofill.phpt
    checks for UNSIGNED ZEROFILL

  mysqli_stmt_bind_result_zerofill.phpt
    checks for UNSIGNED ZEROFILL

  mysqli_stmt_bind_param_call_user_func.phpt
    Needs to be refined once http://bugs.php.net/bug.php?id=43568
    has been closed and a decision has been made on call_user_func_array().
    There seems to be a BC break between 5_2 -> 5_3 .
    Johannes has an eye on it

Modified:

  mysqli_change_user_insert_id.phpt
    skip test for buggy MySQL Server versions

  mysqli_insert_id.phpt
    added additional checks
ext/mysqli/tests/mysqli_change_user_insert_id.phpt
ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_insert_id.phpt
ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt [new file with mode: 0644]