<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/opcache, 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>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>
<entry>
<title>This only make sense on *nix</title>
<updated>2016-04-12T07:31:21+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-04-12T07:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9458f54969cceaf721eae7ac88ea747c324c7b64'/>
<id>9458f54969cceaf721eae7ac88ea747c324c7b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable configure without opcache-file and huge-code-pages</title>
<updated>2016-04-09T12:57:57+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2016-04-09T12:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6c44c36298d573932f153071f3bb20007924173'/>
<id>c6c44c36298d573932f153071f3bb20007924173</id>
<content type='text'>
This doesn't chagne the default (yes for both features), but respects
--disable-opcache-file and --disable-huge-code-pages configure flags if given.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't chagne the default (yes for both features), but respects
--disable-opcache-file and --disable-huge-code-pages configure flags if given.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-04-08T22:35:30+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2016-04-08T22:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=403c3f95fe9687d488c9e18643fa88a8c7ea91f6'/>
<id>403c3f95fe9687d488c9e18643fa88a8c7ea91f6</id>
<content type='text'>
* PHP-5.6:
  opcache config.m4: Use = for comparison
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  opcache config.m4: Use = for comparison
</pre>
</div>
</content>
</entry>
<entry>
<title>opcache config.m4: Use = for comparison</title>
<updated>2016-04-08T19:38:07+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2016-04-08T19:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c1f597d9a13a6a4df80d9969fe7845b45bddf402'/>
<id>c1f597d9a13a6a4df80d9969fe7845b45bddf402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make opcache lockfile path configurable</title>
<updated>2016-04-06T11:29:52+00:00</updated>
<author>
<name>Fatih ACAR</name>
<email>fatih.acar@gandi.net</email>
</author>
<published>2016-03-04T10:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d54eafb349975652033bd6705ca1b61eae9aa5ec'/>
<id>d54eafb349975652033bd6705ca1b61eae9aa5ec</id>
<content type='text'>
Signed-off-by: William Dauchy &lt;william@gandi.net&gt;
Signed-off-by: Baptiste Daroussin &lt;baptiste.daroussin@gandi.net&gt;
Signed-off-by: Fatih Acar &lt;fatih.acar@gandi.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: William Dauchy &lt;william@gandi.net&gt;
Signed-off-by: Baptiste Daroussin &lt;baptiste.daroussin@gandi.net&gt;
Signed-off-by: Fatih Acar &lt;fatih.acar@gandi.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
