Browse Source

return type in proto for OCIError fixed

PHP-4.0.5
Hartmut Holzgraefe 26 years ago
parent
commit
66f9f8bf38
  1. 2
      ext/oci8/oci8.c

2
ext/oci8/oci8.c

@ -3595,7 +3595,7 @@ PHP_FUNCTION(ociplogon)
/* }}} */
/* {{{ proto int ocierror([int stmt|conn|global])
/* {{{ proto array ocierror([int stmt|conn|global])
Return the last error of stmt|conn|global. If no error happened returns false. */
PHP_FUNCTION(ocierror)

Loading…
Cancel
Save