diff options
| author | Christopher Jones <sixd@php.net> | 2009-03-09 20:20:07 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2009-03-09 20:20:07 +0000 |
| commit | f3464053300d25536231a735b1e4d3327d6b4a66 (patch) | |
| tree | 9a97b06827360956f6eafae545a8c72dd39a9ad1 | |
| parent | bce3f3afe8f2749e571dcdcc24e0db43e2df2f9a (diff) | |
| download | php-git-f3464053300d25536231a735b1e4d3327d6b4a66.tar.gz | |
MFH: 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 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; } |
