From e14d8c6f985aeaeb247387b51d6ec027655efb99 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 13 Jan 2015 22:47:44 +0100 Subject: in response to issue #156: the super-global arrays Php::POST, Php::SERVER, etcetera can now be iterated over, and they can be assigned to a regular Php::Value variable --- phpcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 52c836c..48db1c7 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -44,8 +44,8 @@ #include #include #include -#include #include +#include #include #include #include -- cgit v1.2.3