せっかくなのでxdebugの設定も

php.iniの追記

[XDebug]
zend_extension_ts="c:\app\php\php_xdebug-2.1.0-5.2-vc6.dll"
xdebug.remote_enable=true
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\app\tmp"
xdebug.remote_mode=req
xdebug.remote_log="C:\app\Apache2.2\logs\xdebug.log"
xdebug.manual_url = http://jp2.php.net
xdebug.collect_params = On
xdebug.dump.GET = *
xdebug.dump.POST = *
xdebug.auto_trace =1