MFH: Use PHP 5 function name in error message

This commit is contained in:
Christopher Jones 2009-03-09 20:20:07 +00:00
parent bce3f3afe8
commit f346405330

View File

@ -1635,7 +1635,7 @@ go_out:
}
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;
}