summaryrefslogtreecommitdiff
path: root/include/inivalue.h
AgeCommit message (Collapse)Author
2015-12-08Don't create a std::string with a nullptrv1.5.3Toon Schoenmakers
2015-09-08fixes #220Emiel Bruijntjes
2015-06-20Refactored IniValue::boolValue to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int32_t to use C++ style cast to clarify intent Rico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int16_t to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Corrected API documentationRico Antonio Felix
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
2015-03-12added methods IniValue::stringValue(), IniValue::numericValue(), etcv1.3.1Emiel Bruijntjes
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