From 59cfe935248918c1151b300eb19496b76ed579a9 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 4 Mar 2014 09:27:01 +0100 Subject: removed forcedvalue and implemented array and object directly because now it is easier to finetune these classes, removed the Value::validate() method because it does not seem to be necessary, Object constructor now also accepts Php::Value objects that hold a string, to instantiate the described class --- phpcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index e7f4c7a..91abe0c 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3