<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend, branch php-7.0.8</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>Forbid "yield from" in force closed generators</title>
<updated>2016-05-28T11:21:05+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-05-28T11:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4746e5efcb135051e003294f4721792139779fd0'/>
<id>4746e5efcb135051e003294f4721792139779fd0</id>
<content type='text'>
Same check we do for "yield", was missed when "yield from" was
added. We could make this more granular by only forbidding to
actually yield values and still allow something like "yield from []",
but this does not seem worthwhile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same check we do for "yield", was missed when "yield from" was
added. We could make this more granular by only forbidding to
actually yield values and still allow something like "yield from []",
but this does not seem worthwhile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added NEWS Entry</title>
<updated>2016-05-28T08:12:10+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-05-28T08:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d29bd582a8cc28e9288b441e269d98f4f28da77d'/>
<id>d29bd582a8cc28e9288b441e269d98f4f28da77d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test for bug #72221, segfault in zend_memnstr_ex</title>
<updated>2016-05-28T08:10:29+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-24T14:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=58302192b79440bf8049dd72ebe1953990bb19bb'/>
<id>58302192b79440bf8049dd72ebe1953990bb19bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #72221 (segfault, past-the-end access)</title>
<updated>2016-05-28T08:10:16+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-21T15:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=287f9489d840f0e2c192c8db9fe69f7b03bb8af5'/>
<id>287f9489d840f0e2c192c8db9fe69f7b03bb8af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dir separator in test</title>
<updated>2016-05-12T18:37:04+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-05-12T18:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f751b1ceafe6666cc54151eb8ca9d8b47ae2d077'/>
<id>f751b1ceafe6666cc54151eb8ca9d8b47ae2d077</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix serializing ZEND_AST_SHELL_EXEC</title>
<updated>2016-05-12T02:47:56+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2016-05-12T02:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a73b03edea9b988e079b3c8c2018321e834ff78f'/>
<id>a73b03edea9b988e079b3c8c2018321e834ff78f</id>
<content type='text'>
Currently, `foo` is reserialized as `'foo'` due to misuse of zend_ast_export().
ZEND_AST_SHELL_EXEC can only contain ZEND_AST_ZVAL(string) or ZEND_AST_ENCAPS_LIST,
so just handle the ZEND_AST_ZVAL(string) case directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, `foo` is reserialized as `'foo'` due to misuse of zend_ast_export().
ZEND_AST_SHELL_EXEC can only contain ZEND_AST_ZVAL(string) or ZEND_AST_ENCAPS_LIST,
so just handle the ZEND_AST_ZVAL(string) case directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-05-10T18:02:17+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-05-10T18:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0718aa5833aad200c7655e9facf9ed4004b84bcc'/>
<id>0718aa5833aad200c7655e9facf9ed4004b84bcc</id>
<content type='text'>
* PHP-5.6:
  fix handle leak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  fix handle leak
</pre>
</div>
</content>
</entry>
<entry>
<title>fix handle leak</title>
<updated>2016-05-10T17:59:48+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-05-10T17:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6b63d80a7af9e97439e317b9bca4e4cad4fa4402'/>
<id>6b63d80a7af9e97439e317b9bca4e4cad4fa4402</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>2016-05-08T05:04:20+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-05-08T05:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=69adf2370ee2a9afd2a130ed9f9fc601f9c25246'/>
<id>69adf2370ee2a9afd2a130ed9f9fc601f9c25246</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strlen cleanup (additions for previous one fix)</title>
<updated>2016-05-07T07:08:15+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-05-07T07:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=29079f263e38ebf76e2ddbd308e001639eb9e3bf'/>
<id>29079f263e38ebf76e2ddbd308e001639eb9e3bf</id>
<content type='text'>
Probably compilers will do similar optimization
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably compilers will do similar optimization
</pre>
</div>
</content>
</entry>
</feed>
