<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.2.10</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>Update versions for PHP 7.2.10</title>
<updated>2018-09-11T06:50:37+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-09-11T06:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=00d2b7a3d28d29383450fc2607c7d4fb91d57a4a'/>
<id>00d2b7a3d28d29383450fc2607c7d4fb91d57a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for PHP 7.2.10</title>
<updated>2018-09-11T06:50:37+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-09-11T06:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=588b9d28bd72c48193a934e1988ac2433406c212'/>
<id>588b9d28bd72c48193a934e1988ac2433406c212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add NEWS for 76582</title>
<updated>2018-09-10T13:30:09+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-09-10T13:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4be8fdc5481b5ccb8e71cb22b40a1234e39b5483'/>
<id>4be8fdc5481b5ccb8e71cb22b40a1234e39b5483</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-7.1' into PHP-7.2</title>
<updated>2018-09-10T13:26:39+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2018-09-09T19:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3b07b3c203a2bd5531b83e623973414030405e84'/>
<id>3b07b3c203a2bd5531b83e623973414030405e84</id>
<content type='text'>
* PHP-7.1:
  Update NEWS
  Fix for bug #76582
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Update NEWS
  Fix for bug #76582
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for PHP 7.2.10RC1</title>
<updated>2018-08-28T07:28:04+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-08-28T07:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b15f24b045c708266452906fa7a734094f40f343'/>
<id>b15f24b045c708266452906fa7a734094f40f343</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-7.1' into PHP-7.2</title>
<updated>2018-08-26T11:21:22+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-08-26T11:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=20849b0b0fa60e257a75a3182dff5095811c80d8'/>
<id>20849b0b0fa60e257a75a3182dff5095811c80d8</id>
<content type='text'>
* PHP-7.1:
  Fix #68180: iconv_mime_decode can return extra characters in a header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #68180: iconv_mime_decode can return extra characters in a header
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #68180: iconv_mime_decode can return extra characters in a header</title>
<updated>2018-08-26T11:18:35+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-08-26T10:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=efb86aef12ff4f8f3908ceff2844f7511f7d61eb'/>
<id>efb86aef12ff4f8f3908ceff2844f7511f7d61eb</id>
<content type='text'>
Basically, the algorithm to append a converted string to an existing
`smart_str` works by increasing the `smart_str` buffer, to let `iconv`
convert characters until there is no more space, to set the new length
of the `smart_str` and to repeat until there is no more input.

Formerly, the new length calculation has been wrong, though, since we
would have to take the old `out_len` into account (`buf_growth -
old_out_len - out_len`).  However, since there is no need to take the
old `out_len` into account when increasing the `smart_str` buffer, we
can simplify the fix, avoiding an additional variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basically, the algorithm to append a converted string to an existing
`smart_str` works by increasing the `smart_str` buffer, to let `iconv`
convert characters until there is no more space, to set the new length
of the `smart_str` and to repeat until there is no more input.

Formerly, the new length calculation has been wrong, though, since we
would have to take the old `out_len` into account (`buf_growth -
old_out_len - out_len`).  However, since there is no need to take the
old `out_len` into account when increasing the `smart_str` buffer, we
can simplify the fix, avoiding an additional variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-08-25T15:47:29+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-08-25T15:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=314b8ecf8b07a8b87efeca5454e36a6b55ca4dd1'/>
<id>314b8ecf8b07a8b87efeca5454e36a6b55ca4dd1</id>
<content type='text'>
* PHP-7.1:
  Fix #60494: iconv_mime_decode does ignore special characters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #60494: iconv_mime_decode does ignore special characters
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #60494: iconv_mime_decode does ignore special characters</title>
<updated>2018-08-25T15:40:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-08-25T13:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e29c946c29afdb0bf89c5329fcf3038448d50e17'/>
<id>e29c946c29afdb0bf89c5329fcf3038448d50e17</id>
<content type='text'>
We must not ignore erroneous characters in mime headers, but rather let
iconv_mime_decode() fail in this case, issuing the usual notice
regarding illegal characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not ignore erroneous characters in mime headers, but rather let
iconv_mime_decode() fail in this case, issuing the usual notice
regarding illegal characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-08-25T12:52:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-08-25T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e176ddb57ec41751185e761ee19c42697e65543'/>
<id>7e176ddb57ec41751185e761ee19c42697e65543</id>
<content type='text'>
* PHP-7.1:
  Fix #63839: iconv_mime_decode_headers function is skipping headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #63839: iconv_mime_decode_headers function is skipping headers
</pre>
</div>
</content>
</entry>
</feed>
