summaryrefslogtreecommitdiff
path: root/include/byval.h
AgeCommit message (Collapse)Author
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-01-26Added macro wrapper for noexceptRoland Eischer
- Added macro wrapper for noexcept to support MSVC compiler.
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
See: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html
2014-09-25Made Type::Null the default type on ByVal and ByRef as this will allow any ↵Toon Schoenmakers
type (aka no type hinting)
2014-03-05ByVal and ByRef variable now have nullable set to false by default (which is ↵Emiel Bruijntjes
also the default in PHP), updates to documentation
2013-09-10When registering functions, it now is also possible to specify the signature ↵Emiel Bruijntjes
of the parameters