jani                                     Sat, 25 Jul 2009 21:07:02 +0000

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

Log:
- Fix this again :)

Changed paths:
    U   php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
    U   php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
    U   php/php-src/trunk/sapi/cgi/tests/006.phpt

Modified: php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt        2009-07-25 
20:58:51 UTC (rev 286324)
+++ php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt        2009-07-25 
21:07:02 UTC (rev 286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 <?php include "skipif.inc"; ?>
+--INI--
+display_errors=stdout
 --FILE--
 <?php
 include "include.inc";
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`"$php" -n -l "$filename"`);
+var_dump(`"$php" -n -l "$filename" 2>/dev/null`);

 @unlink($filename);


Modified: php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt        2009-07-25 
20:58:51 UTC (rev 286324)
+++ php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt        2009-07-25 
21:07:02 UTC (rev 286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 <?php include "skipif.inc"; ?>
+--INI--
+display_errors=stdout
 --FILE--
 <?php
 include "include.inc";
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`"$php" -n -l "$filename"`);
+var_dump(`"$php" -n -l "$filename" 2>/dev/null`);

 @unlink($filename);


Modified: php/php-src/trunk/sapi/cgi/tests/006.phpt
===================================================================
--- php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 20:58:51 UTC (rev 
286324)
+++ php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 21:07:02 UTC (rev 
286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 <?php include "skipif.inc"; ?>
+--INI--
+display_errors=stdout
 --FILE--
 <?php
 include "include.inc";
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`"$php" -n -l "$filename"`);
+var_dump(`"$php" -n -l "$filename" 2>/dev/null`);

 @unlink($filename);


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

Reply via email to