jani            Wed May  6 20:32:00 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/filter/tests   bug42718-2.phpt 
    /php-src/ext/pcre/tests     bug33200.phpt 
    /php-src/tests/security     magic_quotes_gpc.phpt 
  Log:
  - Fixed ini deprecation message issues in tests.
  # CGI headers are stripped and the error ends up there with CGI..
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/bug42718-2.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/filter/tests/bug42718-2.phpt
diff -u php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.3 
php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.4
--- php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.3    Mon May  4 21:18:21 2009
+++ php-src/ext/filter/tests/bug42718-2.phpt    Wed May  6 20:32:00 2009
@@ -18,4 +18,3 @@
 unsafe_raw
 
 1\0
-PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and 
greater in Unknown on line 0
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug33200.phpt?r1=1.1.10.1&r2=1.1.10.2&diff_format=u
Index: php-src/ext/pcre/tests/bug33200.phpt
diff -u php-src/ext/pcre/tests/bug33200.phpt:1.1.10.1 
php-src/ext/pcre/tests/bug33200.phpt:1.1.10.2
--- php-src/ext/pcre/tests/bug33200.phpt:1.1.10.1       Mon May  4 21:18:21 2009
+++ php-src/ext/pcre/tests/bug33200.phpt        Wed May  6 20:32:00 2009
@@ -9,5 +9,5 @@
 echo $str . "\r\n";
 ?>
 --EXPECT--
-SOME '$SAMPLE' TEXT
 PHP Warning:  Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and 
greater in Unknown on line 0
+SOME '$SAMPLE' TEXT
http://cvs.php.net/viewvc.cgi/php-src/tests/security/magic_quotes_gpc.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/tests/security/magic_quotes_gpc.phpt
diff -u php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.2 
php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.3
--- php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.2        Mon May  4 
21:18:22 2009
+++ php-src/tests/security/magic_quotes_gpc.phpt        Wed May  6 20:32:00 2009
@@ -10,4 +10,3 @@
 ?>
 --EXPECT--
 abc\'\"\0123
-PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and 
greater in Unknown on line 0



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

Reply via email to