<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend, branch php-7.0.28</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>Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop</title>
<updated>2018-01-23T14:24:10+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2018-01-23T14:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e88e83d3e5c33fcd76f08b23e1a2e4e8dc98ce41'/>
<id>e88e83d3e5c33fcd76f08b23e1a2e4e8dc98ce41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dtor unconditionally in error case</title>
<updated>2017-12-04T13:15:42+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-12-04T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0eb262eacb834c15c669cee19051f07bdc48ddd3'/>
<id>0eb262eacb834c15c669cee19051f07bdc48ddd3</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 #75573 (Segmentation fault in 7.1.12 and 7.0.26)</title>
<updated>2017-12-04T10:50:44+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-11-29T06:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d4dee4a6144ff12c6ac4b29968dda13eda406011'/>
<id>d4dee4a6144ff12c6ac4b29968dda13eda406011</id>
<content type='text'>
(cherry picked from commit 3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64</title>
<updated>2017-12-02T17:10:17+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2016-12-10T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d6d4f2a9b38cd7fa7e938142e49e5a514d612e52'/>
<id>d6d4f2a9b38cd7fa7e938142e49e5a514d612e52</id>
<content type='text'>
Register operands are required in this context.

This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Register operands are required in this context.

This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set trailing zero</title>
<updated>2017-12-01T14:00:11+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-12-01T14:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=24d5adbd5a5e61cc8f811afffcfae9ddd86b78e0'/>
<id>24d5adbd5a5e61cc8f811afffcfae9ddd86b78e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #75384 PHP seems incompatible with OneDrive files on demand</title>
<updated>2017-11-08T10:52:42+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-11-08T10:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6720e2f4542bf1e65567229d9155cc4fd047c45'/>
<id>c6720e2f4542bf1e65567229d9155cc4fd047c45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed indirect modification of magic ArrayAccess method arguments</title>
<updated>2017-10-26T13:03:42+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-10-26T13:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=98eee90734c4fabf3f3a3d4168576cb6b25ad9b1'/>
<id>98eee90734c4fabf3f3a3d4168576cb6b25ad9b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport tests</title>
<updated>2017-10-26T11:12:08+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-10-26T11:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=502cfddf28c4a01d7f2d23f35ff6244ae7428103'/>
<id>502cfddf28c4a01d7f2d23f35ff6244ae7428103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed indirect modification of magic method arguments.</title>
<updated>2017-10-26T10:05:23+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-10-26T10:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bc59289b7a25219ea2179554dc26c88e533250a5'/>
<id>bc59289b7a25219ea2179554dc26c88e533250a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test</title>
<updated>2017-10-26T02:23:43+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-10-26T02:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eaeccc1d99458f17b535a8fb3ae7479f8d013d7f'/>
<id>eaeccc1d99458f17b535a8fb3ae7479f8d013d7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
