laruence                                 Tue, 20 Sep 2011 08:13:55 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=317043

Log:
fix INI section

Changed paths:
    U   php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_001.phpt
    U   php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_002.phpt
    U   php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt
    U   php/php-src/trunk/sapi/cli/tests/php_cli_server_001.phpt
    U   php/php-src/trunk/sapi/cli/tests/php_cli_server_002.phpt
    U   php/php-src/trunk/sapi/cli/tests/php_cli_server_003.phpt

Modified: php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_001.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_001.phpt 
2011-09-20 07:14:36 UTC (rev 317042)
+++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_001.phpt 
2011-09-20 08:13:55 UTC (rev 317043)
@@ -1,7 +1,7 @@
 --TEST--
 basic function
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc";

Modified: php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_002.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_002.phpt 
2011-09-20 07:14:36 UTC (rev 317042)
+++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_002.phpt 
2011-09-20 08:13:55 UTC (rev 317043)
@@ -1,7 +1,7 @@
 --TEST--
 $_SERVER variable
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc";

Modified: php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt 
2011-09-20 07:14:36 UTC (rev 317042)
+++ php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_003.phpt 
2011-09-20 08:13:55 UTC (rev 317043)
@@ -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";

Modified: php/php-src/trunk/sapi/cli/tests/php_cli_server_001.phpt
===================================================================
--- php/php-src/trunk/sapi/cli/tests/php_cli_server_001.phpt    2011-09-20 
07:14:36 UTC (rev 317042)
+++ php/php-src/trunk/sapi/cli/tests/php_cli_server_001.phpt    2011-09-20 
08:13:55 UTC (rev 317043)
@@ -1,7 +1,7 @@
 --TEST--
 basic function
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc";

Modified: php/php-src/trunk/sapi/cli/tests/php_cli_server_002.phpt
===================================================================
--- php/php-src/trunk/sapi/cli/tests/php_cli_server_002.phpt    2011-09-20 
07:14:36 UTC (rev 317042)
+++ php/php-src/trunk/sapi/cli/tests/php_cli_server_002.phpt    2011-09-20 
08:13:55 UTC (rev 317043)
@@ -1,7 +1,7 @@
 --TEST--
 $_SERVER variable
 --INI--
-allow_url_fopen = TRUE
+allow_url_fopen=1
 --SKIPIF--
 <?php
 include "skipif.inc";

Modified: php/php-src/trunk/sapi/cli/tests/php_cli_server_003.phpt
===================================================================
--- php/php-src/trunk/sapi/cli/tests/php_cli_server_003.phpt    2011-09-20 
07:14:36 UTC (rev 317042)
+++ php/php-src/trunk/sapi/cli/tests/php_cli_server_003.phpt    2011-09-20 
08:13:55 UTC (rev 317043)
@@ -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";

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

Reply via email to