<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/NEWS, branch php-5.4.31RC1</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>5.4.31 RC1</title>
<updated>2014-07-09T04:23:42+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-07-09T04:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd901a0407ab8be3a95709f8511ad59bc436438d'/>
<id>cd901a0407ab8be3a95709f8511ad59bc436438d</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 #67587: Redirection loop on nginx with FPM</title>
<updated>2014-07-08T19:53:45+00:00</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-07-08T16:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0bf50a8302af94357595a21877e224fa42729e25'/>
<id>0bf50a8302af94357595a21877e224fa42729e25</id>
<content type='text'>
Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

    set $path_info $fastcgi_path_info;
    fastcgi_param PATH_INFO $path_info;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

    set $path_info $fastcgi_path_info;
    fastcgi_param PATH_INFO $path_info;
</pre>
</div>
</content>
</entry>
<entry>
<title>updated NEWS</title>
<updated>2014-07-08T08:06:35+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-07-08T08:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d472434ea05f35926e1492afd9282e6db402b52c'/>
<id>d472434ea05f35926e1492afd9282e6db402b52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS</title>
<updated>2014-07-08T06:30:15+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-07-08T06:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=494034901e6743861d17b1fe60e8d3d0c6477f8c'/>
<id>494034901e6743861d17b1fe60e8d3d0c6477f8c</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 #66830 (Empty header causes PHP built-in web server to hang).</title>
<updated>2014-07-07T20:36:06+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-07-07T20:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=604de67b7d0b8c6db76002011e3b55dd9c7aeec8'/>
<id>604de67b7d0b8c6db76002011e3b55dd9c7aeec8</id>
<content type='text'>
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix format</title>
<updated>2014-07-07T07:48:32+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-07-07T07:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=897b7b68cc2bd0699ab2b0c2b17e1699cfcc4424'/>
<id>897b7b68cc2bd0699ab2b0c2b17e1699cfcc4424</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 #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)</title>
<updated>2014-07-07T07:36:57+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-07-07T07:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6c8a570a969b262d233350829ead759364a29e82'/>
<id>6c8a570a969b262d233350829ead759364a29e82</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 #67151: strtr with empty array crashes</title>
<updated>2014-07-02T20:33:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2014-07-02T20:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3cc6bd10acdec14dc28bce1f39689bc99add4514'/>
<id>3cc6bd10acdec14dc28bce1f39689bc99add4514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ext/pgsql builds with libpq &lt; 7.3.</title>
<updated>2014-07-01T20:19:22+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-07-01T20:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=899fe3d8af42dc09c3f0ed2915e516c068166a43'/>
<id>899fe3d8af42dc09c3f0ed2915e516c068166a43</id>
<content type='text'>
Fixes bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756).
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the NEWS entry for the reverted fpm fix</title>
<updated>2014-06-30T16:37:56+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-06-30T16:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=48df4464eae716dfe42403c94989ecd3104f21c5'/>
<id>48df4464eae716dfe42403c94989ecd3104f21c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
