Author: ahristov
Date: 2007-07-10 19:06:07 +0200 (Tue, 10 Jul 2007)
New Revision: 699
Modified:
trunk/php5/ext/mysqli/mysqli_fe.c
trunk/php6/ext/mysqli/mysqli_fe.c
trunk/tests/ext/mysqli/mysqli_class_mysqli_result_interface.phpt
trunk/tests/ext/mysqli/mysqli_class_mysqli_result_reflection.phpt
Log:
Removing this method altogether. Fixing some tests not to fail
after the change of the previous commit.
Modified: trunk/php5/ext/mysqli/mysqli_fe.c
===================================================================
--- trunk/php5/ext/mysqli/mysqli_fe.c 2007-07-10 16:59:54 UTC (rev 698)
+++ trunk/php5/ext/mysqli/mysqli_fe.c 2007-07-10 17:06:07 UTC (rev 699)
@@ -214,7 +214,6 @@
PHP_FALIAS(master_query,mysqli_master_query,NULL)
PHP_FALIAS(slave_query,mysqli_slave_query,NULL)
#endif
- PHP_FALIAS(field_count,mysqli_field_count,NULL)
#ifdef HAVE_MYSQLI_GET_CHARSET
PHP_FALIAS(get_charset,mysqli_get_charset,NULL)
#endif
Modified: trunk/php6/ext/mysqli/mysqli_fe.c
===================================================================
--- trunk/php6/ext/mysqli/mysqli_fe.c 2007-07-10 16:59:54 UTC (rev 698)
+++ trunk/php6/ext/mysqli/mysqli_fe.c 2007-07-10 17:06:07 UTC (rev 699)
@@ -216,7 +216,6 @@
PHP_FALIAS(master_query,mysqli_master_query,NULL)
PHP_FALIAS(slave_query,mysqli_slave_query,NULL)
#endif
- PHP_FALIAS(field_count,mysqli_field_count,NULL)
#ifdef HAVE_MYSQLI_GET_CHARSET
PHP_FALIAS(get_charset,mysqli_get_charset,NULL)
#endif
Modified: trunk/tests/ext/mysqli/mysqli_class_mysqli_result_interface.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_class_mysqli_result_interface.phpt 2007-07-10 16:59:54
UTC (rev 698)
+++ trunk/tests/ext/mysqli/mysqli_class_mysqli_result_interface.phpt 2007-07-10 17:06:07
UTC (rev 699)
@@ -34,7 +34,6 @@
'fetch_fields' => true,
'fetch_object' => true,
'fetch_row' => true,
- 'field_count' => true,
'field_seek' => true,
'free' => true,
'free_result' => true,
Modified: trunk/tests/ext/mysqli/mysqli_class_mysqli_result_reflection.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_class_mysqli_result_reflection.phpt 2007-07-10 16:59:54
UTC (rev 698)
+++ trunk/tests/ext/mysqli/mysqli_class_mysqli_result_reflection.phpt 2007-07-10 17:06:07
UTC (rev 699)
@@ -231,22 +231,6 @@
Number of Parameters: 0
Number of Required Parameters: 0
-Inspecting method 'field_count'
-isFinal: no
-isAbstract: no
-isPublic: yes
-isPrivate: no
-isProtected: no
-isStatic: no
-isConstructor: no
-isDestructor: no
-isInternal: yes
-isUserDefined: no
-returnsReference: no
-Modifiers: %d
-Number of Parameters: 0
-Number of Required Parameters: 0
-
Inspecting method 'field_seek'
isFinal: no
isAbstract: no
@@ -294,4 +278,4 @@
Modifiers: %d
Number of Parameters: 0
Number of Required Parameters: 0
-done!
\ No newline at end of file
+done!
| Thread |
|---|
| • PHP mysqlnd svn commit: r699 - in trunk: php5/ext/mysqli php6/ext/mysqli tests/ext/mysqli | ahristov | 10 Jul |