Ubuntu 12.10 fresh install here.
So I just installed php with sudo apt-get install php5 + a few other packages like php5-curl. I executed php -v and noticed something pretty bizarre:
PHP 5.4.6-1ubuntu1.1 (cli) (built: Nov 15 2012 01:18:34)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
Notice the Xdebug extension installed? I did not install it through apt (php5-xdebug package), neither through pecl and neither from source!
Question. On Ubuntu, does PHP already comes with xdebug now?