|
123 | 123 | 'mbstring.internal_encoding' => true, |
124 | 124 | 'oci8.old_oci_close_semantics' => true, |
125 | 125 | ], |
| 126 | + |
| 127 | + '8.4' => [ |
| 128 | + 'auto_detect_line_endings' => true, |
| 129 | + 'filter.default' => true, |
| 130 | + 'iconv.input_encoding' => true, |
| 131 | + 'iconv.output_encoding' => true, |
| 132 | + 'iconv.internal_encoding' => true, |
| 133 | + 'mbstring.http_input' => true, |
| 134 | + 'mbstring.http_output' => true, |
| 135 | + 'mbstring.internal_encoding' => true, |
| 136 | + 'oci8.old_oci_close_semantics' => true, |
| 137 | + ], |
| 138 | + |
| 139 | + '8.5' => [ |
| 140 | + 'auto_detect_line_endings' => true, |
| 141 | + 'filter.default' => true, |
| 142 | + 'iconv.input_encoding' => true, |
| 143 | + 'iconv.output_encoding' => true, |
| 144 | + 'iconv.internal_encoding' => true, |
| 145 | + 'mbstring.http_input' => true, |
| 146 | + 'mbstring.http_output' => true, |
| 147 | + 'mbstring.internal_encoding' => true, |
| 148 | + 'oci8.old_oci_close_semantics' => true, |
| 149 | + ], |
126 | 150 | ]; |
127 | 151 |
|
128 | 152 | /** |
|
0 commit comments