<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/mbstring, branch php-7.3.0alpha1</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>Removed "dead" code (zend_hash_update() never fails)</title>
<updated>2018-06-01T08:58:57+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-06-01T08:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0b90cf85a6ace22abd0f9f86d5015a5b6db92387'/>
<id>0b90cf85a6ace22abd0f9f86d5015a5b6db92387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.</title>
<updated>2018-05-28T13:27:12+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-05-28T13:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5eb1f92f31cafc48384f9096012f421b37f6d425'/>
<id>5eb1f92f31cafc48384f9096012f421b37f6d425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Oniguruma 6.8.2</title>
<updated>2018-05-26T12:03:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-05-26T11:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2c4556ee4332f29a1cd75d71eee741e9b98cb83c'/>
<id>2c4556ee4332f29a1cd75d71eee741e9b98cb83c</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 #76319</title>
<updated>2018-05-25T09:33:13+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-05-25T09:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d63f4dec1d180f2a9533d8b7b6b5c445917aee2'/>
<id>9d63f4dec1d180f2a9533d8b7b6b5c445917aee2</id>
<content type='text'>
While at it, also make sure that mbstring case conversion takes
into account the specified substitution character and substitution
mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, also make sure that mbstring case conversion takes
into account the specified substitution character and substitution
mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework datatypes wrt warnings</title>
<updated>2018-03-20T21:09:48+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-03-20T21:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9cfc029a58b4fd7c71e83f330a54d3cb2d905db'/>
<id>f9cfc029a58b4fd7c71e83f330a54d3cb2d905db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Oniguruma 6.8.1</title>
<updated>2018-03-20T16:44:27+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-20T13:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec5b408d815b655cda638c329439795c190ee0dc'/>
<id>ec5b408d815b655cda638c329439795c190ee0dc</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.2'</title>
<updated>2018-03-20T16:02:52+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-20T16:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d9f47fb51edad51769acf3517e1daa23b518598'/>
<id>8d9f47fb51edad51769acf3517e1daa23b518598</id>
<content type='text'>
* PHP-7.2:
  Fix #76113: mbstring does not build with Oniguruma 6.8.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #76113: mbstring does not build with Oniguruma 6.8.1
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-03-20T15:53:17+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-20T15:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f5c34cd399496f58bf91fe426444c6366db8df3'/>
<id>8f5c34cd399496f58bf91fe426444c6366db8df3</id>
<content type='text'>
* PHP-7.1:
  Fix #76113: mbstring does not build with Oniguruma 6.8.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #76113: mbstring does not build with Oniguruma 6.8.1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #76113: mbstring does not build with Oniguruma 6.8.1</title>
<updated>2018-03-20T15:42:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-20T15:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4072b2787074ee8e247a6639585b49e10c5a55fe'/>
<id>4072b2787074ee8e247a6639585b49e10c5a55fe</id>
<content type='text'>
As of Oniguruma 6.8.1, the regex structure has been moved from the
public `oniguruma.h` to the private `regint.h`.  Thus, it is no longer
possible to directly access the struct's members, and actually, there
is no need to, since there are respective accessor functions available
at least of 2.3.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of Oniguruma 6.8.1, the regex structure has been moved from the
public `oniguruma.h` to the private `regint.h`.  Thus, it is no longer
possible to directly access the struct's members, and actually, there
is no need to, since there are respective accessor functions available
at least of 2.3.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2'</title>
<updated>2018-03-19T13:48:10+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-19T13:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90049852735e9d4e3ab394eeed3d91f3308d3408'/>
<id>90049852735e9d4e3ab394eeed3d91f3308d3408</id>
<content type='text'>
* PHP-7.2:
  Fix #75944: Wrong cp1251 detection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #75944: Wrong cp1251 detection
</pre>
</div>
</content>
</entry>
</feed>
