2025-04-13 23:33:55 +01:00
|
|
|
#RUN pecl install xdebug redis \
|
|
|
|
# && docker-php-ext-enable redis
|
|
|
|
#
|
|
|
|
#COPY ./xdebug.ini.tmp "${PHP_INI_DIR}/conf.d/xdebug.ini"
|
|
|
|
#RUN docker-php-ext-install opcache > /dev/null
|
|
|
|
#COPY ./opcache.ini "${PHP_INI_DIR}/conf.d"
|
2025-04-13 12:59:44 +01:00
|
|
|
|
2025-04-13 23:33:55 +01:00
|
|
|
RUN pecl install xdebug
|
|
|
|
|
|
|
|
COPY ./xdebug.ini "${PHP_INI_DIR}/conf.d/xdebug.ini"
|