#
39131219 |
| 11-Jun-2021 |
Nikita Popov |
Migrate more SKIPIF -> EXTENSIONS (#7139) This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
|
#
b1177127 |
| 13-Feb-2021 |
Max Semenik |
Remove stray mentions of mbstring.func_overload This feature has been completely removed. Closes GH-6688.
|
#
52047add |
| 05-Aug-2020 |
Nikita Popov |
Only force log startup errors if display_startup_errors disabled Otherwise this results in duplicate errors. Closes GH-5941.
|
#
481b7421 |
| 07-May-2020 |
Nikita Popov |
Throw warning if invalid internal_encoding ini is specified
|
#
fa3b8c75 |
| 01-Apr-2020 |
George Peter Banyard |
Promote unknown encoding throws in encoding array/string list For the string list we emit still emit a warning by comparing arg_num to 0 Closes GH-5337
|