remove unused mbstring configuration and disable assertions in production

This commit is contained in:
arabcoders
2025-05-19 02:00:32 +03:00
parent c917889712
commit ef8e54ad6a

View File

@@ -234,9 +234,7 @@ return (function () {
'opcache.max_wasted_percentage' => 5,
'expose_php' => 0,
'date.timezone' => ag($config, 'tz', 'UTC'),
// 'mbstring.http_input' => ag($config, 'charset', 'UTF-8'),
// 'mbstring.http_output' => ag($config, 'charset', 'UTF-8'),
// 'mbstring.internal_encoding' => ag($config, 'charset', 'UTF-8'),
'zend.assertions' => -1
],
'fpm' => [
'global' => [