summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 09:27:01 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 09:27:01 +0100
commit59cfe935248918c1151b300eb19496b76ed579a9 (patch)
treee4f00380d599fe3f7cc9399edead14ca1b74a6f9 /phpcpp.h
parentecc297108d2851af885c1fb28434769f9478649d (diff)
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
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index e7f4c7a..91abe0c 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -27,7 +27,7 @@
#include <phpcpp/exception.h>
#include <phpcpp/type.h>
#include <phpcpp/value.h>
-#include <phpcpp/forcedvalue.h>
+#include <phpcpp/array.h>
#include <phpcpp/object.h>
#include <phpcpp/hiddenpointer.h>
#include <phpcpp/globals.h>