summaryrefslogtreecommitdiff
path: root/include/global.h
AgeCommit message (Collapse)Author
2014-04-01much simpler implementation of hash member, i do not understand why i first ↵Emiel Bruijntjes
used this complicated zval wrapping implementation, fixes problems reported in issue #56
2013-12-06Global variables are now accessible via Php::globals["varname"]Emiel Bruijntjes
2013-09-12It now is possible to access global variables, using environment[varname], ↵Emiel Bruijntjes
and to set global variable using environment[varname] = "value"