summaryrefslogtreecommitdiff
path: root/include/super.h
AgeCommit message (Collapse)Author
2015-03-06Fixed ambiguous call (MSVC compiler)Roland Eischer
- Re-factored operator[] access to the get() function.
2015-01-13in response to issue #156: the super-global arrays Php::POST, Php::SERVER, ↵Emiel Bruijntjes
etcetera can now be iterated over, and they can be assigned to a regular Php::Value variable
2014-04-03{auto} fixed super-globals when running as apache module, and when using ↵Emiel Bruijntjes
just-in-time setting for the super-globals (fixes issue #63)
2014-03-14update documentation, added super.h and super.cpp files that I forgot in ↵Emiel Bruijntjes
previous commit