# Add this to your .htaccess if you have access to modify PHP settings
# This will suppress deprecation warnings for PHP 8.5
php_value error_reporting "E_ALL & ~E_DEPRECATED & ~E_STRICT"
