summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
commit2fd4198b78358cf2ba527296fafb5b1728e28ea8 (patch)
tree798098f25293908c7fae4e35e8761918460cdb3e /include/base.h
parent930ab4880b65885322eb7ca4772b8cdb49a2b0ae (diff)
added tsrm parameter to all methods to make it compile on tsrm platforms
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 97b153d..c26549f 100644
--- a/include/base.h
+++ b/include/base.h
@@ -246,9 +246,11 @@ private:
/**
* Store the object in the zend object cache
* @param entry
+ * @param tsrm_ls
* @return MixedObject
*/
MixedObject *store(struct _zend_class_entry *entry);
+ MixedObject *store(struct _zend_class_entry *entry, void ***tsrm_ls);
/**
* Retrieve the handle