<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend/zend_objects.c, branch microseconds</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>EG(fake_scope) was always set to NULL wrongly</title>
<updated>2016-06-12T07:32:04+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-06-12T07:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae3be78ce8f73a3b4b80a4eb81eddd6b3d019bb1'/>
<id>ae3be78ce8f73a3b4b80a4eb81eddd6b3d019bb1</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 #72177 (Scope issue in __destruct after ReflectionProperty::setValue())</title>
<updated>2016-05-13T08:55:09+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-05-13T08:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e9c3f9fcde1013cc1c9bdead7e16478a108d7907'/>
<id>e9c3f9fcde1013cc1c9bdead7e16478a108d7907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- get rid of EG(scope). zend_get_executed_scope() should be used instead.</title>
<updated>2016-04-28T01:13:34+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-04-28T01:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6499162ff0d8aa6e862d3e3cdd2288b87636b8a1'/>
<id>6499162ff0d8aa6e862d3e3cdd2288b87636b8a1</id>
<content type='text'>
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize property guards for the most usual case with only one acive guard.</title>
<updated>2016-04-26T21:24:20+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-04-26T21:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e88c71d3560d06a3d5a330b8572dd2aa83ecc5b6'/>
<id>e88c71d3560d06a3d5a330b8572dd2aa83ecc5b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IS_CONST operands don't have to be separated. Use reference-counting instead of duplication.</title>
<updated>2016-04-05T17:09:14+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-04-05T17:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a186ac0e47023f5b16daf25bd37750138d78ab94'/>
<id>a186ac0e47023f5b16daf25bd37750138d78ab94</id>
<content type='text'>
- with opcache all IS_CONST operands are not refcounted (scalars, interned strings or immutable arrays)
- without opcache IS_CONST operands are not shared between processes or threads and may use common reference counters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- with opcache all IS_CONST operands are not refcounted (scalars, interned strings or immutable arrays)
- without opcache IS_CONST operands are not shared between processes or threads and may use common reference counters
</pre>
</div>
</content>
</entry>
<entry>
<title>bump year which is missed in rev 49493a2</title>
<updated>2016-01-02T09:56:11+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-01-02T09:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97a9470d97599ec7dd7b499e5533e6b15f8f5519'/>
<id>97a9470d97599ec7dd7b499e5533e6b15f8f5519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add myself into list of authors of the most refactored files.</title>
<updated>2015-08-31T08:38:16+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-08-31T08:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=37f0c6b5cb4f8ad01651b3ea80712f6a8b6f2ea0'/>
<id>37f0c6b5cb4f8ad01651b3ea80712f6a8b6f2ea0</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 #70187 (Notice: unserialize(): Unexpected end of serialized data)</title>
<updated>2015-08-26T00:27:05+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-08-26T00:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25f9e255264d8196f51a22707e797977e4cd3995'/>
<id>25f9e255264d8196f51a22707e797977e4cd3995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use NULL where possible for exception class</title>
<updated>2015-07-07T17:10:55+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-07-07T17:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5df893ce3c6630fc77337ab0d78097eab1002bc1'/>
<id>5df893ce3c6630fc77337ab0d78097eab1002bc1</id>
<content type='text'>
Matches usage of zend_throw_exception()/zend_throw_exception_ex().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matches usage of zend_throw_exception()/zend_throw_exception_ex().
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove need to pass error level</title>
<updated>2015-07-03T22:53:41+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-07-03T21:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=22c38b2ef58fc97ca8cd82ae456d0082d2a8cd22'/>
<id>22c38b2ef58fc97ca8cd82ae456d0082d2a8cd22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
