File tree 1 file changed +10
-9
lines changed 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ RUN apt-get -yqq install \
87
87
php7.2-memcache \
88
88
php7.2-memcached \
89
89
php7.2-redis \
90
+ php7.2-xdebug \
90
91
libapache2-mod-php7.2
91
92
92
93
# php7.2-mcrypt \
@@ -99,15 +100,15 @@ RUN \
99
100
echo "date.timezone = \" $TZ\" ;" > /etc/php/7.2/cli/conf.d/timezone.ini
100
101
101
102
# PHP xdebug
102
- RUN \
103
- wget https://github.com/xdebug/xdebug/archive/master.zip && \
104
- unzip master.zip && \
105
- cd xdebug-master && \
106
- phpize7.2 && \
107
- ./configure --enable-xdebug && \
108
- make && make install && \
109
- echo "zend_extension=xdebug.so" >> /etc/php/7.2/mods-available/xdebug.ini && \
110
- cd .. && rm -fr xdebug-master master.zip
103
+ # RUN \
104
+ # wget https://github.com/xdebug/xdebug/archive/master.zip && \
105
+ # unzip master.zip && \
106
+ # cd xdebug-master && \
107
+ # phpize7.2 && \
108
+ # ./configure --enable-xdebug && \
109
+ # make && make install && \
110
+ # echo "zend_extension=xdebug.so" >> /etc/php/7.2/mods-available/xdebug.ini && \
111
+ # cd .. && rm -fr xdebug-master master.zip
111
112
112
113
# Install manually xhprof
113
114
RUN \
You can’t perform that action at this time.
0 commit comments