summaryrefslogtreecommitdiff
path: root/Examples/CallPhpFunctions
AgeCommit message (Collapse)Author
2015-04-03added DlUnrestricted example extension, modified makefiles to use php-config ↵Emiel Bruijntjes
to find out the extension-dir
2014-03-04fixed some examplesEmiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working ↵Emiel Bruijntjes
with global variables
2013-12-07Renamed ini files so that multiple examples can be loaded at the same timeEmiel Bruijntjes
2013-12-02Updated README.md, implemented more complicated isCallable method and added ↵JasperVanEck
comments to value.cpp
2013-12-02isCallable now worksJasperVanEck
2013-12-02Added example of a php function call, but isCallable() doesnt workJasperVanEck