<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/mbstring/tests, branch php-7.0.14</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>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-09-06T07:41:52+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2016-09-06T07:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6f1a52bfbb5e7f0c5bf353f24531e582bc00ab18'/>
<id>6f1a52bfbb5e7f0c5bf353f24531e582bc00ab18</id>
<content type='text'>
* PHP-5.6:
  Fixed Bug #66964 mb_convert_variables() cannot detect recursion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fixed Bug #66964 mb_convert_variables() cannot detect recursion
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Bug #66964 mb_convert_variables() cannot detect recursion</title>
<updated>2016-09-06T07:05:34+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2016-09-06T07:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a25f6f89cd68b5e3ba73381094771a011aec6f04'/>
<id>a25f6f89cd68b5e3ba73381094771a011aec6f04</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.6' into PHP-7.0</title>
<updated>2016-09-04T14:39:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-09-04T14:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7f97d63130b8321af771a0f358a9c0c85704ed99'/>
<id>7f97d63130b8321af771a0f358a9c0c85704ed99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #72994: mbc_to_code() out of bounds read</title>
<updated>2016-09-04T14:37:06+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-09-04T14:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7259b71b430ed733441261f7cf1282f04bb80f1'/>
<id>b7259b71b430ed733441261f7cf1282f04bb80f1</id>
<content type='text'>
We're backporting commit 999a3553 to the still supported PHP 5.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're backporting commit 999a3553 to the still supported PHP 5.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-08-30T13:01:12+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-08-30T12:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=972302d2f0bb12689db280df8a3daadb0d5003b3'/>
<id>972302d2f0bb12689db280df8a3daadb0d5003b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #66797: mb_substr only takes 32-bit signed integer</title>
<updated>2016-08-30T12:52:47+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-08-30T12:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2f10db36af2776f386b7433c5cbfe79e66edd14d'/>
<id>2f10db36af2776f386b7433c5cbfe79e66edd14d</id>
<content type='text'>
`from` and `len` are `long`, but get passed to mbfl_substr() which expects
`int`s. Therefore we clamp the values to avoid the undefined conversion
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`from` and `len` are `long`, but get passed to mbfl_substr() which expects
`int`s. Therefore we clamp the values to avoid the undefined conversion
behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-07-30T10:01:29+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2016-07-30T09:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e5940aa7950effe1835e489024b840fb87f54a3c'/>
<id>e5940aa7950effe1835e489024b840fb87f54a3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes bad address given to onig_error_code_to_str</title>
<updated>2016-07-30T09:46:34+00:00</updated>
<author>
<name>ju1ius</name>
<email>ju1ius@laposte.net</email>
</author>
<published>2016-07-30T04:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1d32b809034ea4cd0e765ae9fda6ca16ae045fdd'/>
<id>1d32b809034ea4cd0e765ae9fda6ca16ae045fdd</id>
<content type='text'>
Closes bug #72710

(cherry picked from commit 0fb7eb6723bcc6fd98053911543e801edb5ab763)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes bug #72710

(cherry picked from commit 0fb7eb6723bcc6fd98053911543e801edb5ab763)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-07-28T13:26:29+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2016-07-28T13:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=805dc0ea4790b8e3dda63ae5753de14823a09bde'/>
<id>805dc0ea4790b8e3dda63ae5753de14823a09bde</id>
<content type='text'>
# Resolved conflicts:
#	ext/mbstring/php_mbregex.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Resolved conflicts:
#	ext/mbstring/php_mbregex.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #72694: mb_ereg_search_setpos does not accept a string's last position</title>
<updated>2016-07-28T13:21:48+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2016-07-28T13:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee6900c3de68f1b94dfae8e230c7fa755c7fa595'/>
<id>ee6900c3de68f1b94dfae8e230c7fa755c7fa595</id>
<content type='text'>
Setting the search position immediately behind the last character should be
allowed, so we fix this off-by-one error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting the search position immediately behind the last character should be
allowed, so we fix this off-by-one error.
</pre>
</div>
</content>
</entry>
</feed>
