Fix shaper.inc for PHP81. For #13553
PHP81 fix in gwlb.inc. For #13514
Update dhcp rule description
Update reserved alias names. Fix #13524
Initialize $groups in local_user_get_groups to non-null. Issue #13446
Fix handling of empty entries in NTP interfaces.
Prevent array/config_get_path() from overriding 0 values
Change the semantics of array_get_path() and config_get_path() so that onlyempty strings at a path are overridden by $default if non-null, so thatlegitimate 0 values set in the config are not overridden as empty() returns true...
Replace direct config accesses in auth.inc. Issue #13446
Additionally, change local_group_del_user() to include the index of the group inthe path to the group's member list when removing the user from it. This appearsto have been broken in the original code. With this fixed, remove the redundant...
Avoid using -a in test(1)
-1 is not allowed, exit only uses 0-255
View revisions
Also available in: Atom