Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [xdebug]
  2. ;ADDED FROM PASCAL AT 24.8.2013
  3. zend_extension=/usr/lib/php5/20100525/xdebug.so
  4. ;xdebug.remote_autostart=1
  5. xdebug.remote_enable=1
  6. xdebug.remote_connect_back=1
  7. xdebug.remote_port=9000
  8. xdebug.show_local_vars=0
  9. xdebug.var_display_max_data=10000
  10. xdebug.var_display_max_depth=20
  11. xdebug.show_expection_trace=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement