Remove parse_ini_file() depends

Hello, some reason show on internet that’s it good idea of disable the php fonction parse_ini_file(). But piwik need it:
parse_ini_file() has been disabled for security reasons
in ‘/mnt/site/first-world.info/stat/libs/Zend/Config/Ini.php’ at the line 102

#0 Piwik_ErrorHandler(2, parse_ini_file() has been disabled for security reasons, /mnt/site/first-world.info/stat/libs/Zend/Config/Ini.php, 102, Array ([filename] => /mnt/site/first-world.info/stat/config/global.ini.php,[section] => ,[config] => 1,[allowModifications] => 1)) called at [(null):0]
#1 parse_ini_file(/mnt/site/first-world.info/stat/config/global.ini.php, 1) called at [/mnt/site/first-world.info/stat/libs/Zend/Config/Ini.php:102]
#2 Zend_Config_Ini->__construct(/mnt/site/first-world.info/stat/config/global.ini.php, , 1) called at [/mnt/site/first-world.info/stat/core/Config.php:106]
#3 Piwik_Config->init() called at [/mnt/site/first-world.info/stat/core/Piwik.php:1289]
#4 Piwik::createConfigObject() called at [/mnt/site/first-world.info/stat/core/FrontController.php:192]
#5 Piwik_FrontController->init() called at [/mnt/site/first-world.info/stat/index.php:57]
Can you remake without this depands? Or have real advantage to use parse_ini_file()?
Thanks.