Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [OPcache]
  2. zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/opcache.so"
  3. opcache.memory_consumption=128
  4. opcache.interned_strings_buffer=8
  5. opcache.max_accelerated_files=4000
  6. opcache.revalidate_freq=60
  7. opcache.fast_shutdown=1
  8. opcache.enable_cli=1
  9.  
  10. [xdebug]
  11. xdebug.default_enable=1
  12.  
  13. xdebug.remote_enable=1
  14. xdebug.remote_handler=dbgp
  15. xdebug.remote_host=localhost
  16. xdebug.remote_port=9000
  17. xdebug.remote_autostart=1
  18.  
  19. zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"
  20.  
  21. extensions/no-debug-non-zts-20151012
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement