Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. 1.) Run php -i and paste it on xdebug online wizard.
  2. 2.) You will need to install install autoconf
  3. 3.) You will need to run the phpize on using the MAMP phpize not the default phpize that comes with the mac.
  4. 4.) Run configurer like this ./configure --with-php-config=/Applications/MAMP/bin/php/php7.2.14/bin/php-config
  5.  
  6. You might want to add these, incase if you are using PHPStorm.
  7.  
  8. xdebug.remote_connect_back=0
  9. xdebug.idekey="PHPSTORM"
  10. xdebug.remote_log="/var/tmp/remote_log"
  11.  
  12. Then follow the instructions as on wizard. and VOILAH !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement