Skip to content

Conversation

@amnuts
Copy link
Contributor

@amnuts amnuts commented Jul 14, 2019

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.

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.
@nikic
Copy link
Member

nikic commented Jul 15, 2019

Merged as 768ad70 into 7.2 and added newly introduced directives while merging upwards -- the test was very helpful.

@nikic nikic closed this Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants