summaryrefslogtreecommitdiff
path: root/zend/constantimpl.h
AgeCommit message (Collapse)Author
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-02-05always cast constants to 64bitEmiel Bruijntjes
2015-02-05for 32bit systems there was a compile issue, hopefully this commit solves ↵Emiel Bruijntjes
that (issue 167)
2015-01-25fixed include order, and fixed added Php::Constant to Php::Class objectsEmiel Bruijntjes
2015-01-25Php::Constant objects can now also be added to a Php::Class to create class ↵Emiel Bruijntjes
constants
2015-01-19fixed weird name_len (for constants it apparently includes the null byte)Emiel Bruijntjes
2015-01-19the Constant class no longer wraps around a Php::Value, but uses the ↵Emiel Bruijntjes
zend_constant struct directly
2015-01-18when constants are added to a namespace, they now have the correct name with ↵Emiel Bruijntjes
a namespace prefix
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes