Do not register the _ENV superglobal since its not required and probably not very useful in a [F]CGI world and its limit is restricted nowdays in pfSense.
Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
Provide a setting to disable the auto added LAN SPDs in the DB
Move also tls-verify to fcgicli to avoid forking php process. Maybe even this should be done as a plugin to avoid overhead of forking.
Migrate openvpn authentication to use fcgicli rather than forking a php process. Maybe should could consider to write a short library todo this
Fix saving of voucher sync settings.
Switch to php-fpm for lighty and check_reload_status will use it. Step by step will migrate the other calls
Remove a probably bad copy/paste line
Properly detect if an ip is already configured for VIP. Remove useless checks for carp
Add an option to restore default logout/error/portal custom pages on Captive Portal. Fixes #3362
View revisions
Also available in: Atom