Resolve "php cache collisions for chroot mode php-fpm"
Closes #6177 (closed)
Merge request reports
Activity
changed milestone to %3.2.6
added Bug label
assigned to @jnorell
- Resolved by Jesse Norell
validate_root was added in 7.0 (so don't add to 5.6 config).
This change uncomments and sets opcache.validate_root in configured php.ini files if it is not already set. This works in Debian php packages, as well as with upstream source downloads from php.net - I don't have a centos system to check there (ie. does it contain a commented opcache.validate_root?). If there is no such comment, then validate_root will still not be set (and doing so gets a lot more involved, in order to get the setting into the right [opcache] section of the ini file).
requested review from @pixcept
added 1 commit
- 7faccfcb - call verify_php_ini from server_php_{insert,update} events
removed Bug label
added MR: Review Pending MR: Reviewed MB labels
mentioned in commit 7522f646