georg Mon Feb 23 11:49:19 2004 EDT Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: fixed prototypes for mysqli_connect_err* functions (thx to Mehdi Achour) http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.30&r2=1.31&ty=u Index: php-src/ext/mysqli/mysqli_nonapi.c diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.30 php-src/ext/mysqli/mysqli_nonapi.c:1.31 --- php-src/ext/mysqli/mysqli_nonapi.c:1.30 Mon Feb 23 01:35:18 2004 +++ php-src/ext/mysqli/mysqli_nonapi.c Mon Feb 23 11:49:18 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: mysqli_nonapi.c,v 1.30 2004/02/23 06:35:18 georg Exp $ + $Id: mysqli_nonapi.c,v 1.31 2004/02/23 16:49:18 georg Exp $ */ #ifdef HAVE_CONFIG_H @@ -145,7 +145,7 @@ /* }}} */ #endif -/* {{{ proto int mysqli_connect_errno() +/* {{{ proto int mysqli_connect_errno(void) Returns the numerical value of the error message from last connect command */ PHP_FUNCTION(mysqli_connect_errno) { @@ -153,7 +153,7 @@ } /* }}} */ -/* {{{ proto string mysqli_connect_error() +/* {{{ proto string mysqli_connect_error(void) Returns the text of the error message from previous MySQL operation */ PHP_FUNCTION(mysqli_connect_error) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php