From f3464053300d25536231a735b1e4d3327d6b4a66 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 9 Mar 2009 20:20:07 +0000 Subject: [PATCH] MFH: Use PHP 5 function name in error message --- ext/oci8/oci8_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index 3dba5f23306..500822d2b69 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -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; }