We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1a585 commit c707f52Copy full SHA for c707f52
magento/Dockerfile-2.4
@@ -29,6 +29,7 @@ COPY Test/ExampleTest.php extensions/MichielGerritsen-ExampleTest/Test/Integrati
29
30
RUN set -e; \
31
pecl install xdebug && \
32
+ docker-php-ext-enable xdebug \
33
php -i |grep xdebug && \
34
php -i |grep opcache && \
35
./start-services && \
magento/xdebug-trace.ini
@@ -1,4 +1,3 @@
1
xdebug.mode=trace
2
xdebug.start_with_request=yes
3
-xdebug.output_dir="/tmp/xdebug-trace"
4
-zend_extension=/usr/local/lib/php/extensions/*/xdebug.so
+xdebug.output_dir="/tmp/xdebug-trace"
0 commit comments