File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN apt-get update \
5151
5252# ----------------------------------------------------------------------
5353# Install Apache, PHP and its extensions
54- # TODO : php8.3-pcntl ?
5554# ----------------------------------------------------------------------
5655RUN apt-get update \
5756 && apt-get install --no-install-recommends -y \
Original file line number Diff line number Diff line change 11; config/php.ini
22date.timezone = Europe/Paris
33
4- # hide php version
4+ ; hide php version
55expose_php = off
66
77opcache.enable = 1
@@ -10,7 +10,7 @@ opcache.memory_consumption = 128
1010opcache.revalidate_freq = 0
1111apc.enable_cli = On
1212
13- # in order to allow large file uploads
13+ ; in order to allow large file uploads
1414upload_max_filesize = 300M
1515post_max_size = 300M
1616max_input_time = 600
@@ -23,5 +23,12 @@ realpath_cache_ttl=7200
2323display_errors = Off
2424display_startup_errors = Off
2525
26- # to avoid problems with symfony
26+ ; to avoid problems with symfony
2727variables_order = " EGPCS"
28+
29+ ; Set xdebug autostart to false
30+ xdebug.remote_autostart =0
31+ xdebug.remote_enable =0
32+
33+ ; Disable your profiler
34+ xdebug.profiler_enable =0
You can’t perform that action at this time.
0 commit comments