summaryrefslogtreecommitdiff
path: root/include/serializable.h
AgeCommit message (Collapse)Author
2015-08-05Small fix in docblockToon Schoenmakers
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
2014-03-13finalized implementation of serialize/unserialize methodsEmiel Bruijntjes
2014-03-13introduced serializable interface, and first setup for callback methodsEmiel Bruijntjes