summaryrefslogtreecommitdiff
path: root/src/globals.cpp
AgeCommit message (Collapse)Author
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-08introduced Php::call() call function to make builtin, and user space ↵Emiel Bruijntjes
functions callable from C++ space
2013-12-07Changed tabs in whitespace with newlines, added initial implementation for ↵Emiel Bruijntjes
Value::size() for object variables
2013-12-06Global variables are now accessible via Php::globals["varname"]Emiel Bruijntjes