From 8f24af4c28e74ef1769aef6ab00c480e09be7453 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 2 Mar 2014 23:28:10 +0100 Subject: work in progress to support implementing SPL interfaces, disabled the _self variable in Php::Base because by having each object keeping a reference to itself, the refcounter never reached zero and the object was thus never destructed, checking if we can get a new implementation one way or another --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index b7680ca..d913cc6 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3