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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user