File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN echo ";zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)
69
69
70
70
# resolve impact xdebug in composer https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer
71
71
RUN echo "# Load xdebug Zend extension with php command" >> ~/.bashrc
72
- RUN echo "alias php='php -dzend_extension=xdebug.so'" >> ~/.bashrc
72
+ RUN echo "alias php='php -dzend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ xdebug.so'" >> ~/.bashrc
73
73
RUN echo "# PHPUnit needs xdebug for coverage. In this case, just make an alias with php command prefix." >> ~/.bashrc
74
74
RUN echo "alias phpunit='php $(which phpunit)'" >> ~/.bashrc
75
75
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN echo ";zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)
71
71
72
72
# resolve impact xdebug in composer https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer
73
73
RUN echo "# Load xdebug Zend extension with php command" >> ~/.bashrc
74
- RUN echo "alias php='php -dzend_extension=xdebug.so'" >> ~/.bashrc
74
+ RUN echo "alias php='php -dzend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ xdebug.so'" >> ~/.bashrc
75
75
RUN echo "# PHPUnit needs xdebug for coverage. In this case, just make an alias with php command prefix." >> ~/.bashrc
76
76
RUN echo "alias phpunit='php $(which phpunit)'" >> ~/.bashrc
77
77
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ xdebug.remote_log=\"/var/log/xdebug.log\"" >> /usr/local/etc/php/conf.d/xdebug.i
70
70
71
71
# resolve impact xdebug in composer https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer
72
72
RUN echo "# Load xdebug Zend extension with php command" >> ~/.bashrc
73
- RUN echo "alias php='php -dzend_extension=xdebug.so'" >> ~/.bashrc
73
+ RUN echo "alias php='php -dzend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ xdebug.so'" >> ~/.bashrc
74
74
RUN echo "# PHPUnit needs xdebug for coverage. In this case, just make an alias with php command prefix." >> ~/.bashrc
75
75
RUN echo "alias phpunit='php $(which phpunit)'" >> ~/.bashrc
76
76
You can’t perform that action at this time.
0 commit comments