docker/php/php-dev.ini
expose_php = offmemory_limit = 2048Mshort_open_tag = offmax_execution_time = 180post_max_size = 64Mupload_max_filesize = 48Mmax_input_time = 60max_input_vars = 3000date.timezone = UTC ; maximum memory that OPcache can use to store compiled PHP filesopcache.memory_consumption = 256 ; maximum number of files that can be stored in the cacheopcache.max_accelerated_files = 20000 ; maximum memory allocated to store the resultsrealpath_cache_size = 4096K ; save the results for 10 minutes (600 seconds)realpath_cache_ttl = 600 ; Ensure worker stdout and stderr are sent to the main error logcatch_workers_output = yesdecorate_workers_output = no ; igbinaryapc.serializer=igbinary ; Xdebug settingsxdebug.mode = coverage,debugxdebug.start_with_request = yesxdebug.client_host = host.docker.internal