summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-13 22:47:44 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-13 22:47:44 +0100
commite14d8c6f985aeaeb247387b51d6ec027655efb99 (patch)
treeaf2baf1e73668fe994bb6254a35b507b664f2fc0 /phpcpp.h
parent75944e3e755053bc2ebe9a2a8c55575941f79a56 (diff)
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
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 52c836c..48db1c7 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -44,8 +44,8 @@
#include <phpcpp/byval.h>
#include <phpcpp/byref.h>
#include <phpcpp/global.h>
-#include <phpcpp/super.h>
#include <phpcpp/hashmember.h>
+#include <phpcpp/super.h>
#include <phpcpp/parameters.h>
#include <phpcpp/modifiers.h>
#include <phpcpp/base.h>