yum install php-pecl-xdebug
To open remote debug add more config into the xdebug.ini file:
xdebug.remote_enable = true
# your workstation IP
xdebug.remote_host = "192.168.1.5"
# port number
xdebug.remote_port = 9001
restart apache service:
service httpd restart
Hi! I really love this blog. Please tell me - from where do you have information for ths blog?
ReplyDeleteThanks for comments.
ReplyDeleteMost information came from my daily work.
And I'd like to share it.