<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/fpm/tests, branch php-7.2.2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>rename test</title>
<updated>2017-09-19T05:26:53+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2017-09-19T05:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee84f34344d17deac21733c935041bd980184839'/>
<id>ee84f34344d17deac21733c935041bd980184839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Bug #75212 php_value acts like php_admin_value</title>
<updated>2017-09-18T16:08:51+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2017-09-18T16:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cfc6c4d2973c795cb400435a28805a73c02d23e2'/>
<id>cfc6c4d2973c795cb400435a28805a73c02d23e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `user=foo` from FPM test config</title>
<updated>2017-05-24T22:07:24+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2017-05-24T22:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d316ba2d659c73f0fea1f895ef554891c3dd130b'/>
<id>d316ba2d659c73f0fea1f895ef554891c3dd130b</id>
<content type='text'>
This setting has nothing to do with what's being tested,
and on any system without a "foo" user we'll get a spurious error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This setting has nothing to do with what's being tested,
and on any system without a "foo" user we'll get a spurious error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip FPM tests when running as root (unless requested)</title>
<updated>2017-05-24T20:58:18+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2017-05-24T19:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d8d1c78ed08423738376adc450aba3932b33a20e'/>
<id>d8d1c78ed08423738376adc450aba3932b33a20e</id>
<content type='text'>
FPM must be configured as a user.
Normally it defaults to the current user,
but if that's root it'll fail to startup
unless the --run-as-root option is provided.

Extend that logic into the test runner so that
we don't fail for stupid reasons.

If you're running `make test` as root and you want
FPM tests to run anyway, set TEST_FPM_RUN_AS_ROOT=1
in your environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FPM must be configured as a user.
Normally it defaults to the current user,
but if that's root it'll fail to startup
unless the --run-as-root option is provided.

Extend that logic into the test runner so that
we don't fail for stupid reasons.

If you're running `make test` as root and you want
FPM tests to run anyway, set TEST_FPM_RUN_AS_ROOT=1
in your environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try fallback on IPv4 ANYADDR when IPv6 ANYADDR fails</title>
<updated>2017-03-08T19:02:54+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2017-03-08T18:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b63c45c69e3a97b05314c6f3328a0ff695e28d36'/>
<id>b63c45c69e3a97b05314c6f3328a0ff695e28d36</id>
<content type='text'>
https://bugs.php.net/bug.php?id=74166
A host system with no/limited IPv6 support will fail at binding
the IPv6 ANYADDR address (::) as the address family is unsupported.

Deal with this by handling failure to implicitly bind to ::
as a soft failure, falling back to 0.0.0.0.

If binding to :: failed for some other reason (e.g. port in use)
then binding to 0.0.0.0 will likely fail as well, but we'll
get appropriate warnings for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.php.net/bug.php?id=74166
A host system with no/limited IPv6 support will fail at binding
the IPv6 ANYADDR address (::) as the address family is unsupported.

Deal with this by handling failure to implicitly bind to ::
as a soft failure, falling back to 0.0.0.0.

If binding to :: failed for some other reason (e.g. port in use)
then binding to 0.0.0.0 will likely fail as well, but we'll
get appropriate warnings for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try fpm path for testing in sbin as it is default target</title>
<updated>2017-01-29T20:43:58+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2017-01-29T20:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=df16579642217708778e6917ce7c01cb9748df2e'/>
<id>df16579642217708778e6917ce7c01cb9748df2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase wait time for tests involving sockets to improve Travis relability</title>
<updated>2017-01-13T06:45:04+00:00</updated>
<author>
<name>Mitch Hagstrand</name>
<email>mhagstrand@gmail.com</email>
</author>
<published>2017-01-13T06:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd92b911888f482d8d5794e6abac41bdff9ad3a2'/>
<id>fd92b911888f482d8d5794e6abac41bdff9ad3a2</id>
<content type='text'>
1. Increased sleep time from 25ms to 50ms
2. Added sleep to shutdown handlers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Increased sleep time from 25ms to 50ms
2. Added sleep to shutdown handlers
</pre>
</div>
</content>
</entry>
<entry>
<title>improve FPM tests (mostly for systemd build)</title>
<updated>2017-01-08T19:02:50+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2017-01-08T18:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb02876e74754e50fce6a39c4d75393e8806566f'/>
<id>eb02876e74754e50fce6a39c4d75393e8806566f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for session and fpm tests in PHP7.0 branch</title>
<updated>2017-01-07T03:55:57+00:00</updated>
<author>
<name>Mitch Hagstrand</name>
<email>mhagstrand@gmail.com</email>
</author>
<published>2017-01-07T03:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3401f553b947ce5570111c0da34eceb69151f140'/>
<id>3401f553b947ce5570111c0da34eceb69151f140</id>
<content type='text'>
1. Increased the timeout on sapi/fpm tests to match the cli server
2. Disabled session GC in session_set_save_handler_basic.phpt
3. Fixed GC in save_handler.inc to delete files based on age
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Increased the timeout on sapi/fpm tests to match the cli server
2. Disabled session GC in session_set_save_handler_basic.phpt
3. Fixed GC in save_handler.inc to delete files based on age
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-11-17T12:58:38+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-11-17T12:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3817a2e6d51233cdd8ab7970b14822afa661f95c'/>
<id>3817a2e6d51233cdd8ab7970b14822afa661f95c</id>
<content type='text'>
* PHP-5.6:
  Fixed test
  Updated NEWS
  Improvement for bug73297
  Simplify ext/standard/tests/http/bug73297.phpt
  http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
  Add failing test for bug#73297
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fixed test
  Updated NEWS
  Improvement for bug73297
  Simplify ext/standard/tests/http/bug73297.phpt
  http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
  Add failing test for bug#73297
</pre>
</div>
</content>
</entry>
</feed>
