From 76b321c3508386a39cd87031717cdc0cea0411bb Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 5 Oct 2009 22:57:48 +0000 Subject: [PATCH] Fix odd little diff in some environments. No need for trunk merge --- ext/oci8/tests/oci8safemode.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/tests/oci8safemode.phpt b/ext/oci8/tests/oci8safemode.phpt index ee87cf8043..1c62f36d39 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-- -Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0 +%sarning:%sDirective '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 -- 2.40.0