<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/opcache, branch php-7.0.11</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 #72944 (Null pointer deref in zval_delref_p).</title>
<updated>2016-08-29T09:02:50+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-08-29T09:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b66039db333f730be60c6f6e1925eeb01220e4eb'/>
<id>b66039db333f730be60c6f6e1925eeb01220e4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #72949: Typo in opcache error message</title>
<updated>2016-08-26T16:50:30+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-08-26T16:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c4c3eb55a75f59fd73d0ee034ccaaf81ae46d8ec'/>
<id>c4c3eb55a75f59fd73d0ee034ccaaf81ae46d8ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #72590: Opcache restart with kill_all_lockers does not work</title>
<updated>2016-07-13T03:01:26+00:00</updated>
<author>
<name>Keyur</name>
<email>kgovande@etsy.com</email>
</author>
<published>2016-07-13T02:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b512f4a95614891a512b0da674c1a9d22a40869e'/>
<id>b512f4a95614891a512b0da674c1a9d22a40869e</id>
<content type='text'>
ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the logging. Change
the log level to WARNING.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the logging. Change
the log level to WARNING.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fixed fd leak (the origin commit can not be cherry-picked)</title>
<updated>2016-06-28T03:36:27+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-06-28T03:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de7a6b1232ac863fb604cdec361a6b7e8e94384e'/>
<id>de7a6b1232ac863fb604cdec361a6b7e8e94384e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed format</title>
<updated>2016-06-24T13:13:04+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-06-24T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=53de1c283053d91cb4add279cad507d000d77a51'/>
<id>53de1c283053d91cb4add279cad507d000d77a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PHP_VERSION as OPcahce version</title>
<updated>2016-05-17T14:16:10+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-05-17T14:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d41920c57de652afc3794a56fd5bf8992575722f'/>
<id>d41920c57de652afc3794a56fd5bf8992575722f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-05-10T14:53:33+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-05-10T14:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f7372f648fdf9ea91e2414b394f786a01f7f0496'/>
<id>f7372f648fdf9ea91e2414b394f786a01f7f0496</id>
<content type='text'>
* PHP-5.6:
  The "flock" structure has to be writable on AIX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  The "flock" structure has to be writable on AIX.
</pre>
</div>
</content>
</entry>
<entry>
<title>The "flock" structure has to be writable on AIX.</title>
<updated>2016-05-10T14:50:14+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-05-10T14:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90f43caf5bb0e371eac3a268c28f16fcd6e5e8fe'/>
<id>90f43caf5bb0e371eac3a268c28f16fcd6e5e8fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix JMPZ, JMPZNZ_EX chain optimization</title>
<updated>2016-05-04T22:00:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-05-04T21:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0691e7a8e15ace3ce186ceb8c27753325a5a956f'/>
<id>0691e7a8e15ace3ce186ceb8c27753325a5a956f</id>
<content type='text'>
The result_type was not copied, resulting in a corrupted JMPZ_EX.
Fix can be verified by inspecting the opcodes of the following
function (it should not contain any _EX opcodes):

function test() {
    if ($a &amp;&amp; $b) {
        echo "a";
    }

    if ($b || $c || $d) {
        echo "b";
    }
}

Conflicts:
	ext/opcache/Optimizer/block_pass.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The result_type was not copied, resulting in a corrupted JMPZ_EX.
Fix can be verified by inspecting the opcodes of the following
function (it should not contain any _EX opcodes):

function test() {
    if ($a &amp;&amp; $b) {
        echo "a";
    }

    if ($b || $c || $d) {
        echo "b";
    }
}

Conflicts:
	ext/opcache/Optimizer/block_pass.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)</title>
<updated>2016-04-14T12:21:19+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-04-14T12:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8a17b1a2415cc3a44b74bb9bab18d6dded1ee9b0'/>
<id>8a17b1a2415cc3a44b74bb9bab18d6dded1ee9b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
