We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24fb46 + 072060d commit 084afe3Copy full SHA for 084afe3
src/Util/GlobalState.php
@@ -122,6 +122,30 @@ final class GlobalState
122
'mbstring.internal_encoding' => true,
123
'oci8.old_oci_close_semantics' => true,
124
],
125
+
126
+ '8.4' => [
127
+ 'auto_detect_line_endings' => true,
128
+ 'filter.default' => true,
129
+ 'iconv.input_encoding' => true,
130
+ 'iconv.output_encoding' => true,
131
+ 'iconv.internal_encoding' => true,
132
+ 'mbstring.http_input' => true,
133
+ 'mbstring.http_output' => true,
134
+ 'mbstring.internal_encoding' => true,
135
+ 'oci8.old_oci_close_semantics' => true,
136
+ ],
137
138
+ '8.5' => [
139
140
141
142
143
144
145
146
147
148
149
];
150
151
/**
0 commit comments