I am still getting failures. The simplest one is bug53198.phpt which is
expecting to see:

-- Test: leave default --
string(63) "GET / HTTP/1.0
From: te...@teste.pt
Host: 127.0.0.1:12342

"
-- Test: after ini_set --
string(62) "GET / HTTP/1.0
From: j...@junk.com
Host: 127.0.0.1:12342

"

But I get:

-- Test: leave default --
string(0) ""
-- Test: after ini_set --
string(0) ""

I don't have anything else listening on 12342 and the server appears to
start up ok. I'll dive deeper into it later.

-Rasmus


On 11/13/2011 05:12 PM, Gustavo André dos Santos Lopes wrote:
> cataphract                               Mon, 14 Nov 2011 01:12:23 +0000
> 
> Revision: http://svn.php.net/viewvc?view=revision&revision=319140
> 
> Log:
> - Fixed tests in ext/standard/tests/http by adding the INI setting value
>   allow_url_fopen=1
> - Converted test file from dos line endings to unix line endings.
> 
> Changed paths:
>     U   php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug38802.phpt
>     U   php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug43510.phpt
>     U   php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug48929.phpt
>     U   php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug53198.phpt
>     U   
> php/php-src/branches/PHP_5_3/ext/standard/tests/http/ignore_errors.phpt
>     U   php/php-src/branches/PHP_5_4/ext/standard/tests/http/bug38802.phpt
>     U   php/php-src/branches/PHP_5_4/ext/standard/tests/http/bug43510.phpt
>     U   php/php-src/branches/PHP_5_4/ext/standard/tests/http/bug48929.phpt
>     U   php/php-src/branches/PHP_5_4/ext/standard/tests/http/bug53198.phpt
>     U   
> php/php-src/branches/PHP_5_4/ext/standard/tests/http/ignore_errors.phpt
>     U   php/php-src/trunk/ext/standard/tests/http/bug38802.phpt
>     U   php/php-src/trunk/ext/standard/tests/http/bug43510.phpt
>     U   php/php-src/trunk/ext/standard/tests/http/bug48929.phpt
>     U   php/php-src/trunk/ext/standard/tests/http/bug53198.phpt
>     U   php/php-src/trunk/ext/standard/tests/http/ignore_errors.phpt
> 
> 
> 
> 


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

Reply via email to