summaryrefslogtreecommitdiff
path: root/include/globals.h
AgeCommit message (Expand)Author
2015-04-13Php::GLOBALS was not exported (fixes issue #186)Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2014-03-14introduced super globals Php::POST, Php::GET, et cetera, fixed setting array ...Emiel Bruijntjes
2014-03-08introduced Php::call() call function to make builtin, and user space function...Emiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes
2013-12-06Global variables are now accessible via Php::globals["varname"]Emiel Bruijntjes
2013-09-11The environment object that is passed to functions now always is the same env...Emiel Bruijntjes