From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:20:34 +0000 (+0000) Subject: Don't use long as a type X-Git-Tag: php-4.3.0dev_zend2_alpha3~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ddcef3c3df4ba5c175589719ee81149d1e5854;p=php Don't use long as a type --- diff --git a/ext/mcve/mcve.c b/ext/mcve/mcve.c index f586490baa..9041fc803e 100644 --- a/ext/mcve/mcve.c +++ b/ext/mcve/mcve.c @@ -682,7 +682,7 @@ PHP_FUNCTION(mcve_ping) } /* }}} */ -/* {{{ proto long mcve_transnew(resource conn) +/* {{{ proto int mcve_transnew(resource conn) Start a new transaction */ PHP_FUNCTION(mcve_transnew) {