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.
1 parent 95569b4 commit 072060dCopy full SHA for 072060d
src/Util/GlobalState.php
@@ -120,6 +120,30 @@ final class GlobalState
120
'mbstring.internal_encoding' => true,
121
'oci8.old_oci_close_semantics' => true,
122
],
123
+
124
+ '8.4' => [
125
+ 'auto_detect_line_endings' => true,
126
+ 'filter.default' => true,
127
+ 'iconv.input_encoding' => true,
128
+ 'iconv.output_encoding' => true,
129
+ 'iconv.internal_encoding' => true,
130
+ 'mbstring.http_input' => true,
131
+ 'mbstring.http_output' => true,
132
+ 'mbstring.internal_encoding' => true,
133
+ 'oci8.old_oci_close_semantics' => true,
134
+ ],
135
136
+ '8.5' => [
137
138
139
140
141
142
143
144
145
146
147
];
148
149
/**
0 commit comments