summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-03-09 20:19:38 +0000
committerChristopher Jones <sixd@php.net>2009-03-09 20:19:38 +0000
commitcdf17a3f92aa34ba00587b102b990eb4ce4abdd9 (patch)
tree0a6fae04d5f1c3d0df61ce0c81f725c1c3b89df4
parent89a216cd23cb4aa738804b505dead5ccb174707e (diff)
downloadphp-git-cdf17a3f92aa34ba00587b102b990eb4ce4abdd9.tar.gz
Use PHP 5 function name in error message
-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 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;
}