<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/tests, branch php-7.0.24</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 test</title>
<updated>2017-07-27T04:50:17+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-07-27T04:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9fcfe52d03bc40cfce8306debe2e91d83a560683'/>
<id>9fcfe52d03bc40cfce8306debe2e91d83a560683</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 #74954 (null deref and segfault in zend_generator_resume())</title>
<updated>2017-07-22T09:14:00+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2017-07-22T09:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bad5d0d6c56e078502b21ebdbf829b7a1c9b3bd3'/>
<id>bad5d0d6c56e078502b21ebdbf829b7a1c9b3bd3</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 #74947 (Segfault in scanner on INF number)</title>
<updated>2017-07-21T03:56:49+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-07-21T03:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95d2908814585bd9c3c9a1eab4989bc551b6cc73'/>
<id>95d2908814585bd9c3c9a1eab4989bc551b6cc73</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 #74603 - use correct buffer size</title>
<updated>2017-07-05T02:35:56+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2017-06-20T07:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05255749139b3686c8a6a58ee01131ac0047465e'/>
<id>05255749139b3686c8a6a58ee01131ac0047465e</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 #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)</title>
<updated>2017-07-01T09:52:03+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2017-07-01T09:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e3cc15daf2abc1b4886d4888c3bf5ca9cef035c8'/>
<id>e3cc15daf2abc1b4886d4888c3bf5ca9cef035c8</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 #73900</title>
<updated>2017-06-25T17:48:17+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-06-25T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2fddc4a7f1588239939a509781706c084939e09f'/>
<id>2fddc4a7f1588239939a509781706c084939e09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't leave holes in func_get_args() and backtraces</title>
<updated>2017-06-25T13:27:45+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-06-25T13:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de66e80d757f2a89fa16ee436d89ecc428f369a9'/>
<id>de66e80d757f2a89fa16ee436d89ecc428f369a9</id>
<content type='text'>
Argument lists should always be continuous and hole-free, even if
local variables are unset. Replace UNDEF values with NULLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Argument lists should always be continuous and hole-free, even if
local variables are unset. Replace UNDEF values with NULLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #74657 (Undefined constants in array properties result in broken properties)</title>
<updated>2017-05-27T04:06:43+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-27T04:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5269c4cacbc1372341d2091337d87fa3b0181490'/>
<id>5269c4cacbc1372341d2091337d87fa3b0181490</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 #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER())</title>
<updated>2017-05-08T03:32:08+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-08T03:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=87d56a3d07a337269be2e80b67766b4e94120dd8'/>
<id>87d56a3d07a337269be2e80b67766b4e94120dd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve accuracy of opline lineno information</title>
<updated>2017-04-15T16:15:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-04-15T16:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e433c23b96e81340cd0e2d0b4b7f5fce7f72a931'/>
<id>e433c23b96e81340cd0e2d0b4b7f5fce7f72a931</id>
<content type='text'>
If compile_var() was used instead of compile_expr() we did not
update the current lineno.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If compile_var() was used instead of compile_expr() we did not
update the current lineno.
</pre>
</div>
</content>
</entry>
</feed>
