1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

fixed proto: OCIExecute() returns boolean, not integer

This commit is contained in:
Maxim Maletsky
2002-10-20 02:20:13 +00:00
parent bc7a426731
commit 4efcd0f5d1

View File

@@ -3866,7 +3866,7 @@ PHP_FUNCTION(ociinternaldebug)
/* }}} */
/* {{{ proto int ociexecute(int stmt [, int mode])
/* {{{ proto bool ociexecute(int stmt [, int mode])
Execute a parsed statement */
PHP_FUNCTION(ociexecute)