setting php.ini
This commit is contained in:
@@ -39,6 +39,9 @@ display_startup_errors = Off
|
|||||||
log_errors = On
|
log_errors = On
|
||||||
error_log = /var/log/php_errors.log
|
error_log = /var/log/php_errors.log
|
||||||
|
|
||||||
|
; ── Output buffering (elak "headers already sent" dari PHP notices) ───────────
|
||||||
|
output_buffering = 4096
|
||||||
|
|
||||||
; ── Temporary files ───────────────────────────────────────────────────────────
|
; ── Temporary files ───────────────────────────────────────────────────────────
|
||||||
sys_temp_dir = /tmp
|
sys_temp_dir = /tmp
|
||||||
upload_tmp_dir = /tmp
|
upload_tmp_dir = /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user