<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-5.4.16</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>Add --with-fpm-systemd option to report health to systemd, and</title>
<updated>2013-05-21T07:49:00+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-21T07:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0e99329e0aa8bbfe1b6d0ad06660630538118e2f'/>
<id>0e99329e0aa8bbfe1b6d0ad06660630538118e2f</id>
<content type='text'>
systemd_interval option to configure this. The service can now use
Type=notify in the systemd unit file.

Systemd status line will looks like:
Status: "Processes active: 0, idle: 5, Requests: 90, slow: 0, Traffic: 10req/sec"

Watchdog mode is also supported. In this case watchdog interval,
configured in the unit file, override the systemd_interval option.

When not used (default), no change from previous version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
systemd_interval option to configure this. The service can now use
Type=notify in the systemd unit file.

Systemd status line will looks like:
Status: "Processes active: 0, idle: 5, Requests: 90, slow: 0, Traffic: 10req/sec"

Watchdog mode is also supported. In this case watchdog interval,
configured in the unit file, override the systemd_interval option.

When not used (default), no change from previous version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-03T06:22:55+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-03T06:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3fd4b6be6318aa20f53a28820e755bed420d813d'/>
<id>3fd4b6be6318aa20f53a28820e755bed420d813d</id>
<content type='text'>
* PHP-5.3:
  From code coverity scan, syscall return value must be check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  From code coverity scan, syscall return value must be check.
</pre>
</div>
</content>
</entry>
<entry>
<title>From code coverity scan, syscall return value must be check.</title>
<updated>2013-05-03T06:19:14+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-03T06:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0549e55d8233c1a0fb3eaf42bf88265f9b0fa5d0'/>
<id>0549e55d8233c1a0fb3eaf42bf88265f9b0fa5d0</id>
<content type='text'>
To not alter current behaviour, we simply log the problem,
so, if it occurs, the message will give explanation.

This are only warning as they don't block the server,
but such fail can explain strange (not expected) behaviour later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To not alter current behaviour, we simply log the problem,
so, if it occurs, the message will give explanation.

This are only warning as they don't block the server,
but such fail can explain strange (not expected) behaviour later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-02T11:47:36+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T11:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7b150b8304419cd4ee8bba28915732d2c852291'/>
<id>b7b150b8304419cd4ee8bba28915732d2c852291</id>
<content type='text'>
* PHP-5.3:
  fix more resource leaks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  fix more resource leaks
</pre>
</div>
</content>
</entry>
<entry>
<title>fix more resource leaks</title>
<updated>2013-05-02T11:47:24+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T11:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=444e59eb2071e8c2d2bcb61bb1e2404dd3b780cf'/>
<id>444e59eb2071e8c2d2bcb61bb1e2404dd3b780cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-02T11:31:11+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T11:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=08b72ac9f12890793bc67446e4999892607bbf7b'/>
<id>08b72ac9f12890793bc67446e4999892607bbf7b</id>
<content type='text'>
* PHP-5.3:
  From code coverity scan - fix some memory leak - fix some resources leak (fd) - create fpm_worker_pool_free (shared use) - possible null dref (wp-&gt;user and wp-&gt;home can be null)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  From code coverity scan - fix some memory leak - fix some resources leak (fd) - create fpm_worker_pool_free (shared use) - possible null dref (wp-&gt;user and wp-&gt;home can be null)
</pre>
</div>
</content>
</entry>
<entry>
<title>From code coverity scan</title>
<updated>2013-05-02T11:27:16+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T11:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=331540d20cb5b17964e6b2901c343df58bc8a0c9'/>
<id>331540d20cb5b17964e6b2901c343df58bc8a0c9</id>
<content type='text'>
- fix some memory leak
- fix some resources leak (fd)
- create fpm_worker_pool_free (shared use)
- possible null dref (wp-&gt;user and wp-&gt;home can be null)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix some memory leak
- fix some resources leak (fd)
- create fpm_worker_pool_free (shared use)
- possible null dref (wp-&gt;user and wp-&gt;home can be null)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-02T08:32:54+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T08:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c374b80dda6e07f7dbc1e43a095c075beee6ca5f'/>
<id>c374b80dda6e07f7dbc1e43a095c075beee6ca5f</id>
<content type='text'>
* PHP-5.3:
  fixed size array cannot be null
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  fixed size array cannot be null
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed size array cannot be null</title>
<updated>2013-05-02T08:32:45+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T08:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d0c40220d1ba1d3d1e50ca122d1ec37e2d19c58a'/>
<id>d0c40220d1ba1d3d1e50ca122d1ec37e2d19c58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-02T08:15:20+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-02T08:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=78c48af2f2702eb88727a65f1756273b95a88138'/>
<id>78c48af2f2702eb88727a65f1756273b95a88138</id>
<content type='text'>
* PHP-5.3:
  use limit_extensions as we use security_limit_extensions later (free)
  unused variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  use limit_extensions as we use security_limit_extensions later (free)
  unused variable
</pre>
</div>
</content>
</entry>
</feed>
