Hi Derick !
strace piped to grep gives no output:
# strace -eopen php -v 2>&1 | grep xdebug
(no output)
# strace -eopen php -v 2>&1
strace: open("/proc/...", ...): No such file or directory
trouble opening proc file
However, you were right that xdebug was indeed being loaded twice - I
had the zend_extension line twice in php.ini
My mistake :(
Sorry.
But thanks for your help anyway !
Henrik
Derick Rethans skrev:
> On Fri, 23 Apr 2010, Henrik Skov wrote:
>
>
>> /tmp/xdebug # php -v
>> Xdebug requires Zend Engine API version 220060519.
>> The Zend Engine API version 220090626 which is installed, is newer.
>> Contact Derick Rethans at http://xdebug.org for a later version of Xdebug.
>>
>> PHP 5.3.2 (cli) (built: Apr 15 2010 20:48:12)
>> Copyright (c) 1997-2010 The PHP Group
>> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
>> with Xdebug v2.1.0rc2-dev, Copyright (c) 2002-2010, by Derick Rethans
>> with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
>>
>>
>> Am I doing anything wrong ?
>>
>
> I think you're trying to load Xdebug twice. Once the correct version,
> and once the incorrect version. Could you run the following to find out
> whether that happens? :
>
> $ strace -eopen php -v 2>&1 | grep xdebug
>
> cheers,
> Derick
>
>
-- Best regards / Med venlig hilsen Performance Online I/S Kundeservice *Henrik Skov* Telefon (+45) 3214 3511Received on Fri Apr 23 2010 - 19:41:16 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST