summaryrefslogtreecommitdiff
path: root/include/array.h
AgeCommit message (Expand)Author
2016-05-20Fixed segfault during Value::~ValueMartijn Otto
2015-08-31Remove noexcept specification from a function that can throw. Fixes #219Martijn Otto
2015-08-28Remove NOEXCEPT specification for the Array constructor since it can throw. C...Martijn Otto
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-02-02It was reported (see http://www.php-cpp.com/documentation#comment-1830049280)...Emiel Bruijntjes
2015-01-26Added macro wrapper for noexceptRoland Eischer
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-04-08correct typo in error messageHector Jusforgues
2014-03-14introduced super globals Php::POST, Php::GET, et cetera, fixed setting array ...Emiel Bruijntjes
2014-03-08various fixes to make the function call example compilableEmiel Bruijntjes
2014-03-07added constructor to Php::Array class to accept std::vector and std::mapEmiel Bruijntjes
2014-03-04removed forcedvalue and implemented array and object directly because now it ...Emiel Bruijntjes
2014-03-02types are not a C++11 class, introduced FixedValue class that can not change ...Emiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes