summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-23Added API documentation for Constant(const char*, const char*, size_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, const char*)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, double)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, int64_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, int32_t)Rico Antonio Felix
2015-06-23Added API documentation for Constant(const char*, bool)Rico Antonio Felix
2015-06-23Enhanced documentationRico Antonio Felix
2015-06-23Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-06-23Merge pull request #202 from RicoAntonioFelix/masterMartijn Otto
2015-06-23Added extra example script (i thought this was a bug, but in this small setup...Emiel Bruijntjes
2015-06-21Refactored operator%=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator/=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator*=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator-=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Refactored operator+=(X&, Php::Value) to use C++ style cast to clarifyRico Antonio Felix
2015-06-21Corrected API DocumentationRico Antonio Felix
2015-06-20Refactored IniValue::boolValue to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int32_t to use C++ style cast to clarify intent Rico Antonio Felix
2015-06-20Enhanced API DocumentationRico Antonio Felix
2015-06-20Refactored cast to int16_t to use C++ style cast to clarify intentRico Antonio Felix
2015-06-20Corrected API documentationRico Antonio Felix
2015-06-19Fix bug chaining magic methodsMartijn Otto
2015-06-15added extra check for abstract keyword when adding abstract methods for inter...Emiel Bruijntjes
2015-06-10removed hhvm code, it does not work now and wont work for the foreseeable futureEmiel Bruijntjes
2015-06-10added "sudo ldconfig" to Makefile to force that shared library cache is updatedEmiel Bruijntjes
2015-06-10Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPPMartijn Otto
2015-06-10Fix segfault when casting an object using the default handlersMartijn Otto
2015-06-10Add "ldconfig" to the installation instructionsEmiel Bruijntjes
2015-06-05rolled back change, the abstract flag should always be added if implementatio...Emiel Bruijntjes
2015-06-04Allow interfaces define static methodsDreamsxin
2015-05-31fix documentation stuff that was reported in pull requested #194Emiel Bruijntjes
2015-05-19Add soname and release build traget, default make target is debugv1.4RafalGoslawski
2015-05-18We are now ABI compatible with the latest release againToon Schoenmakers
2015-05-18The Value::contains(int) method now also works with ArrayAccessToon Schoenmakers
2015-05-18The Value::get(int) method now works on objects that implemented ArrayAccess ...Toon Schoenmakers
2015-05-07rawValue no longer tries to return a valid pointer when the Value object does...Martijn Otto
2015-04-28Update README.mdRichard Hordijk
2015-04-24Update README.mdRichard Hordijk
2015-04-13Php::GLOBALS was not exported (fixes issue #186)Emiel Bruijntjes
2015-04-13Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-04-13added PHPCPP_EXPORT, this may fix visibility issue #186Emiel Bruijntjes
2015-04-13fix casting errorEmiel Bruijntjes
2015-04-13Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-04-12stop calling zend_next_free_module() -- some users complain that this functio...Emiel Bruijntjes
2015-04-12stop calling zend_next_free_module() -- some users complain that this functio...Emiel Bruijntjes
2015-04-12Complete magic! The compiler somehow optimizes the ExecuteClass out when call...Emiel Bruijntjes
2015-04-12update docs about dynamic loadingEmiel Bruijntjes
2015-04-12Update documentation about persistent loadingEmiel Bruijntjes
2015-04-12Php::dl() function now gets an extra "persistent" parameter to load extension...Emiel Bruijntjes