Es gibt hauptsächlich zwei Orte:
1. httpd.conf
LoadModule php5_module "D:/app/php/php5apache2_4.dll"
AddHandler application/x-httpd- php .php
PHPIniDir "D:/app/php"
AddType application/x-httpd-php .php
2. php.ini
Modul laden
extension_dir = "D:/app/php/ext"
Debug:
[Xdebug]
zend_extension="D:/app/php/ext/php_xdebug-2.3 .2-5.6-vc11-x86_64.dll"
xdebug.auto_trace = Ein
xdebug.show_Exception_trace = Ein
xdebug.remote_autostart = Ein
xdebug.remote_enable = Ein
xdebug.collect_vars = Ein
xdebug.collect_return = Ein
xdebug.collect_params = Ein