summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_interface.c
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-03-09 20:20:07 +0000
committerChristopher Jones <sixd@php.net>2009-03-09 20:20:07 +0000
commitf3464053300d25536231a735b1e4d3327d6b4a66 (patch)
tree9a97b06827360956f6eafae545a8c72dd39a9ad1 /ext/oci8/oci8_interface.c
parentbce3f3afe8f2749e571dcdcc24e0db43e2df2f9a (diff)
downloadphp-git-f3464053300d25536231a735b1e4d3327d6b4a66.tar.gz
MFH: Use PHP 5 function name in error message
Diffstat (limited to 'ext/oci8/oci8_interface.c')
-rw-r--r--ext/oci8/oci8_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c
index 3dba5f2330..500822d2b6 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;
}