php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79588 Boolean opcache settings ignore on/off values
Submitted: 2020-05-11 16:45 UTC Modified: 2020-05-12 14:23 UTC
From: vedad at kajtaz dot net Assigned: cmb (profile)
Status: Closed Package: opcache
PHP Version: 7.4.5 OS: FreeBSD 12.1-RELEASE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 23 = ?
Subscribe to this entry?

 
 [2020-05-11 16:45 UTC] vedad at kajtaz dot net
Description:
------------
The following opcache settings (and possibly others), marked as boolean in the documentation, do not seem to be properly taken into account when set to literal on of off in php.ini / fpm configuration file:

opcache.file_cache_only
opcache.revalidate_path
opcache.save_comments

Specifically, phpinfo() displays "no value" instead of "0"/"1" or "Off"/"On", while the literal 0 and 1 result in phpinfo displaying "0"/"1". 

I'm unsure whether this is a phpinfo() display glitch only, or if the provided configuration values are actually ignored, but it's definitely inconsistent with other settings (eg. opcache.revalidate_path, opcache.use_cwd, ..., also marked boolean in the documentation).



Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-05-12 14:18 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2020-05-12 14:18 UTC] cmb@php.net
This is a display glitch only, but nonetheless should be improved.
 [2020-05-12 14:23 UTC] cmb@php.net
The following pull request has been associated:

Patch Name: Fix #79588: Boolean opcache settings ignore on/off values
On GitHub:  https://github.com/php/php-src/pull/5560
Patch:      https://github.com/php/php-src/pull/5560.patch
 [2020-05-12 14:23 UTC] cmb@php.net
-Package: *Configuration Issues +Package: opcache
 [2020-05-12 17:51 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=5bdb4ab786b06dbf7ec4ece40b45f81287caba2d
Log: Fix #79588: Boolean opcache settings ignore on/off values
 [2020-05-12 17:51 UTC] cmb@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC