Edit PHP.INI File for XDebug

PHP 5.5.3


edit  php.ini  in etc as follows:


zend_extension = /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so

xdebug.remote_enable=on
xdebug.remote_log="/var/log/xdebug.log"
xdebug.remote_host=localhost
xdebug.remote_handler=dbgp

xdebug.remote_port=9000


参考:http://wiki.netbeans.org/HowToConfigureXDebug#How_to_on_MAC_OS_X_Snow_Leopard

参考:http://docs.joomla.org/Edit_PHP.INI_File_for_XDebug

你可能感兴趣的:(Edit PHP.INI File for XDebug)