Skip to content

Commit f00f276

Browse files
Ayeshboite
authored andcommitted
chore(php8): remove PHP ini values dropped in PHP 7.0 #0000
1 parent 6429486 commit f00f276

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

php.ini-production

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
engine = On
88
short_open_tag = Off
9-
asp_tags = Off
109
precision = 14
1110
output_buffering = 4096
1211

@@ -62,7 +61,6 @@ auto_prepend_file =
6261
auto_append_file =
6362

6463
default_mimetype = "text/html"
65-
always_populate_raw_post_data = -1
6664

6765
;;;;;;;;;;;;;;;;;;;;;;;;;
6866
; Paths and Directories ;
@@ -127,20 +125,6 @@ odbc.max_links = -1
127125
odbc.defaultlrl = 4096
128126
odbc.defaultbinmode = 1
129127

130-
[MySQL]
131-
mysql.allow_local_infile = On
132-
mysql.allow_persistent = On
133-
mysql.cache_size = 2000
134-
mysql.max_persistent = -1
135-
mysql.max_links = -1
136-
mysql.default_port =
137-
mysql.default_socket =
138-
mysql.default_host =
139-
mysql.default_user =
140-
mysql.default_password =
141-
mysql.connect_timeout = 60
142-
mysql.trace_mode = Off
143-
144128
[MySQLi]
145129
mysqli.max_persistent = -1
146130
mysqli.allow_persistent = On

0 commit comments

Comments
 (0)