用的WAMP直接搭的Windows 8 + Apache 2.4.4 + MySQL 5.6.12 + PHP 5.4 開發環境(不得不說很方便、省時間),IDE用的Komodo IDE 8.5.1。 php
安好WAMP整個開發環境就差很少了,由於要使用xdebug 調試PHP(相似C/S模式),因此要對Komodo 進行一些配置,整個過程以下: shell
xdebug.remote_enable = on xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "E:/wamp/tmp" xdebug.remote_port=9000 xdebug.idekey="komodo" xdebug.remote_handler=dbgp