summaryrefslogtreecommitdiff
path: root/zend/constantimpl.h
AgeCommit message (Expand)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 tha...Emiel Bruijntjes
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 c...Emiel Bruijntjes
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 zend_con...Emiel Bruijntjes
2015-01-18when constants are added to a namespace, they now have the correct name with ...Emiel Bruijntjes
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes