Guest User

Untitled

a guest
Mar 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # inside image php5.6 =[
  2. # extensions of docker-php-ext-install are installed at /usr/local, but apt install on debian's default, /usr/, /etc and elsewhere
  3. #
  4. apt install php5-xdebug
  5.  
  6. echo "extension=/usr/lib/php5/20131226/xdebug.so" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
  7. /etc/init.d/apache2 reload
  8.  
  9. php --info | grep xdebug
Add Comment
Please, Sign In to add comment