[PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. error_reporting = E_ALL; log_errors = On; display_errors = On; error_log = /dev/stderr; ;xdebug configuration xdebug.remote_enable = 1 xdebug.remote_port = 9099 xdebug.remote_autostart = 1 xdebug.remote_connect_back = 0 xdebug.remote_host = 192.168.0.44