diff options
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index b3b28a4016..b25a50dcb8 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1538,7 +1538,7 @@ sb4 php_oci_error(OCIError *err_p, sword errstatus) if (errcode) { php_error_docref(NULL, E_WARNING, "%s", errbuf); } else { - php_error_docref(NULL, E_WARNING, "failed to fetch error message"); + php_error_docref(NULL, E_WARNING, "Failed to fetch error message"); } break; case OCI_INVALID_HANDLE: |