parse_ini_file returns empty array if config.ini is saved as UTF-8
[2008-09-04 10:13 UTC] ckl at ecw dot de
Description: ------------ parse_ini_file returns an empty array while trying to parse any ini-file which is saved as UTF-8. ISO-8859-1 saved ini-files works as expected. Reproduce code: --------------- ; Saved as UTF-8 [production] application.base_url = application.data_url = "data" database.type = pdo_mysql database.host = 192.168.0.78 database.username = root database.password = database.name = blog Expected result: ---------------- Get an array.. Actual result: -------------- array()
[2008-09-04 14:29 UTC] tularis@php.net
[2008-09-05 06:49 UTC] ckl at ecw dot de
[2008-09-12 01:00 UTC] php-bugs at lists dot php dot net
[2008-12-23 15:20 UTC] dirk dot thomas at 4wdmedia dot de
[2008-12-23 15:39 UTC] pajoye@php.net
[2008-12-24 13:50 UTC] scottmac@php.net