]> granicus.if.org Git - php/commitdiff
Use PHP 5 function name in error message
authorChristopher Jones <sixd@php.net>
Mon, 9 Mar 2009 20:19:38 +0000 (20:19 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 9 Mar 2009 20:19:38 +0000 (20:19 +0000)
ext/oci8/oci8_interface.c

index 4d4bb17247be0ff4dd7d2ce36cdeff37b8654a1b..8b3d761642d82b65f7d322e590818a9e1b1d9446 100644 (file)
@@ -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;
        }