<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>EasyPhp 5.3.2i and XDebug</title>
        <description> 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=&amp;quot;localhost&amp;quot;
xdebug.remote_port=9000
xdebug.remote_handler=&amp;quot;dbgp&amp;quot;
zend_extension_ts=&amp;quot;C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll&amp;quot;

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=&amp;quot;localhost&amp;quot;
xdebug.remote_port=9000
xdebug.remote_handler=&amp;quot;dbgp&amp;quot;
zend_extension_ts=&amp;quot;C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll&amp;quot;


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</description>
        <link>http://www.easyphp.org/forums/18/146905/146905/_subject_#msg-146905</link>
        <lastBuildDate>Sat, 11 Feb 2012 02:58:50 +0100</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/147211/_subject_#msg-147211</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/147211/_subject_#msg-147211</link>
            <description><![CDATA[ c bon]]></description>
            <dc:creator>haabil</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Thu, 12 Aug 2010 12:39:26 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/147199/_subject_#msg-147199</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/147199/_subject_#msg-147199</link>
            <description><![CDATA[ I LOKING FOR LOGICIEL LIKE THAT]]></description>
            <dc:creator>guehida</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Sat, 07 Aug 2010 12:30:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/147174/_subject_#msg-147174</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/147174/_subject_#msg-147174</link>
            <description><![CDATA[ I auto answer myself cause I found the solution. :)<br />
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. :)]]></description>
            <dc:creator>Mathias</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Wed, 04 Aug 2010 09:50:29 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/147161/_subject_#msg-147161</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/147161/_subject_#msg-147161</link>
            <description><![CDATA[ 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.<br />
<br />
My ini : <br />
zend_extension=&quot;E:\EasyPHP\php\ext\php_xdebug-2.1.0-5.3-vc6.dll&quot;<br />
xdebug.remote_enable=true<br />
xdebug.remote_host=localhost<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=dbgp]]></description>
            <dc:creator>Mathias</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Mon, 02 Aug 2010 10:16:07 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/146999/_subject_#msg-146999</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/146999/_subject_#msg-146999</link>
            <description><![CDATA[ I got it to work by changing the last line to use zend_extension instead of zend_extension_ts as follows:<br />
<br />
xdebug.remote_enable=1<br />
xdebug.remote_host=&quot;localhost&quot;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=&quot;dbgp&quot;<br />
zend_extension =&quot;C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll&quot;]]></description>
            <dc:creator>Pablo Martin</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Mon, 14 Jun 2010 18:56:52 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/146984/_subject_#msg-146984</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/146984/_subject_#msg-146984</link>
            <description><![CDATA[ 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]]></description>
            <dc:creator>YANNA</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Wed, 09 Jun 2010 09:01:33 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/146923/_subject_#msg-146923</guid>
            <title>Re: EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/146923/_subject_#msg-146923</link>
            <description><![CDATA[ modify php.ini in conf file folder.]]></description>
            <dc:creator>Thierry</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Tue, 18 May 2010 15:18:11 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/18/146905/146905/_subject_#msg-146905</guid>
            <title>EasyPhp 5.3.2i and XDebug</title>
            <link>http://www.easyphp.org/forums/18/146905/146905/_subject_#msg-146905</link>
            <description><![CDATA[ Hi newby here getting started with EasyPhp and Exclise (Galileo).<br />
<br />
OS: WinXP Pro (up to date with all the daily patches :) )<br />
<br />
Downloaded and installed EasyPhp 5.3.2i, modified the php.ini file to contain the following lines at the bottom of the ini file.<br />
<br />
xdebug.remote_enable=1<br />
xdebug.remote_host=&quot;localhost&quot;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=&quot;dbgp&quot;<br />
zend_extension_ts=&quot;C:\Program Files\EasyPHP-5.3.2i\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll&quot;<br />
<br />
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].<br />
<br />
<br />
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.<br />
<br />
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).<br />
<br />
<br />
xdebug.remote_enable=1<br />
xdebug.remote_host=&quot;localhost&quot;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=&quot;dbgp&quot;<br />
zend_extension_ts=&quot;C:\Program Files\EasyPHP-5.2.10\php\ext\php_xdebug-2.1.0RC1-5.2-vc6.dll&quot;<br />
<br />
<br />
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.<br />
<br />
Thanks in advance to anyone who responds.<br />
<br />
Dave]]></description>
            <dc:creator>dave</dc:creator>
            <category>EasyPHP 5.3.2</category>
            <pubDate>Fri, 14 May 2010 06:57:57 +0200</pubDate>
        </item>
    </channel>
</rss>

