cataphract Mon, 14 Nov 2011 01:12:23 +
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 end
On 11/13/2011 05:59 PM, Gustavo Lopes wrote:
> It works OK in my environment. A bad firewall configuration (blocking
> local TCP connections) could cause problems, but you'd get other sort of
> outputs.
No weird firewalls running and a quick debug showed me the requests are
getting in, but I see n
On Mon, 14 Nov 2011 01:40:10 -, Rasmus Lerdorf
wrote:
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 / H
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:
lstrojny Mon, 14 Nov 2011 00:26:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=319136
Log:
Adjusting error messages
Changed paths:
U
php/php-src/branches/PHP_5_4/ext/spl/tests/CallbackFilterIteratorTest-002.phpt
U php/php-src/bran
On Sun, Nov 13, 2011 at 8:19 PM, Rasmus Lerdorf wrote:
> On 11/13/2011 11:15 AM, Ferenc Kovacs wrote:
> > could somebody else verify this?
>
> It's not just me. I only fix stuff that fails for me and also fails on
> gcov:
>
>
> http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2F
On Sun, Nov 13, 2011 at 8:09 PM, Rasmus Lerdorf wrote:
> Yeah, but there is also a different number of messages, so it isn't just
> sticking a %s in the message string part. We are going to end up with an
> expected output regex that basically accepts anything the way this test
> is written.
Hm,
On 11/13/2011 11:22 AM, Ferenc Kovacs wrote:
> I'm not saying that it doesn't happen.
> I'm just trying to pinpoint what can be the difference.
> do you have a tmp-php.ini in you build directory?
> any suspicious lines there?
Nope, no tmp-php.ini and I don't see anything suspicious. Happens on a
c
On 11/13/2011 11:15 AM, Ferenc Kovacs wrote:
> could somebody else verify this?
It's not just me. I only fix stuff that fails for me and also fails on gcov:
http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fstandard%2Ftests%2Fstreams%2Fbug49936.phpt
Note that the next gcov bui
On Sun, Nov 13, 2011 at 4:56 PM, Rasmus Lerdorf wrote:
> On 11/13/2011 07:53 AM, Rasmus Lerdorf wrote:
> > It failed on the two latest Ubuntu versions. And no, I don't have a
> > local ftpd on these boxes:
>
> The paste was from an Ubuntu 11.04 box, but it also failed on Ubuntu
> 11.10 before.
>
On 11/13/2011 10:05 AM, Pierre Joye wrote:
> On Sun, Nov 13, 2011 at 4:24 PM, Rasmus Lerdorf wrote:
>> On 11/13/2011 06:11 AM, Ferenc Kovacs wrote:
>>> 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)
>>> br
On Sun, Nov 13, 2011 at 4:24 PM, Rasmus Lerdorf wrote:
> On 11/13/2011 06:11 AM, Ferenc Kovacs wrote:
>> 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
On Sun, Nov 13, 2011 at 4:24 PM, Rasmus Lerdorf wrote:
> On 11/13/2011 06:11 AM, Ferenc Kovacs wrote:
> > 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:
> >
> ht
On 11/13/2011 07:53 AM, Rasmus Lerdorf wrote:
> It failed on the two latest Ubuntu versions. And no, I don't have a
> local ftpd on these boxes:
The paste was from an Ubuntu 11.04 box, but it also failed on Ubuntu
11.10 before.
-Rasmus
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscrib
On 11/13/2011 07:35 AM, Ferenc Kovacs wrote:
> uhm, I wanted to write squeeze, instead of lenny.
> So squeeze is more recent, and the test still fails.
> What is your environment where the test passes for you?
> I think that maybe it isn't related to the version, but that you have a
> local ftp to
On 11/13/2011 06:11 AM, Ferenc Kovacs wrote:
> 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-
laruence Sun, 13 Nov 2011 14:31:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=319120
Log:
add skipif
Changed paths:
U php/php-src/branches/PHP_5_4/tests/output/bug60282.phpt
U php/php-src/trunk/tests/output/bug60282.phpt
Modified
Hi Laruence,
ob_gzhandler is only available if php is built --with-zlib
This means that your test can fail with "Warning: ob_start(): function
'ob_gzhandler' not found or invalid function name" on depending on the
configure options.
Could you please add a SKIPIF and skip the test if ob_gzhandler i
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_bug4
19 matches
Mail list logo