[xdebug-general] Re: Installation problem with Xdebug 2..0.0RC4

From: Daniel Brown <parasane[@]gmail.com>
Date: Tue, 19 Jun 2007 09:48:41 -0400

On 6/19/07, Marcus Bointon <marcus[@]synchromedia.co.uk> wrote:
> On 19 Jun 2007, at 06:38, RUI NI wrote:
>
> > I get path for xdebug.so at /usr/local/php5/lib/php/extensions/no-
> > debug-non-zts-20060613/.
> > However, I also find out that xdebug.so is located at /usr/lib/php/
> > extensions/no-debug-non-zts-20020429/.
>
> I'd guess that you have an old version of phpize lurking in your system?
>
> Marcus
> --
> Marcus Bointon
> Synchromedia Limited: Creators of http://www.smartmessages.net/
> UK resellers of info[@]hand CRM solutions
> marcus@synchromedia.co.uk | http://www.synchromedia.co.uk/
>
>
>
>

    In the snippet you provided, it showed both commented out. You
did have them uncommented (one at a time) and remembered to restart
Apache each time, right?

    Also, Marcus is probably quite correct. These directory names:
        /usr/local/php5/lib/php/extensions/no-debug-non-zts-20060613/
        /usr/lib/php/extensions/no-debug-non-zts-20020429/

    .... indicate two separate PHP/Zend APIs (20060613 and 20020429).
The 2006xxxx API is your PHP5 API, while 20020429 is PHP4 (did you
upgrade from 4.3.0 or 4.3.1?). This then causes problems if phpize
isn't the same API version as the PHP build you're running for your
scripts on the server.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107
Received on Tue Jun 19 2007 - 15:48:45 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST