0
這件事讓我瘋狂。我使用WAMP Xdebug的,我不能讓它自動生成配置文件的文件... 這裏是我的php.ini代碼:php xdebug wamp自動創建配置文件
zend_extension = "c:/wamp/bin/php/php5.3.10/zend_ext/php_xdebug-2.1.2-5.3-vc9-x86_64.dll"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\wamp\tmp\xdebug"
xdebug.auto_trace=1
xdebug.trace_output_dir="C:\wamp\tmp\xdebug"
xdebug.collect_params=1
xdebug.collect_return=1
我已經試過幾乎所有的.ini配置,你可以想像,雖然。