summaryrefslogtreecommitdiff
path: root/documentation/variables.html
AgeCommit message (Collapse)Author
2014-07-08in the documentation and source code comments, the old method name ↵Emiel Bruijntjes
Value::resize() was used, while the actual name is reserve(), solves issue #102
2014-04-06added documentation of the implementation() methodEmiel Bruijntjes
2014-04-04fixed typos in documentation, added ini_get() function to call.hEmiel Bruijntjes
2014-03-23errors have a limited buffer, and discard any overflow data, replaced ↵Emiel Bruijntjes
std::cout calls with Php::out calls in the documentation
2014-03-21documentation updateEmiel Bruijntjes
2014-03-21update documentation about iteratingEmiel Bruijntjes
2014-03-16updated documentation about iteratingEmiel Bruijntjes
2014-03-15update documentation about direct buffer accessEmiel Bruijntjes
2014-03-14update documentation, added super.h and super.cpp files that I forgot in ↵Emiel Bruijntjes
previous commit
2014-03-13added id to all h2 tags to make it possible to link to specific sections, ↵Emiel Bruijntjes
update documentation about serializable, fixed compile error for serialize implementation
2014-03-12renamed extension-lifetime document to extension-callbacksEmiel Bruijntjes
2014-03-08added information about Php::GLOBALS to the documentation, added article ↵Emiel Bruijntjes
about the lifetime of an extension
2014-03-08fixed small typos in documentation, and added article about calling functionsEmiel Bruijntjes
2014-03-08implemented the Countable spl without using the actual splEmiel Bruijntjes
2014-03-06update documentationEmiel Bruijntjes
2014-03-06update documentationEmiel Bruijntjes
2014-03-06update documentationEmiel Bruijntjes
2014-03-06update documentationEmiel Bruijntjes
2014-03-06changes to documentationEmiel Bruijntjes
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