View previous topic :: View next topic |
Author |
Message |
riteman Member
Joined: 01 Feb 2011 Posts: 27
|
Posted: Sun Feb 13, 2011 11:09 pm Post subject: Debugging PHP applications on SMS using xdebug |
|
|
Hi I thought maybe this could be of interest to PHP developers:
I read an article on devzone.zend.com written by Stefan Prietsch covering the xdebug debugger.
Trying to install it using the command "pecl install xdebug" however fails: The package is being downloaded but you get 2 identical warnings
configure. in:3: warning: prefer named diversions
and then
ERROR: 'phpize' failed
I then went to http://xdebug.org/find-binary.php where I found a nice feature: Simply run the phpinfo found on SMS "http://your_server_name/phpinfo.php" , copy the whole output, paste it into a window on the xdebug site. then submit it and you will be given exact instructions how to install Xdebug. I followed the instructions and now have Xdebug installed |
|
Back to top |
|
riteman Member
Joined: 01 Feb 2011 Posts: 27
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Feb 13, 2011 11:27 pm Post subject: |
|
|
Thanks for sharing, very helpful.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|