diff options
| author | Rafael Machado Dohms <rdohms@php.net> | 2009-09-29 14:34:06 +0000 |
|---|---|---|
| committer | Rafael Machado Dohms <rdohms@php.net> | 2009-09-29 14:34:06 +0000 |
| commit | e91fffb24ad4773ce712a231f1f6543051cb94a5 (patch) | |
| tree | d9ba4746ff9191781de29c6f27123797596a9755 | |
| parent | 80bdbc8f66134c206d441edb765b5eb86234f135 (diff) | |
| download | php-git-e91fffb24ad4773ce712a231f1f6543051cb94a5.tar.gz | |
Fixing tests for head and wrong SKIPIF blocks
| -rw-r--r-- | ext/standard/tests/general_functions/bug49692.phpt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/general_functions/bug49692.phpt b/ext/standard/tests/general_functions/bug49692.phpt index 418b0e9d03..80a1612d9e 100644 --- a/ext/standard/tests/general_functions/bug49692.phpt +++ b/ext/standard/tests/general_functions/bug49692.phpt @@ -2,10 +2,6 @@ Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash) --CREDITS-- Rafael Dohms <rdohms [at] gmail [dot] com> ---SKIPIF-- -<?php - if (!extension_loaded("gd")) die("skip GD not present"); -?> --FILE-- <?php |
