I used to use php 5.2, it all works fine with xdebug+eclipse. not I need to
upgrade to php5.3, I re-installed all these:
*Apache*: httpd-2.2.19-win32-x86-ssl.zip<http://www.apachelounge.com/download/binaries/httpd-2.2.19-win32-x86-ssl.zip>downloaded
from
http://www.apachelounge.com/download/
*PHP*: php-5.3.6-Win32-VC9-x86(thread safe) doanloaded from
http://windows.php.net/download/
*xdebug*: php_xdebug-2.1.1-5.3-vc9.dll which is recommended by
http://xdebug.org/find-binary.php
and added this section in php.ini
[xdebug]
zend_extension_ts="d:/php_xdebug-2.1.1-5.3-vc9.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.idekey=default
xdebug.profiler_enable=0
xdebug.profiler_output_dir="d:/xdebug_output"
xdebug.remote_host = localhost
xdebug.remote_port = 9000
then I start eclipse and checked my 9000 port
I see eclipse.exe is using the 9000 port
after all these steps(like what I did for php5.2), I add a breakpoint in my
php supposed it would break at that line, but it didn't break.
Thank you for reading this, suggestions would be helpful.
//Brs
Received on Wed Jun 08 2011 - 05:05:49 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST