<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/opcache/zend_accelerator_module.c, branch PHP-7.3</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Fix #79588: Boolean opcache settings ignore on/off values</title>
<updated>2020-05-12T17:44:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-12T14:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5bdb4ab786b06dbf7ec4ece40b45f81287caba2d'/>
<id>5bdb4ab786b06dbf7ec4ece40b45f81287caba2d</id>
<content type='text'>
We should display boolean INI settings as boolean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should display boolean INI settings as boolean.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-07-15T08:23:51+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-15T08:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=3eb057c4a73212e4ae25a228c1b610d317c6be4b'/>
<id>3eb057c4a73212e4ae25a228c1b610d317c6be4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78291 Missing opcache directives</title>
<updated>2019-07-15T08:22:47+00:00</updated>
<author>
<name>Andrew Collington</name>
<email>andy@amnuts.com</email>
</author>
<published>2019-07-14T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=768ad70f70a1bebed38e2b06a7515e3c61482f75'/>
<id>768ad70f70a1bebed38e2b06a7515e3c61482f75</id>
<content type='text'>
New opcache directives have been added recently which are returned
if using `ini_get_all('zend opcache')` but are not listed in the
directives if using `opcache_get_configuration()`.  This fix adds
those missing directives as well as if `opcache.mmap_base` is used
instead of `opcache.lockfile_path`.  Also adds a test to ensure the
directives match with both methods of fetching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New opcache directives have been added recently which are returned
if using `ini_get_all('zend opcache')` but are not listed in the
directives if using `opcache_get_configuration()`.  This fix adds
those missing directives as well as if `opcache.mmap_base` is used
instead of `opcache.lockfile_path`.  Also adds a test to ensure the
directives match with both methods of fetching.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-06-25T11:04:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-06-25T11:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=18bba63f390647af9d54a2be5605bf19e4bb99d0'/>
<id>18bba63f390647af9d54a2be5605bf19e4bb99d0</id>
<content type='text'>
* PHP-7.2:
  Fix #78202: Opcache stats for cache hits are capped at 32bit NUM
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78202: Opcache stats for cache hits are capped at 32bit NUM
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78202: Opcache stats for cache hits are capped at 32bit NUM</title>
<updated>2019-06-25T11:00:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-06-25T07:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=4366f22dfcadfa080862c3fcbac8e0e42f05bf62'/>
<id>4366f22dfcadfa080862c3fcbac8e0e42f05bf62</id>
<content type='text'>
We use the proper format specifiers now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use the proper format specifiers now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-06-13T10:52:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-13T10:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bada2049ca4404ffb12ad5a009de23f638c2bfda'/>
<id>bada2049ca4404ffb12ad5a009de23f638c2bfda</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 #78106</title>
<updated>2019-06-13T10:51:35+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-13T10:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f1a81380554070d7f4b0c6dcd1202364ebf3d252'/>
<id>f1a81380554070d7f4b0c6dcd1202364ebf3d252</id>
<content type='text'>
When disabling opcache during the request via opcache.enable ini
setting, make sure we also disable ZCG(accelerator_enabled).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When disabling opcache during the request via opcache.enable ini
setting, make sure we also disable ZCG(accelerator_enabled).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-05-20T21:08:03+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-05-20T21:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=354a76bb800bad8efe1215945ee9fd776970a15d'/>
<id>354a76bb800bad8efe1215945ee9fd776970a15d</id>
<content type='text'>
* PHP-7.2:
  Prevent race condition in opcache_reset()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Prevent race condition in opcache_reset()
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent race condition in opcache_reset()</title>
<updated>2019-05-20T21:07:17+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-05-20T21:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a8a019d68a605dd2b699174dd7f55d6e8bbaeee6'/>
<id>a8a019d68a605dd2b699174dd7f55d6e8bbaeee6</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-05-14T11:54:30+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-05-14T11:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a43678aa120d122460e53034d6484748eedbe130'/>
<id>a43678aa120d122460e53034d6484748eedbe130</id>
<content type='text'>
* PHP-7.2:
  Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset
</pre>
</div>
</content>
</entry>
</feed>
