PHP 設定。"C:\xampp\php\php.ini"
編集。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
error_reporting=E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_STRICT ... [mail funciton] ... sendmail_path = "C:\xampp\sendmail\sendmail.exe -t" ... [XDebug] zend_extension = "C:\xampp\php\ext\php_xdebug.dll" xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "C:\xampp\tmp" xdebug.force_display_errors = 1 xdebug.force_error_reporting = 1 xdebug.overload_var_dump = 1 xdebug.show_local_vars = 1 |