Use config_get_path() for friendly ifnames and vlan configs
These elements may not exist in the config depending on the user config andavailable ifaces, causing errors in php 8 when attempting to do element accesson a string or nil value.
Make php stdout and stderr less verbose for nonfatal messages
Add missing require of interfaces.inc to util.inc
Correct required param after optional param syntax errors
Silence warnings about missing global key 'booting'
Add config_get_path and config_set_path for config element access
config_get_path and config_set_path allow the user to specify a configurationelement by path rather than by direct access to the global config array. Thishas several advantages, including eliminating errors attempting to access...
Add php81 extensions dir path
Use array_values() to expand $cert_curve_compatible
In php8, call_user_func_array expands the $cert_curve_compatible array intonamed parameters for nominated func array_merge(), which returns an error uponbeing called with unknown named parameters. To fix this, explicitly select the...
Consider EC digest prefix when renewing CA/Cert. Fixes #13437
CRL lifetime fixes to avoid rollover. Fixes #13424
View revisions
Also available in: Atom