sixd            Sun, 19 Jul 2009 16:06:19 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284371

Changed paths:
        U   php/php-src/branches/PHP_5_3/ext/oci8/tests/oci8safemode.phpt

Log:
Fix expected output to match final PHP 5.3 deprecated behavior

Modified: php/php-src/branches/PHP_5_3/ext/oci8/tests/oci8safemode.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/tests/oci8safemode.phpt       
2009-07-19 16:05:55 UTC (rev 284370)
+++ php/php-src/branches/PHP_5_3/ext/oci8/tests/oci8safemode.phpt       
2009-07-19 16:06:19 UTC (rev 284371)
@@ -15,6 +15,8 @@
 echo "Done\n";
 ?>
 --EXPECTF--
+PHP Warning:  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

 Warning: oci_password_change(): is disabled in Safe Mode in %s on line %d

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to