<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/opcache/Optimizer, branch php-7.3.20</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 #79535</title>
<updated>2020-05-04T12:51:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-05-04T12:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c1316ec6a726adaf96b9101054b85bbd763c14f'/>
<id>7c1316ec6a726adaf96b9101054b85bbd763c14f</id>
<content type='text'>
We did not allocate a cache slot for FETCH_CLASS. This is already
fixed on newer PHP versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We did not allocate a cache slot for FETCH_CLASS. This is already
fixed on newer PHP versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix literal compaction collision between string and double</title>
<updated>2020-04-01T12:20:59+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-04-01T12:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=14b770d4074616f7f5dcf026422a91a8b7419d90'/>
<id>14b770d4074616f7f5dcf026422a91a8b7419d90</id>
<content type='text'>
For the sake of simplicity I'm using a separate hashtable, rather
than trying to do hash perturabation on the double strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the sake of simplicity I'm using a separate hashtable, rather
than trying to do hash perturabation on the double strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).</title>
<updated>2020-03-25T14:31:06+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2020-03-25T14:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=65120cfc0969fe9ebd3d4d659b610a54a35ae026'/>
<id>65120cfc0969fe9ebd3d4d659b610a54a35ae026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle NULL caller_call_opline</title>
<updated>2020-03-23T16:12:01+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-03-23T16:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=34f1266a9c038c57a8a6319a056b53cd93986655'/>
<id>34f1266a9c038c57a8a6319a056b53cd93986655</id>
<content type='text'>
This can happen if there is an EXIT in the call arguments, in which
case the DO_CALL opcode may be eliminated as unreachable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can happen if there is an EXIT in the call arguments, in which
case the DO_CALL opcode may be eliminated as unreachable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect overflow detection</title>
<updated>2020-02-27T20:37:41+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2020-02-27T20:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5b51b633e2509852312328d360639dacb35d12e6'/>
<id>5b51b633e2509852312328d360639dacb35d12e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DCE with FE_FETCH</title>
<updated>2019-12-10T08:00:09+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-12-10T08:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=87691e74e54ab4303d6f6ea826b7bc1555112e4d'/>
<id>87691e74e54ab4303d6f6ea826b7bc1555112e4d</id>
<content type='text'>
For now, don't treat FE_FETCH op2 as no-val use. See GH-4982.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, don't treat FE_FETCH op2 as no-val use. See GH-4982.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix print_r return types in opcache</title>
<updated>2019-12-04T06:16:32+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2019-11-30T19:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c8e9aa854cb722855dad450bff5815326853ff6a'/>
<id>c8e9aa854cb722855dad450bff5815326853ff6a</id>
<content type='text'>
https://www.php.net/print_r

&gt; When the return parameter is TRUE, this function will return a string.
&gt; Otherwise, the return value is TRUE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://www.php.net/print_r

&gt; When the return parameter is TRUE, this function will return a string.
&gt; Otherwise, the return value is TRUE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong constant usage</title>
<updated>2019-11-12T09:59:50+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-11-12T09:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9083e178f656878cab46aee52b555346ef92a768'/>
<id>9083e178f656878cab46aee52b555346ef92a768</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-7.2' into PHP-7.3</title>
<updated>2019-10-25T10:50:12+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-25T10:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=74699533e54a2b2e6093834652138b6d3a71e5b8'/>
<id>74699533e54a2b2e6093834652138b6d3a71e5b8</id>
<content type='text'>
* PHP-7.2:
  Fixed bug #78747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed bug #78747
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78747</title>
<updated>2019-10-25T10:47:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-25T10:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=52499938142351d20a46c2b941e957ab0d618109'/>
<id>52499938142351d20a46c2b941e957ab0d618109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
