<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/fpm, branch php-5.4.43</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>restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606</title>
<updated>2014-08-29T06:06:00+00:00</updated>
<author>
<name>David Zuelke</name>
<email>dzuelke@gmail.com</email>
</author>
<published>2014-08-09T06:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee275e34c8b303945945c650d4bc90dcc2ac0b17'/>
<id>ee275e34c8b303945945c650d4bc90dcc2ac0b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug #67530 	error_log=syslog ignored</title>
<updated>2014-07-08T06:29:24+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-07-08T06:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f8acf826c33bca214a211233c52e22b5d738b131'/>
<id>f8acf826c33bca214a211233c52e22b5d738b131</id>
<content type='text'>
As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix Bug #67530 	error_log=syslog ignored"</title>
<updated>2014-06-30T16:37:23+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-06-30T16:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c8b42960dbf51a2a0d863d22a5a4c344528f93d'/>
<id>9c8b42960dbf51a2a0d863d22a5a4c344528f93d</id>
<content type='text'>
This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug #67531 	syslog cannot be set in pool configuration</title>
<updated>2014-06-27T07:47:28+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-06-27T07:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf328b16817a9d7dfc7aaf078d4e944ab14ce0e1'/>
<id>bf328b16817a9d7dfc7aaf078d4e944ab14ce0e1</id>
<content type='text'>
error_log is listed in FPM_PHP_INI_TO_EXPAND,
but should not be expand when value = syslog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error_log is listed in FPM_PHP_INI_TO_EXPAND,
but should not be expand when value = syslog
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug #67530 	error_log=syslog ignored</title>
<updated>2014-06-27T07:45:53+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-06-27T07:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0ecb3794f00e65cd2a073b2073e32d6c2fb7180'/>
<id>a0ecb3794f00e65cd2a073b2073e32d6c2fb7180</id>
<content type='text'>
As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #67060: use default mode of 660</title>
<updated>2014-04-29T16:14:11+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-04-15T17:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=35ceea928b12373a3b1e3eecdc32ed323223a40d'/>
<id>35ceea928b12373a3b1e3eecdc32ed323223a40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #66908: php-fpm reload leaks epoll_create() file descriptor</title>
<updated>2014-04-20T23:21:49+00:00</updated>
<author>
<name>Julio Pintos</name>
<email>julio.pintos@avature.net</email>
</author>
<published>2014-03-14T19:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=49341e992ad7f8eb7f94d4c946fb74f8e33e7e75'/>
<id>49341e992ad7f8eb7f94d4c946fb74f8e33e7e75</id>
<content type='text'>
This patch fixes descriptor leak which could lead to DoS once Max open files is reached
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes descriptor leak which could lead to DoS once Max open files is reached
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php-fpm.conf</title>
<updated>2014-04-14T00:30:50+00:00</updated>
<author>
<name>itxx00</name>
<email>itxx00@gmail.com</email>
</author>
<published>2014-01-16T08:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=636adf251c80884c151cb233bbdae1497fdadc4a'/>
<id>636adf251c80884c151cb233bbdae1497fdadc4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add clear_env option to FPM config</title>
<updated>2014-02-25T08:12:09+00:00</updated>
<author>
<name>Paul Annesley</name>
<email>paul@annesley.cc</email>
</author>
<published>2014-02-19T19:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb6941e902e02332019d8cba2ed7a9100fd914b3'/>
<id>eb6941e902e02332019d8cba2ed7a9100fd914b3</id>
<content type='text'>
This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year</title>
<updated>2014-01-03T03:04:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-01-03T03:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c0d060f5c02db168f1de895b41afffbc6e3cacfb'/>
<id>c0d060f5c02db168f1de895b41afffbc6e3cacfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
