You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved compatibility with PHP 8.5, including a fix for opcache inlining bypassing return-value rules
Fix a ~2x slowdown caused by chained disable_function rules
New hardening ruleset for SPIP
Add coverage for yet another disable_functions bypass
Fix a type confusion and a null-pointer dereference in the cookie-encryption code
Reduce the lifetime of cryptographic material in memory
Harden configuration parsing: reject non-ASCII characters in rules, show the
config filename in errors, and stop parsing the config twice under
Apache/php-fpm reloads.
Fix phpinfo() reporting "enabled" when no configuration is loaded