helly Sun Jan 11 19:34:38 2004 EDT
Modified files:
/php-src/ext/mysqli mysqli_nonapi.c
Log:
Proto fix
Index: php-src/ext/mysqli/mysqli_nonapi.c
diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.26 php-src/ext/mysqli/mysqli_nonapi.c:1.27
--- php-src/ext/mysqli/mysqli_nonapi.c:1.26 Thu Jan 8 03:16:25 2004
+++ php-src/ext/mysqli/mysqli_nonapi.c Sun Jan 11 19:34:37 2004
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_nonapi.c,v 1.26 2004/01/08 08:16:25 andi Exp $
+ $Id: mysqli_nonapi.c,v 1.27 2004/01/12 00:34:37 helly Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -179,7 +179,7 @@
}
/* }}} */
-/* {{{ proto array mysqli_fetch_object (object result [, string class_name [,
NULL|array ctor_params]])
+/* {{{ proto object mysqli_fetch_object (object result [, string class_name [,
NULL|array ctor_params]])
Fetch a result row as an object */
PHP_FUNCTION(mysqli_fetch_object)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php