summaryrefslogtreecommitdiff
path: root/zend/hiddenpointer.h
AgeCommit message (Collapse)Author
2015-04-11function names are now turned into lowercase name when registering them with ↵Emiel Bruijntjes
zend, this is necessary because all functions are lowercase, and function-table lookups were failing, and more importantly: the removal of functions was failing when a module was unloaded
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway