<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch PHP-5.3.21</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Happy New Year~</title>
<updated>2013-01-01T08:02:16+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a2045ff3320a7d037f198558c934b885f67fc00e'/>
<id>a2045ff3320a7d037f198558c934b885f67fc00e</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 #63581 Possible buffer overflow</title>
<updated>2012-11-28T09:35:04+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2012-11-28T09:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bc492007da8c8614545a32560c445ab4e02baed0'/>
<id>bc492007da8c8614545a32560c445ab4e02baed0</id>
<content type='text'>
In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last loop (len = 1024 or 1025). (ack from fat).

This issue where found from by static code analysis tool and, so,
I can't provide any reproducer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last loop (len = 1024 or 1025). (ack from fat).

This issue where found from by static code analysis tool and, so,
I can't provide any reproducer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Bug #63581 Possible null dereference</title>
<updated>2012-11-28T09:28:18+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2012-11-28T09:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f08060a48fadf079e860be73584ac87747dc59d6'/>
<id>f08060a48fadf079e860be73584ac87747dc59d6</id>
<content type='text'>
Possible NULL dereference when trying to delete the single item
of a list (ack from fat).

This issues where found from by static code analysis tool and,
so, I can't provide any reproducer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Possible NULL dereference when trying to delete the single item
of a list (ack from fat).

This issues where found from by static code analysis tool and,
so, I can't provide any reproducer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled apache 2.4 handler build option</title>
<updated>2012-11-13T18:34:00+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2012-11-13T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=019bdff3951f415e2d5c44933da30a4669c628e8'/>
<id>019bdff3951f415e2d5c44933da30a4669c628e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable permission on phpt</title>
<updated>2012-10-10T02:27:49+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-10-10T02:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=610c7fbe7b93498154b17e4e81018b72fa15ec45'/>
<id>610c7fbe7b93498154b17e4e81018b72fa15ec45</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 #62216</title>
<updated>2012-09-28T09:18:08+00:00</updated>
<author>
<name>Jerome Loyet</name>
<email>fat@php.net</email>
</author>
<published>2012-09-28T09:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bb02fd5772070f00a7d26f2a64f34b55f6eea326'/>
<id>bb02fd5772070f00a7d26f2a64f34b55f6eea326</id>
<content type='text'>
Add PID to php-fpm init.d script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add PID to php-fpm init.d script
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #62887 (Only /status?plain&amp;full gives "last request cpu")</title>
<updated>2012-09-27T23:24:52+00:00</updated>
<author>
<name>Jerome Loyet</name>
<email>fat@php.net</email>
</author>
<published>2012-09-27T23:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=151b16cf7ff6ddbf2e11932949aaa2ecb0f22724'/>
<id>151b16cf7ff6ddbf2e11932949aaa2ecb0f22724</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 #62947 (Unneccesary warnings on FPM)</title>
<updated>2012-09-27T23:08:08+00:00</updated>
<author>
<name>Jerome Loyet</name>
<email>fat@php.net</email>
</author>
<published>2012-09-27T23:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e31553c2042f2a5e05d9ad1ba77b888c63e4c36f'/>
<id>e31553c2042f2a5e05d9ad1ba77b888c63e4c36f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add missing php-fpm.service.in</title>
<updated>2012-09-27T22:47:56+00:00</updated>
<author>
<name>Jerome Loyet</name>
<email>fat@php.net</email>
</author>
<published>2012-09-27T22:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2259a8f18b1f25c175c486f54849fcd9e61ecde1'/>
<id>2259a8f18b1f25c175c486f54849fcd9e61ecde1</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 #63085 (Systemd integration and daemonize)</title>
<updated>2012-09-27T22:33:05+00:00</updated>
<author>
<name>Jerome Loyet</name>
<email>fat@php.net</email>
</author>
<published>2012-09-27T22:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=851a04bb7b680954249e825ea3fef420f7d66bb7'/>
<id>851a04bb7b680954249e825ea3fef420f7d66bb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
