Created
April 26, 2016 01:57
-
-
Save slayerfat/5bc35e95c700eaf911098308cae525d5 to your computer and use it in GitHub Desktop.
xdebug > php.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Xdebug] | |
zend_extension=/etc/php/7.0/apache2/conf.d/20-xdebug.ini (locacion real puede variar) | |
xdebug.remote_enable=1 | |
xdebug.remote_host=localhost | |
xdebug.remote_port=9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment