diff options
-rw-r--r-- | ext/oci8/oci8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 5bf0e7deed..924e6e8543 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4407,6 +4407,7 @@ PHP_FUNCTION(ocipasswordchange) /* Disable in Safe Mode */ if (PG(safe_mode)) { + php_error(E_WARNING, "%s is disabled in Safe Mode", get_active_function_name(TSRMLS_C)); RETURN_FALSE; } |