Nereo Berardozzi
Nereo Berardozzi
You can use function_exists() instead of checking the ini setting. In PHP 8 function_exists return false for disabled functions.
It is a googd feature, I started implementing it in some of my plugins hooking to deactivate hook and checking for action=destroy. The issue with that is that plugins must...
Also return types of remember, rememberForever and sear are wrong
I checked the external Text_Diff library and I'm not sure if it will be updated to fix PHP 8 issues.
You're right. It is best