From 2fd4198b78358cf2ba527296fafb5b1728e28ea8 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 24 Mar 2014 13:43:47 +0100 Subject: added tsrm parameter to all methods to make it compile on tsrm platforms --- include/exception.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/exception.h') diff --git a/include/exception.h b/include/exception.h index 8475925..7722424 100644 --- a/include/exception.h +++ b/include/exception.h @@ -58,12 +58,15 @@ public: /** * Process the exception * - * This method is called only from withing the PHP-CPP library, + * This method is called only from within the PHP-CPP library, * and will turn the exception into a PHP exception * + * @param tsrm_ls + * * @internal */ - virtual void process(); +// virtual void process(); + virtual void process(void ***tsrm_ls); }; /** -- cgit v1.2.3