diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-05-18 14:36:59 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-05-18 14:36:59 +0000 |
| commit | 9d3385ff0866befe98a75d5fc0e17f3f78487b43 (patch) | |
| tree | 1d9ff263c45611d19b157d5c895e4b29c86e7eec | |
| parent | bb1840dcf98224eaaf452537635aa3470dfa252a (diff) | |
| download | php-git-9d3385ff0866befe98a75d5fc0e17f3f78487b43.tar.gz | |
MFB: Added missing INI handler
| -rw-r--r-- | tests/basic/021.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/021.phpt b/tests/basic/021.phpt index d8f7c1c0ed..3010a1b625 100644 --- a/tests/basic/021.phpt +++ b/tests/basic/021.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #37276 (problems witch $_POST array) +--INI-- +file_upload=1 --SKIPIF-- <?php if (php_sapi_name()=='cli') die('skip'); ?> --POST_RAW-- |
