]> granicus.if.org Git - php/commitdiff
fix INI section
authorXinchen Hui <laruence@php.net>
Tue, 20 Sep 2011 08:13:55 +0000 (08:13 +0000)
committerXinchen Hui <laruence@php.net>
Tue, 20 Sep 2011 08:13:55 +0000 (08:13 +0000)
sapi/cli/tests/php_cli_server_001.phpt
sapi/cli/tests/php_cli_server_002.phpt
sapi/cli/tests/php_cli_server_003.phpt

index 69ff6a1fdc1bb8370f6886fa7b0806f36f237b79..30d72700ba239a3e9d8071641c0f6e2fe8b389b4 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 basic function
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc"; 
index 02a813307d6f095c42eb098920d1bce145b71260..046dd731c1931c9dec0286d32cc7f47e2e2c8319 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 $_SERVER variable
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc"; 
index 9e8e8e6527fcd474b925fc8896e62b4975b50305..0fe104ff6a9fbdf3c562084b930dd70c43661b5c 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #55726 (Changing the working directory makes router script inaccessible)
 --INI--
-allow_url_fopen = 1 
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc";