[nycphp-talk] xdebug & apache 2
John Lacey
jlacey at att.net
Wed Jul 21 17:20:59 EDT 2004
David Sklar wrote:
> In addition to adding the XDEBUG_SESSION_START var to the URL that you
> mentioned in your other message, you need to tell xdebug to connect to
> debugclient on a different port.
>
> Xdebug 2 defaults to port 9000, but the binary debugclient 0.7.0
> defaults to port 17869. So add this to your php.ini:
>
> xdebug.remote_port=17869
added the above parm and restarted apache...still won't connect when
invoking my URL
>
> The xdebug stuff doesn't have to be in the "[Zend]" section of
> php.ini, BTW.
do you have a particular preference for it's "location"?
>
> Do you see xdebug listed in phpinfo() output? (whether or not remote
> debugging is working)
>
No... and I see the Optimizer both in the table section next to the
"powered by Zend Engine2", etc. and also further down alphabetically...
but, I DON'T see xdebug and the path to the xdebug.dll seems ok
More information about the talk
mailing list