<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/tests, branch php-7.0.9</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>Don't use FUNC_ARG fetches for call_user_func()</title>
<updated>2016-06-28T19:34:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-06-28T19:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9b8f1d6037a0cee0bd7d002925ab54bcaec25eb9'/>
<id>9b8f1d6037a0cee0bd7d002925ab54bcaec25eb9</id>
<content type='text'>
This makes no sense -- SEND_USER can't even handle INDIRECTs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes no sense -- SEND_USER can't even handle INDIRECTs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make call_user_func() on reference args consistent</title>
<updated>2016-06-28T18:43:38+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-06-28T18:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fafe01b07bfcb4f4a9088dd89195f2f5acba8fd0'/>
<id>fafe01b07bfcb4f4a9088dd89195f2f5acba8fd0</id>
<content type='text'>
Previously reference arguments were allowed if call_user_func()
was compiled to SEND_USER and not otherwise. Make it consistent
by always forbidding them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously reference arguments were allowed if call_user_func()
was compiled to SEND_USER and not otherwise. Make it consistent
by always forbidding them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test</title>
<updated>2016-06-28T07:39:02+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-06-28T07:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=76370f30dbd617b6cc501e3e80df5212cf84fa46'/>
<id>76370f30dbd617b6cc501e3e80df5212cf84fa46</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 #72508 (strange references after recursive function call and "switch" statement)</title>
<updated>2016-06-28T07:36:50+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-06-28T07:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ce7e180a04009e821c87e7ae2b704294a2a97c03'/>
<id>ce7e180a04009e821c87e7ae2b704294a2a97c03</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 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 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>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>
</feed>
