mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
MFH: Use PHP 5 function name in error message
This commit is contained in:
parent
bce3f3afe8
commit
f346405330
@ -1635,7 +1635,7 @@ go_out:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!errh) {
|
if (!errh) {
|
||||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIError: unable to find error handle");
|
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Oci_error: unable to find error handle");
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user