summaryrefslogtreecommitdiff
path: root/zend/symbol.h
AgeCommit message (Collapse)Author
2015-03-06Added missing static cast of void* to DL_HANDLERoland Eischer
2015-02-23changes to make windows users happy: dlsym() call has been replaced with ↵Emiel Bruijntjes
DL_FETCH_SYMBOL(), and default move constructor has been removed (it wasnt used)
2015-02-21initial implementation of the Php::dl() functionEmiel Bruijntjes