| Current Path : /home/deltalab/Magento/docker-magento2/magento2/consumer/conf/ |
| Current File : //home/deltalab/Magento/docker-magento2/magento2/consumer/conf/php.ini |
[PHP] ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 18000 max_input_time = 300 memory_limit=4096M upload_max_filesize = 32M post_max_size = 32M max_input_vars=5000 ;;;;;;;;;;;;;;;;;;; ; MAGE ; ;;;;;;;;;;;;;;;;;;; ; https://github.com/magento/magento2/blob/2.2/php.ini.sample always_populate_raw_post_data = -1 flag session.auto_start = off zlib.output_compression = on suhosin.session.cryptua = off ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; error_reporting = E_ALL & ~E_NOTICE | E_DEPRECATED display_errors = On display_startup_errors = On log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On track_errors = Off html_errors = On short_open_tag = On ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; OPCACHE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; opcache.enable = 1 opcache.enable_cli = 1 opcache.memory_consumption = 256M opcache.max_accelerated_files = 40000 opcache.revalidate_freq = 0 opcache.revalidate_path = 1 [Date] date.timezone = "Europe/London" [mail function] sendmail_path = /usr/bin/msmtp -t -i ; dev / prod ;expose_php = off ; disable xdebug in build ;xdebug.remote_autostart=0 ;xdebug.remote_enable=0 ;display_errors = Off