EasyPHP
EN FR
>download >components >modules >blog >forum >faq >screenshots >introduction

For Windows Vista/Seven issues, please read the FAQ or leave a detailed message

Go to Topic: PreviousNext
Go to: Message ListNew TopicSearchLog InPrint View

EasyPhp 5.3.2i and XDebug



Posted by: dave
May 14, 2010 06:57AM
Hi newby here getting started with EasyPhp and Exclise (Galileo).

OS: WinXP Pro (up to date with all the daily patches :) )

Downloaded and installed EasyPhp 5.3.2i, modified the php.ini file to contain the following lines at the bottom of the ini file.

xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts="C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll"

Restarted apache, checked the error log, no errors to speak of pertaining to XDebug, but when I run php.exe -m xdebug is not listed under the [Zend Modules].


I was wondering if anyone else has had the same issue or if there is some rooking mistake I am making that is obvious to someone out there.

NOTE: I did back up an install the EasyPhp 5.2.10 installation package and then modified the php.ini file to have the following entries at the bottom of the ini file and it did work. I did check to make sure the php version and xdebug version matched (or at least they appear to match on both of my attempts to get xdebug working).


xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts="C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll"


Any ideas on what I am doing wrong with the 5.3.2i package please let me know I'd would appreciate it or if it isn't supposed to yet work do to version incompatability then that would make sense as well.

Thanks in advance to anyone who responds.

Dave

Options: ReplyQuote
Posted by: Thierry
May 18, 2010 03:18PM
modify php.ini in conf file folder.

Options: ReplyQuote
Posted by: YANNA
June 09, 2010 09:01AM
Je n'arrive pas à utiliser le logiciel. en fait il demarre très rarement sur mon poste. La formule portable est elle vraiment téléchargeable. Je l'ai essayé mais ne peut charger

Options: ReplyQuote
Posted by: Pablo Martin
June 14, 2010 06:56PM
I got it to work by changing the last line to use zend_extension instead of zend_extension_ts as follows:

xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension ="C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll"

Options: ReplyQuote
Posted by: Mathias
August 02, 2010 10:16AM
I just tried to install Xdebug on Easyphp/Windows Vista also, it is recognized as a php extension but not a a zend one, so it looks to work partially. The errors are not displayed the same in my code but the problem, I cant use it with netbeans... The connection does not work even with the correct config.

My ini :
zend_extension="E:\EasyPHP\php\ext\php_xdebug-2.1.0-5.3-vc6.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

Options: ReplyQuote
Posted by: Mathias
August 04, 2010 09:50AM
I auto answer myself cause I found the solution. :)
PHP (in console mode) does not use the ini file that is in the apache folder, you just need to duplicate this one and put it in the php folder et and it will work perfectly. :)

Options: ReplyQuote
Posted by: guehida
August 07, 2010 12:30PM
I LOKING FOR LOGICIEL LIKE THAT

Options: ReplyQuote
Posted by: haabil
August 12, 2010 12:39PM
c bon

Options: ReplyQuote


Go to: Message ListSearchLog In
Your Name: 
Your Email: 
Subject: 
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.