From 48304c14714ef19dd646e2897f7526d55be551da Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 27 Jan 2026 03:29:44 +0700 Subject: [PATCH] chore(php8): remove PHP ini values dropped in PHP 7.0 #0000 --- php.ini-production | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/php.ini-production b/php.ini-production index e2d7c22..3d5d22f 100644 --- a/php.ini-production +++ b/php.ini-production @@ -6,7 +6,6 @@ engine = On short_open_tag = Off -asp_tags = Off precision = 14 output_buffering = 4096 @@ -62,7 +61,6 @@ auto_prepend_file = auto_append_file = default_mimetype = "text/html" -always_populate_raw_post_data = -1 ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; @@ -127,20 +125,6 @@ odbc.max_links = -1 odbc.defaultlrl = 4096 odbc.defaultbinmode = 1 -[MySQL] -mysql.allow_local_infile = On -mysql.allow_persistent = On -mysql.cache_size = 2000 -mysql.max_persistent = -1 -mysql.max_links = -1 -mysql.default_port = -mysql.default_socket = -mysql.default_host = -mysql.default_user = -mysql.default_password = -mysql.connect_timeout = 60 -mysql.trace_mode = Off - [MySQLi] mysqli.max_persistent = -1 mysqli.allow_persistent = On