fixed socket parameter (was removed by mistake in a previous commit)
}
/* }}} */
-/* {{{ proto string mysqli_info(object link)
+/* {{{ proto string mysqli_info(object link) U
Get information about the most recent query */
PHP_FUNCTION(mysqli_info)
{
}
/* }}} */
-/* {{{ proto int mysqli_stmt_field_count(object stmt) { U
+/* {{{ proto int mysqli_stmt_field_count(object stmt) U
Return the number of result columns for the given statement */
PHP_FUNCTION(mysqli_stmt_field_count)
{
return;
}
+ if (!socket_len) {
+ socket = NULL;
+ }
+
if (!passwd) {
passwd = MyG(default_pw);
if (!username){
}
/* }}} */
-/* {{{ proto mixed mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]])
+/* {{{ proto mixed mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]]) U
Fetch a result row as an object */
PHP_FUNCTION(mysqli_fetch_object)
{