diff options
| author | Christopher Jones <sixd@php.net> | 2009-03-09 20:19:38 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2009-03-09 20:19:38 +0000 |
| commit | cdf17a3f92aa34ba00587b102b990eb4ce4abdd9 (patch) | |
| tree | 0a6fae04d5f1c3d0df61ce0c81f725c1c3b89df4 | |
| parent | 89a216cd23cb4aa738804b505dead5ccb174707e (diff) | |
| download | php-git-cdf17a3f92aa34ba00587b102b990eb4ce4abdd9.tar.gz | |
Use PHP 5 function name in error message
| -rw-r--r-- | ext/oci8/oci8_interface.c | 2 |
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; } |
