← Back
Editing: php-config.ini
date.timezone = "Europe/Paris" memory_limit = -1 ; Maximum allowed size for uploaded files. upload_max_filesize = 40M ; Must be greater than or equal to upload_max_filesize post_max_size = 40M opcache.enable=1 ; 0 means it will check on every request ; 0 is irrelevant if opcache.validate_timestamps=0 which is desirable in production opcache.revalidate_freq=0 opcache.validate_timestamps=1 opcache.max_accelerated_files=10000 opcache.memory_consumption=192 opcache.max_wasted_percentage=10 opcache.interned_strings_buffer=16 opcache.fast_shutdown=1 ; maximum memory allocated to store the results realpath_cache_size=4096K ; save the results for 10 minutes (600 seconds) realpath_cache_ttl=600 intl.default_locale = "fr_FR.UTF-8"
Save File
Cancel