summaryrefslogtreecommitdiff
path: root/Examples
AgeCommit message (Expand)Author
2015-06-23Added extra example script (i thought this was a bug, but in this small setup...Emiel Bruijntjes
2015-04-13added PHPCPP_EXPORT, this may fix visibility issue #186Emiel Bruijntjes
2015-04-12Php::dl() function now gets an extra "persistent" parameter to load extension...Emiel Bruijntjes
2015-04-03fixed implementation for dlunrestricted exampleEmiel Bruijntjes
2015-04-03fixed ini file for dlunrestricted exampleEmiel Bruijntjes
2015-04-03added DlUnrestricted example extension, modified makefiles to use php-config ...Emiel Bruijntjes
2014-03-27Added new tests.valmat
2014-03-09issue #23: Fixed loop for an objects contains no public propertiesvalmat
2014-03-09issue #23 : Removed comments and debugging information. Added an example.valmat
2014-03-05fixed compiling CppClassesInPhp, renamed compile-extensions to your-first-ext...Emiel Bruijntjes
2014-03-05fixed typosEmiel Bruijntjes
2014-03-05default empty extension added, optimized MakefileEmiel Bruijntjes
2014-03-04fixed some examplesEmiel Bruijntjes
2014-03-04modified example to test accessing properties directly from the baseEmiel Bruijntjes
2014-03-04Php::Value and Php::Object classes can now be used to wrap around Php::Base o...Emiel Bruijntjes
2014-03-04implemented cloning of objectsEmiel Bruijntjes
2014-03-04removed forcedvalue and implemented array and object directly because now it ...Emiel Bruijntjes
2014-03-03work in progress for support for creating object instancesEmiel Bruijntjes
2014-03-02work in progress to support implementing SPL interfaces, disabled the _self v...Emiel Bruijntjes
2014-03-02fixed settings Base::_self variable to a valid, editable value objectEmiel Bruijntjes
2014-03-02working implementation for Base::value()Emiel Bruijntjes
2014-03-01added possibility to define interfaces, the class::add() method has been rena...Emiel Bruijntjes
2014-03-01array access operators can now be used to access array propertiesEmiel Bruijntjes
2014-03-01fixed various compile issues and namespace implementationEmiel Bruijntjes
2014-02-28various fixes to make the classes example functional againEmiel Bruijntjes
2014-02-28fixed a number of todosEmiel Bruijntjes
2014-02-28a lot of refactoring, to make it much easier to define classes in an extensionEmiel Bruijntjes
2014-02-17Removed the static property from the example as this is not currently enabledMartijn Otto
2014-02-14Merged pull request #14Martijn Otto
2013-12-30Merge pull request #10 from BullSoft/masterEmiel Bruijntjes
2013-12-30exceptions thrown in PHP code can now be caugth and processed by C++ codeEmiel Bruijntjes
2013-12-13Fixed extension name issuesJasperVanEck
2013-12-13add macros for PHP 5.3Gu Weigang
2013-12-08Fixed calling callback functions that were passed as array membersEmiel Bruijntjes
2013-12-07Implemented operator overloading for hash membersEmiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes
2013-12-07Renamed ini files so that multiple examples can be loaded at the same timeEmiel Bruijntjes
2013-12-07initial ini file for globals exampleEmiel Bruijntjes
2013-12-02Added CppClassInPhp ExampleJasperVanEck
2013-12-02Updated README.md, implemented more complicated isCallable method and added c...JasperVanEck
2013-12-02isCallable now worksJasperVanEck
2013-12-02Added example of a php function call, but isCallable() doesnt workJasperVanEck
2013-11-29trying to remove the blocks the text is inJasperVanEck
2013-11-29Changed markdown of Example README.mdJasperVanEck
2013-11-29Changes in exceptions, to distinguish between catching and throwing exception...JasperVanEck
2013-11-29README.md almost finished, Exception is just left.JasperVanEck
2013-11-29Further update README.mdJasperVanEck
2013-11-29README.md updateJasperVanEck
2013-11-29Partial README.md for examplesJasperVanEck
2013-11-29Comment updateJasperVanEck