Re: [PHP-DEV] travis-CI failures

2013-08-11 Thread Stas Malyshev
Hi!

I think I know what the problem is. pgsql has this setting:

pgsql.ignore_notice

And the tests seem to rely on it being 0, however one of the tests does
not set it at all and another misspells it as pgsql.ignore_notices. I'll
fix it and see what happens.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] travis-CI failures

2013-08-11 Thread Stas Malyshev
Hi!

 Hi!
 
 I think I know what the problem is. pgsql has this setting:
 
 pgsql.ignore_notice
 
 And the tests seem to rely on it being 0, however one of the tests does
 not set it at all and another misspells it as pgsql.ignore_notices. I'll
 fix it and see what happens.

Unfortunately, this didn't help :( Still returns false for
pg_last_notice there, breaking the test. Any idea why that function can
return false in that environment?

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: travis-CI failures

2013-08-11 Thread Stas Malyshev
Hi!

 For pod_mysql, both bugs are listed as fixed, but they still occur and I
 just checked on my own linux install, they happen exactly as on
 travis-ci machine. Other ones seem to produce same general error, so I
 suspect there is a common cause behind all these. Could somebody
 maintaning these take a look into them?

Looks like if I build with mysqlnd, it works on travis - but not on my
machine. In any case, I'll start with updating travis recipe to use
mysqlnd then.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-11 Thread Michael Wallner
On Aug 11, 2013 4:42 AM, Stas Malyshev smalys...@sugarcrm.com wrote:

 Hi!

  Hi Mike,
 
  I got test failures on session module. I guess it's related to your
change.
  Could you take a look?

 For me (64-bit linux) test upload_2G.phpt also fails with this output:

 Test

 PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013
 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


Quite strange... Why is the server's output shown here?



 Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
 reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
 line 38

 Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
 /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
 write failed @ (30)

I had this once when I filled up my tmpfs /tmp... aynthing else really no
clue yet.


[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-11 Thread Michael Wallner
On a side note: all these tests pass for me on Linux/gcc and
FreeBSD/clang, yet I'm still working on a Solaris/SunC build
environment.

On 11 August 2013 21:07, Michael Wallner m...@php.net wrote:
 On Aug 11, 2013 4:42 AM, Stas Malyshev smalys...@sugarcrm.com wrote:

 Hi!

  Hi Mike,
 
  I got test failures on session module. I guess it's related to your
  change.
  Could you take a look?

 For me (64-bit linux) test upload_2G.phpt also fails with this output:

 Test

 PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013
 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


 Quite strange... Why is the server's output shown here?



 Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
 reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
 line 38

 Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
 /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
 write failed @ (30)

 I had this once when I filled up my tmpfs /tmp... aynthing else really no
 clue yet.



-- 
Regards,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php