summaryrefslogtreecommitdiff
path: root/include/super.h
AgeCommit message (Collapse)Author
2015-04-13added PHPCPP_EXPORT, this may fix visibility issue #186Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
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