===========================================================================
$NetBSD$

To use Xdebug with PHP,
Be sure to have the following line in ${PREFIX}/etc/php.ini.

zend_extension="${PREFIX}/${PHP_EXTENSION_DIR}/xdebug.so"
===========================================================================
