I have installed PHP on Fedora and when I ran a command line php -v, I saw XDebug is installed with it.
PHP 5.3.8 (cli) (built: Sep 28 2011 15:50:24) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies with Xdebug v2.1.2, Copyright (c) 2002-2011, by Derick Rethans
But, when I run a test file with phpinfo(), I did not see XDebug which is loaded with.
So I think that: phpcli loads XDebug extension and normal php (runs by Apache) doesn't?
And how can I configure to make PHP is run by Apache will load XDebug too?