summaryrefslogtreecommitdiff
path: root/zend/script.cpp
AgeCommit message (Expand)Author
2015-01-26Added macro wrapper for noexceptRoland Eischer
2015-01-21This should have noexcept in the .cpp file as wellToon Schoenmakers
2015-01-12fixed compiling in ZTS environments (reported in issue #57)Emiel Bruijntjes
2015-01-11refactored script class to have a seperate opcodes class, added file class th...Emiel Bruijntjes
2015-01-10exception support for the Script classEmiel Bruijntjes
2015-01-10added Script class to simplify parsing and executing php scripts (the Php::ev...Emiel Bruijntjes