Skip to content

Commit f346405

Browse files
committed
MFH: Use PHP 5 function name in error message
1 parent bce3f3a commit f346405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/oci8/oci8_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ PHP_FUNCTION(oci_error)
16351635
}
16361636

16371637
if (!errh) {
1638-
php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIError: unable to find error handle");
1638+
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Oci_error: unable to find error handle");
16391639
RETURN_FALSE;
16401640
}
16411641

0 commit comments

Comments
 (0)