Advertisement
theitd

AMP cmds OSX

Sep 16th, 2016
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Useful commands
  2.  
  3. # switch between php versions
  4. sphp 56 # for php 5.6
  5. sphp 71 # for php 7.1
  6.  
  7. #Signature:
  8. xdebug-toggle <on | off> [--no-server-restart]
  9.  
  10. #Usage:
  11. xdebug-toggle # outputs the current status
  12. xdebug-toggle on # enables xdebug
  13. xdebug-toggle off # disables xdebug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement