diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-08-11 21:12:18 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-08-11 21:12:18 +0000 |
commit | 8deefa8780a77996865d1243c63c6fa3cd49d584 (patch) | |
tree | ff78e202f316fe0640aa16057b2a0a369a56b52d /ext/oci8/tests | |
parent | 7d55780ca0a61b3fceab11d51d3eb67f87a0e441 (diff) | |
download | php-git-8deefa8780a77996865d1243c63c6fa3cd49d584.tar.gz |
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Trunk patch will follow shortly
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r-- | ext/oci8/tests/oci8safemode.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/oci8safemode.phpt b/ext/oci8/tests/oci8safemode.phpt index 1c62f36d39..703393cc4e 100644 --- a/ext/oci8/tests/oci8safemode.phpt +++ b/ext/oci8/tests/oci8safemode.phpt @@ -15,7 +15,7 @@ $r = oci_password_change($c, "hr", "hrpwd", "hrpwd"); echo "Done\n"; ?> --EXPECTF-- -%sarning:%sDirective 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Deprecated: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0 Warning: oci_connect(): Privileged connect is disabled in Safe Mode in %s on line %d |