Author: ahristov
Date: 2007-03-12 23:51:02 +0100 (Mon, 12 Mar 2007)
New Revision: 109
Modified:
trunk/ext/mysqli/tests/mysqli_fetch_field.phpt
trunk/ext/mysqli/tests/mysqli_fetch_field_oo.phpt
trunk/ext/mysqli/tests/mysqli_field_seek.phpt
trunk/ext/mysqli/tests/mysqli_field_tell.phpt
Log:
Fix tests.
mysqlnd fails only 9 now, 3 of which are mysqlnd specific. OTOH,
PHP6 stock mysqli fails a bit more.
Modified: trunk/ext/mysqli/tests/mysqli_fetch_field.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_fetch_field.phpt 2007-03-12 18:14:37 UTC (rev 108)
+++ trunk/ext/mysqli/tests/mysqli_fetch_field.phpt 2007-03-12 22:51:02 UTC (rev 109)
@@ -53,7 +53,7 @@
["charsetnr"]=>
int(63)
["flags"]=>
- int(16387)
+ int(49155)
["type"]=>
int(3)
["decimals"]=>
@@ -86,4 +86,4 @@
bool(false)
Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
-done!
\ No newline at end of file
+done!
Modified: trunk/ext/mysqli/tests/mysqli_fetch_field_oo.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_fetch_field_oo.phpt 2007-03-12 18:14:37 UTC (rev 108)
+++ trunk/ext/mysqli/tests/mysqli_fetch_field_oo.phpt 2007-03-12 22:51:02 UTC (rev 109)
@@ -59,7 +59,7 @@
["charsetnr"]=>
int(63)
["flags"]=>
- int(16387)
+ int(49155)
["type"]=>
int(3)
["decimals"]=>
@@ -92,4 +92,4 @@
bool(false)
Warning: mysqli_result::fetch_field(): Couldn't fetch mysqli_result in %s on line %d
-done!
\ No newline at end of file
+done!
Modified: trunk/ext/mysqli/tests/mysqli_field_seek.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_field_seek.phpt 2007-03-12 18:14:37 UTC (rev 108)
+++ trunk/ext/mysqli/tests/mysqli_field_seek.phpt 2007-03-12 22:51:02 UTC (rev 109)
@@ -104,7 +104,7 @@
["charsetnr"]=>
int(63)
["flags"]=>
- int(16387)
+ int(49155)
["type"]=>
int(3)
["decimals"]=>
@@ -129,7 +129,7 @@
["charsetnr"]=>
int(63)
["flags"]=>
- int(16387)
+ int(49155)
["type"]=>
int(3)
["decimals"]=>
@@ -167,4 +167,4 @@
Warning: mysqli_field_seek(): Couldn't fetch mysqli_result in %s on line %d
NULL
-done!
\ No newline at end of file
+done!
Modified: trunk/ext/mysqli/tests/mysqli_field_tell.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_field_tell.phpt 2007-03-12 18:14:37 UTC (rev 108)
+++ trunk/ext/mysqli/tests/mysqli_field_tell.phpt 2007-03-12 22:51:02 UTC (rev 109)
@@ -60,7 +60,7 @@
["charsetnr"]=>
int(63)
["flags"]=>
- int(16387)
+ int(49155)
["type"]=>
int(3)
["decimals"]=>
@@ -71,4 +71,4 @@
Warning: mysqli_field_tell(): Couldn't fetch mysqli_result in %s on line %d
NULL
-done!
\ No newline at end of file
+done!
| Thread |
|---|
| • PHP mysqlnd svn commit: r109 - trunk/ext/mysqli/tests | ahristov | 12 Mar |