summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 11:41:00 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 11:41:00 +0100
commit5b93d44d2a05b3648ec13ae1f076e224d63287d5 (patch)
tree87e9566f8bf6e02105690750df618a1194eee9b0 /phpcpp.h
parent8b94e46c8f044a21c18435525da84bee28594d1a (diff)
introduced Php::call() call function to make builtin, and user space functions callable from C++ space
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 74e65fd..207d329 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -50,6 +50,7 @@
#include <phpcpp/interface.h>
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
+#include <phpcpp/call.h>
/**
* Macro to export a function