diff options
author | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
commit | 7bfe056174b15d28310fd11ef5909a4ea60e45c6 (patch) | |
tree | 66776a3652ca10e2f7147c4a9f25c854f9cca5e7 /tests | |
parent | a0a8c5832ffd4125b1821db00ddc1bdc53bdf9c2 (diff) | |
download | php-git-7bfe056174b15d28310fd11ef5909a4ea60e45c6.tar.gz |
Fixed tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/bug46313-win.phpt | 4 | ||||
-rw-r--r-- | tests/basic/bug46313.phpt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/basic/bug46313-win.phpt b/tests/basic/bug46313-win.phpt index a85178995d..1971e807bb 100644 --- a/tests/basic/bug46313-win.phpt +++ b/tests/basic/bug46313-win.phpt @@ -60,6 +60,6 @@ string(12) "o1" bool(true) string(%d) "%s" bool(true) -PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 -PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 diff --git a/tests/basic/bug46313.phpt b/tests/basic/bug46313.phpt index 275b267962..924114161e 100644 --- a/tests/basic/bug46313.phpt +++ b/tests/basic/bug46313.phpt @@ -6,6 +6,7 @@ Bug #46313 (Magic quotes broke $_FILES) magic_quotes_gpc=1 file_uploads=1 register_globals=1 +display_errors=0 --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 |