<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.0.23</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>Made test 32/64-bit independent</title>
<updated>2017-08-15T12:02:54+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-08-15T10:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5100c51d52d019faf3528838db8e3f1e6ce5f3b8'/>
<id>5100c51d52d019faf3528838db8e3f1e6ce5f3b8</id>
<content type='text'>
(cherry picked from commit 3bc12268041bdeec9941c99f08b71620f7572eb0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 3bc12268041bdeec9941c99f08b71620f7572eb0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #75075 (unpack with X* causes infinity loop)</title>
<updated>2017-08-15T04:34:13+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-08-15T04:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d8c80af71e9b43e9adec9e3f57f2732a0ac95d71'/>
<id>d8c80af71e9b43e9adec9e3f57f2732a0ac95d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for PECL release</title>
<updated>2017-08-15T01:14:14+00:00</updated>
<author>
<name>Tianfang Yang</name>
<email>tianfyan@php.net</email>
</author>
<published>2017-08-15T01:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=259477826c796e02df068e1c306e85e0fe1738c5'/>
<id>259477826c796e02df068e1c306e85e0fe1738c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test cleanup improvements, files might be locked in the test process</title>
<updated>2017-08-14T11:08:04+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-08-14T11:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ab07265573b7197af60ff4cf0ebafe6f8615954f'/>
<id>ab07265573b7197af60ff4cf0ebafe6f8615954f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test cleanup</title>
<updated>2017-08-14T10:55:14+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-08-14T10:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=71fd58652f779ec2f7ec784ce3abf1d4a4d27b3d'/>
<id>71fd58652f779ec2f7ec784ce3abf1d4a4d27b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync OCI8 on PHP 7.x branches</title>
<updated>2017-08-14T03:44:24+00:00</updated>
<author>
<name>Tianfang Yang</name>
<email>tianfyan@php.net</email>
</author>
<published>2017-08-14T03:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f5552247432bd71b68fc22260dd4ef109074b717'/>
<id>f5552247432bd71b68fc22260dd4ef109074b717</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 #73793 (WDDX uses wrong decimal seperator)</title>
<updated>2017-08-13T18:51:53+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-08-13T18:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f64be0b0135f742df31bc97dd3c04f84f342878e'/>
<id>f64be0b0135f742df31bc97dd3c04f84f342878e</id>
<content type='text'>
The WDDX specification[1] requires to serialize floats with a decimal
point, but `snprintf()` is locale-dependent and may use a decimal
comma. We fix that afterwards by replacing an eventual comma with a
point.

[1] &lt;http://xml.coverpages.org/wddx0090-dtd-19980928.txt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The WDDX specification[1] requires to serialize floats with a decimal
point, but `snprintf()` is locale-dependent and may use a decimal
comma. We fix that afterwards by replacing an eventual comma with a
point.

[1] &lt;http://xml.coverpages.org/wddx0090-dtd-19980928.txt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip this test if ext/session is not available</title>
<updated>2017-08-13T16:05:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-08-13T16:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=472b25921e2d4c5c96423edac6d1225bb25ed874'/>
<id>472b25921e2d4c5c96423edac6d1225bb25ed874</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 #74103 and bug #75054</title>
<updated>2017-08-12T11:11:35+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-08-12T11:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1a23ebc1fff59bf480ca92963b36eba5c1b904c4'/>
<id>1a23ebc1fff59bf480ca92963b36eba5c1b904c4</id>
<content type='text'>
Directly fail unserialization when trying to acquire an r/R
reference to an UNDEF HT slot. Previously this left an UNDEF and
later deleted the index/key from the HT.

What actually caused the issue here is a combination of two
factors: First, the key deletion was performed using the hash API,
rather than the symtable API, such that the element was not actually
removed if it used an integral string key. Second, a subsequent
deletion operation, while collecting trailing UNDEF ranges, would
mark the element as available for reuse (leaving a corrupted HT
state with nNumOfElemnts &gt; nNumUsed).

Fix this by failing early and dropping the deletion code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Directly fail unserialization when trying to acquire an r/R
reference to an UNDEF HT slot. Previously this left an UNDEF and
later deleted the index/key from the HT.

What actually caused the issue here is a combination of two
factors: First, the key deletion was performed using the hash API,
rather than the symtable API, such that the element was not actually
removed if it used an integral string key. Second, a subsequent
deletion operation, while collecting trailing UNDEF ranges, would
mark the element as available for reuse (leaving a corrupted HT
state with nNumOfElemnts &gt; nNumUsed).

Fix this by failing early and dropping the deletion code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)</title>
<updated>2017-08-09T03:28:53+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-08-09T03:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b06f8cb58bfb7310fff483cb739449e75cd90b79'/>
<id>b06f8cb58bfb7310fff483cb739449e75cd90b79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
