summaryrefslogtreecommitdiff
path: root/zend/ini.cpp
AgeCommit message (Collapse)Author
2014-04-14Separated class IniValue from class Inivalmat
Also replaced Ini::get() on ini_get() see https://github.com/CopernicaMarketingSoftware/PHP-CPP/issues/64#issuecomment-40313791
2014-04-13Fix linker errorvalmat
2014-04-13Class IniValue designed for extracting values from ini entriesvalmat
2014-04-10refactored ini settingsEmiel Bruijntjes
2014-04-10Fixed problem with duplicate names ini entries.valmat
Mentioned https://github.com/CopernicaMarketingSoftware/PHP-CPP/issues/64#issuecomment-39838004 Now in the case of duplication name of ini entriy the new value overrides the old one. Before was incorrect handling of this situation.
2014-04-09Made compatible. Now works in the new structure of the library.valmat