From: Christopher Jones Date: Mon, 9 Mar 2009 20:19:38 +0000 (+0000) Subject: Use PHP 5 function name in error message X-Git-Tag: php-5.4.0alpha1~191^2~4177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdf17a3f92aa34ba00587b102b990eb4ce4abdd9;p=php Use PHP 5 function name in error message --- diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index 4d4bb17247..8b3d761642 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -1663,7 +1663,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; }