<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/tests, branch php-7.0.4</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>Fixed bug #71601 (finally block not executed after yield from)</title>
<updated>2016-02-15T21:37:21+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2016-02-15T21:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=23b770f31fdf893239a185bdb36876c5438eb813'/>
<id>23b770f31fdf893239a185bdb36876c5438eb813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid yield from in by-reference generators</title>
<updated>2016-02-12T16:55:29+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-12T16:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ccc06e252bdf4c54cb2c96dbcab9a2aeb933181c'/>
<id>ccc06e252bdf4c54cb2c96dbcab9a2aeb933181c</id>
<content type='text'>
The current yield from implementation doesn't support by-ref
yields. It's likely not worthwhile to actually implement this,
but we should at least keep the door open for the future by
issuing a compile error.

Refs bug #71252.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current yield from implementation doesn't support by-ref
yields. It's likely not worthwhile to actually implement this,
but we should at least keep the door open for the future by
issuing a compile error.

Refs bug #71252.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dangling send target when using yield from</title>
<updated>2016-02-11T15:25:16+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-11T15:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1322672c0b70cf3a8f3fa64f7d6c4b52338f8b81'/>
<id>1322672c0b70cf3a8f3fa64f7d6c4b52338f8b81</id>
<content type='text'>
Also drop some unnecessary TRY_DELREFs -- leftovers from the days
when null was refcounted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also drop some unnecessary TRY_DELREFs -- leftovers from the days
when null was refcounted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crude generator GC for value/key/retval</title>
<updated>2016-02-10T18:03:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-10T18:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aa3f44a395f9197f112ced584539055fa836eac4'/>
<id>aa3f44a395f9197f112ced584539055fa836eac4</id>
<content type='text'>
These values remain live after the generator has been closed, so
they are particularly susceptible to leaking cycles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These values remain live after the generator has been closed, so
they are particularly susceptible to leaking cycles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #71529</title>
<updated>2016-02-06T15:43:28+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-06T15:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9f82f21d018aafbfea723960a335f435202bff77'/>
<id>9f82f21d018aafbfea723960a335f435202bff77</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 #71474 (Crash because of VM stack corruption on Magento2).</title>
<updated>2016-01-28T08:41:15+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-01-28T08:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6039d2d91454e5dc09996d2988d2f38ad8c316ae'/>
<id>6039d2d91454e5dc09996d2988d2f38ad8c316ae</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 #71441 (Typehinted Generator with return in try/finally crashes)</title>
<updated>2016-01-24T18:55:16+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2016-01-24T18:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=001ce475ee158cbf020755f1f65aade28caafd73'/>
<id>001ce475ee158cbf020755f1f65aade28caafd73</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 #71336 (Wrong is_ref on properties as exposed via get_object_vars())</title>
<updated>2016-01-13T09:38:18+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-01-13T09:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=39f09507464bfa398c476a64d8b16b4061a3faec'/>
<id>39f09507464bfa398c476a64d8b16b4061a3faec</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 #71248 (Wrong interface is enforced)</title>
<updated>2016-01-13T08:41:57+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-01-13T08:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=50be2c89bed61a1928cd1dd0c226fe62769344dd'/>
<id>50be2c89bed61a1928cd1dd0c226fe62769344dd</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 #71300 (Segfault in zend_fetch_string_offset)</title>
<updated>2016-01-07T15:05:17+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-01-07T15:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=16a2b47394a3f8c3d7c2b8eaba59da0e4beca171'/>
<id>16a2b47394a3f8c3d7c2b8eaba59da0e4beca171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
