Hi Rasmus,

this change (
http://ci.qa.php.net/job/php-src-5.4-matrix-tests/architecture=x86-64,os=linux-debian-6.0/109/changes)
broke the build on ci.qa.php.net:
http://ci.qa.php.net/job/php-src-5.4-matrix-tests/architecture=x86-64,os=linux-debian-6.0/109/testReport/ext_standard_tests_streams_bug49936/phpt/Bug__49936__crash_with_ftp_stream_in_php_stream_context_get_option___/

as you can see, it was passing until that point
http://ci.qa.php.net/job/php-src-5.4-matrix-tests/architecture=x86-64,os=linux-debian-6.0/109/testReport/ext_standard_tests_streams_bug49936/phpt/Bug__49936__crash_with_ftp_stream_in_php_stream_context_get_option___/history/?

I'm also seeing that result in my local test environment (debian lenny),
could you take a second look?

On Sat, Nov 12, 2011 at 8:12 PM, Rasmus Lerdorf <ras...@php.net> wrote:

> rasmus                                   Sat, 12 Nov 2011 19:12:39 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=319110
>
> Log:
> Fix test
>
> Changed paths:
>    U
> php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt
>    U   php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt
>
> Modified:
> php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt
> ===================================================================
> --- php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt
>       2011-11-12 18:55:44 UTC (rev 319109)
> +++ php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt
>       2011-11-12 19:12:39 UTC (rev 319110)
> @@ -15,12 +15,9 @@
>
>  ?>
>  --EXPECTF--
> -Warning: opendir(): connect() failed: Connection refused in %s on line %d
> -
> -Warning: opendir(ftp://...@localhost/): failed to open dir: operation
> failed in %s on line %d
> +Warning: opendir(ftp://...@localhost/): failed to open dir: not
> implemented in %s on line %d
>  bool(false)
>
> -Warning: opendir(): connect() failed: Connection refused in %s on line %d
> -
> -Warning: opendir(ftp://...@localhost/): failed to open dir: operation
> failed in %s on line %d
> +Warning: opendir(ftp://...@localhost/): failed to open dir: not
> implemented in %s on line %d
>  bool(false)
> +
>
> Modified: php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt
> ===================================================================
> --- php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt  2011-11-12
> 18:55:44 UTC (rev 319109)
> +++ php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt  2011-11-12
> 19:12:39 UTC (rev 319110)
> @@ -15,12 +15,8 @@
>
>  ?>
>  --EXPECTF--
> -Warning: opendir(): connect() failed: Connection refused in %s on line %d
> -
> -Warning: opendir(ftp://...@localhost/): failed to open dir: operation
> failed in %s on line %d
> +Warning: opendir(ftp://...@localhost/): failed to open dir: not
> implemented in %s on line %d
>  bool(false)
>
> -Warning: opendir(): connect() failed: Connection refused in %s on line %d
> -
> -Warning: opendir(ftp://...@localhost/): failed to open dir: operation
> failed in %s on line %d
> +Warning: opendir(ftp://...@localhost/): failed to open dir: not
> implemented in %s on line %d
>  bool(false)
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu

Reply via email to