<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/opcache/tests, 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>Add test file</title>
<updated>2020-03-23T16:13:57+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-03-23T16:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2e8db5d6be60325f79dc1b40b5163b47d8ef65d5'/>
<id>2e8db5d6be60325f79dc1b40b5163b47d8ef65d5</id>
<content type='text'>
Forgot the git add again...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot the git add again...
</pre>
</div>
</content>
</entry>
<entry>
<title>Enclose INI values containing {TMP} in quotes</title>
<updated>2020-03-09T21:49:08+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-03-09T16:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d5e206620b80b0f198f6dd1865a758edf7ea1494'/>
<id>d5e206620b80b0f198f6dd1865a758edf7ea1494</id>
<content type='text'>
At least on Windows, the temporary directory may contain tilde signs,
which would result in an INI parse error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least on Windows, the temporary directory may contain tilde signs,
which would result in an INI parse error.
</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>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-11-18T08:26:30+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-11-18T08:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e72e3370c64cdb5094fa881fb513e2b6300796b1'/>
<id>e72e3370c64cdb5094fa881fb513e2b6300796b1</id>
<content type='text'>
* PHP-7.2:
  Fix $x = (bool)$x; for undefined with opcache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix $x = (bool)$x; for undefined with opcache
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix $x = (bool)$x; for undefined with opcache</title>
<updated>2019-11-18T08:24:03+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2019-11-15T17:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a2c41c0ea6e6b6afbfaaeae25e66fd17e746a98a'/>
<id>a2c41c0ea6e6b6afbfaaeae25e66fd17e746a98a</id>
<content type='text'>
And `$x = !$x`

Noticed while working on GH-4912

The included test would not emit undefined variable errors in php 8.0
with opcache enabled. The command used:

```
php -d zend_extension=opcache.so --no-php-ini -d error_reporting=E_ALL \
    -d opcache.file_cache= -d opcache.enable_cli=1  test.php
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And `$x = !$x`

Noticed while working on GH-4912

The included test would not emit undefined variable errors in php 8.0
with opcache enabled. The command used:

```
php -d zend_extension=opcache.so --no-php-ini -d error_reporting=E_ALL \
    -d opcache.file_cache= -d opcache.enable_cli=1  test.php
```
</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>
