; ────────────────────────────────────────────────────────────────────────────── ; KOIPB MAT — PHP Runtime Configuration ; Letakkan dalam /usr/local/etc/php/conf.d/99-koipb.ini ; ────────────────────────────────────────────────────────────────────────────── ; Timezone Malaysia date.timezone = Asia/Kuala_Lumpur ; ── Muat naik (import CSV/XLSX anggota & hadiah) ────────────────────────────── upload_max_filesize = 20M post_max_size = 25M max_file_uploads = 10 ; ── Pelaksanaan ─────────────────────────────────────────────────────────────── max_execution_time = 120 max_input_time = 120 ; ── Memori (eksport PDF/XLSX) ───────────────────────────────────────────────── memory_limit = 512M ; ── Session ─────────────────────────────────────────────────────────────────── session.cookie_httponly = 1 session.cookie_samesite = Lax session.gc_maxlifetime = 7200 ; ── OPcache ─────────────────────────────────────────────────────────────────── opcache.enable = 1 opcache.memory_consumption = 192 opcache.interned_strings_buffer = 16 opcache.max_accelerated_files = 10000 ; validate_timestamps: 1 untuk dev (auto-reload), override 0 untuk prod opcache.validate_timestamps = 1 opcache.revalidate_freq = 2 opcache.fast_shutdown = 1 ; ── Ralat (default selamat — override per environment) ──────────────────────── display_errors = Off display_startup_errors = Off log_errors = On error_log = /var/log/php_errors.log output_buffering = 4096 sys_temp_dir = /tmp upload_tmp_dir = /tmp