<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/mbstring, branch php-7.4.0RC4</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>Limit retry_limit test to oniguruma &gt;= 6.9.3</title>
<updated>2019-10-07T08:49:34+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-07T08:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5b067163be6b6a3dd29970d81b32ff62b11934ee'/>
<id>5b067163be6b6a3dd29970d81b32ff62b11934ee</id>
<content type='text'>
This test is somewhat fragile in that it depends on how well a
particular regex is optimized. Apparently on 6.9.1 this regex
would hit the default retry_limit of 1000000 already. I'm limiting
this to 6.9.3 because that's the version that works for me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is somewhat fragile in that it depends on how well a
particular regex is optimized. Apparently on 6.9.1 this regex
would hit the default retry_limit of 1000000 already. I'm limiting
this to 6.9.3 because that's the version that works for me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for mbstring.regex_retry_limit</title>
<updated>2019-10-06T08:06:33+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-02T10:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6623e7ac51f0bafe85e013f9aed5340199e80c10'/>
<id>6623e7ac51f0bafe85e013f9aed5340199e80c10</id>
<content type='text'>
This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only used on libonig &gt;= 2.8.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only used on libonig &gt;= 2.8.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip tests for old versions instead of marking them XFAIL</title>
<updated>2019-09-30T12:14:23+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-30T12:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d89f92784668b71a506c8304fa2c2f96f0753e3'/>
<id>3d89f92784668b71a506c8304fa2c2f96f0753e3</id>
<content type='text'>
According to commit 0eea9a6[1], these tests fail with old Oniguruma
versions; we are not sure which version of Oniguruma is required to let
them pass, but at least 6.9.3 is sufficient.

[1] &lt;http://git.php.net/?p=php-src.git;a=commit;h=0eea9a642941ab5d4c612f8092f186977afbb73e&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to commit 0eea9a6[1], these tests fail with old Oniguruma
versions; we are not sure which version of Oniguruma is required to let
them pass, but at least 6.9.3 is sufficient.

[1] &lt;http://git.php.net/?p=php-src.git;a=commit;h=0eea9a642941ab5d4c612f8092f186977afbb73e&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-09-30T11:06:57+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-30T11:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=70f367d48aebebbfb676019446d14ad76eca2076'/>
<id>70f367d48aebebbfb676019446d14ad76eca2076</id>
<content type='text'>
* PHP-7.3:
  Fix #78609: mb_check_encoding() no longer supports stringable objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78609: mb_check_encoding() no longer supports stringable objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-09-30T11:04:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-30T11:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2046b3ce4fd09063fdbe1eaf1824b5a1d0bed125'/>
<id>2046b3ce4fd09063fdbe1eaf1824b5a1d0bed125</id>
<content type='text'>
* PHP-7.2:
  Fix #78609: mb_check_encoding() no longer supports stringable objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78609: mb_check_encoding() no longer supports stringable objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78609: mb_check_encoding() no longer supports stringable objects</title>
<updated>2019-09-30T10:42:04+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-30T09:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=45db6fa567b65e7ecd49b59527904fd8566ad813'/>
<id>45db6fa567b65e7ecd49b59527904fd8566ad813</id>
<content type='text'>
We apply type juggling for other types than array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We apply type juggling for other types than array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-09-24T04:51:12+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-09-24T04:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e7befd38d4fc0a599d5b33b340bc7244458aee01'/>
<id>e7befd38d4fc0a599d5b33b340bc7244458aee01</id>
<content type='text'>
* PHP-7.3:
  Fix #78559: Heap buffer overflow in mb_eregi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78559: Heap buffer overflow in mb_eregi
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78559: Heap buffer overflow in mb_eregi</title>
<updated>2019-09-24T04:49:55+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-20T17:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f949eba8083e34d181c30bcf11aaeef2496bb97'/>
<id>8f949eba8083e34d181c30bcf11aaeef2496bb97</id>
<content type='text'>
We backport kkos/oniguruma@d3e402928b6eb3327f8f7d59a9edfa622fec557b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We backport kkos/oniguruma@d3e402928b6eb3327f8f7d59a9edfa622fec557b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-09-21T14:17:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-21T14:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6dea11acd8876f1f3e1b70a0a972a477ac94842e'/>
<id>6dea11acd8876f1f3e1b70a0a972a477ac94842e</id>
<content type='text'>
* PHP-7.3:
  Fix #78579: mb_decode_numericentity: args number inconsistency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78579: mb_decode_numericentity: args number inconsistency
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-09-21T14:16:52+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-21T14:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=698088ca7cda3a79555d817093ad0aff7dfd1e95'/>
<id>698088ca7cda3a79555d817093ad0aff7dfd1e95</id>
<content type='text'>
* PHP-7.2:
  Fix #78579: mb_decode_numericentity: args number inconsistency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78579: mb_decode_numericentity: args number inconsistency
</pre>
</div>
</content>
</entry>
</feed>
