summaryrefslogtreecommitdiff
path: root/include/call.h
AgeCommit message (Expand)Author
2015-09-17Added the error reporting method, used to change the error reporting levelToon Schoenmakers
2015-09-17Added support for passing the error types in the set_error_handlerToon Schoenmakers
2015-09-16Initial support for setting an error handler as wellToon Schoenmakers
2015-09-16Added support for setting a std::function as an exception handlerToon Schoenmakers
2015-04-12Php::dl() function now gets an extra "persistent" parameter to load extension...Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-03-13Implemented a simple sapi_name() method which will return the current sapiToon Schoenmakers
2015-02-21initial implementation of the Php::dl() functionEmiel Bruijntjes
2015-01-25added Php::define() function to create constants at run timeEmiel Bruijntjes
2015-01-25added functions Php::constant() to retrieve the value of a constant, and Php:...Emiel Bruijntjes
2015-01-11added include(), require(), include_once() and require_once() methods, based ...Emiel Bruijntjes
2014-07-27renamed subclassOf() to derivedFrom() (added to pull request #110)Emiel Bruijntjes
2014-07-26added Value::subclassOf(), and implemented Php::is_a() and Php::is_subclass_of()Emiel Bruijntjes
2014-07-26compile issuesEmiel Bruijntjes
2014-07-26modifed class_exists function to work with a char* without having to convert ...Emiel Bruijntjes
2014-07-26renamed fastcall.cpp to eval.cpp, and moved the Php::eval() definition to the...Emiel Bruijntjes
2014-04-14added Php::IniValue constructor to the Php::Value class, so that "return Php:...Emiel Bruijntjes
2014-04-14Separated class IniValue from class Inivalmat
2014-04-10fix warningsvalmat
2014-04-09added array_push functionEmiel Bruijntjes
2014-04-09added unset function (request from issue #71)Emiel Bruijntjes
2014-04-09added support for accessing array keys by other value objects, support for un...Emiel Bruijntjes
2014-04-04fixed typos in documentation, added ini_get() function to call.hEmiel Bruijntjes
2014-03-23added echo() function requested in issue #51Emiel Bruijntjes
2014-03-16fixed empty() callv0.9Emiel Bruijntjes
2014-03-15added empty() function, and added HardCoded classEmiel Bruijntjes
2014-03-08introduced Php::call() call function to make builtin, and user space function...Emiel Bruijntjes