主に2か所:
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
ロードモジュール
extension_dir = "D:/app/php/ext"
デバッグ:
[Xdebug]
zend_extension=" D: /app/php/ext/php_xdebug-2.3.2-5.6-vc11-x86_64.dll"
xdebug.auto_trace = オン
xdebug.show_Exception_trace = オン
xdebug.remote_autostart = オン
xdebug.remote_enable = オン
xdebug.collect_vars =オン
xdebug.collect_return = オン
xdebug.collect_params = オン