|
122 | 122 | 'mbstring.internal_encoding' => true, |
123 | 123 | 'oci8.old_oci_close_semantics' => true, |
124 | 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 | + 'auto_detect_line_endings' => true, |
| 140 | + 'filter.default' => true, |
| 141 | + 'iconv.input_encoding' => true, |
| 142 | + 'iconv.output_encoding' => true, |
| 143 | + 'iconv.internal_encoding' => true, |
| 144 | + 'mbstring.http_input' => true, |
| 145 | + 'mbstring.http_output' => true, |
| 146 | + 'mbstring.internal_encoding' => true, |
| 147 | + 'oci8.old_oci_close_semantics' => true, |
| 148 | + ], |
125 | 149 | ]; |
126 | 150 |
|
127 | 151 | /** |
|
0 commit comments