summaryrefslogtreecommitdiff
path: root/include/value.h
AgeCommit message (Expand)Author
2015-05-18We are now ABI compatible with the latest release againToon 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-03-30add PHPCPP_EXPORT macros to a number of << operators to prevent undefined sym...Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-03-26Fixed the Value::contains method and added the isCallable(name) function to s...Martijn Otto
2015-03-25Added access checks to Php::Value::containsMartijn Otto
2015-02-02It was reported (see http://www.php-cpp.com/documentation#comment-1830049280)...Emiel Bruijntjes
2015-01-26Added macro wrapper for noexceptRoland Eischer
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-17added initial implementation for registering constantsEmiel Bruijntjes
2015-01-13in response to issue #156: the super-global arrays Php::POST, Php::SERVER, et...Emiel Bruijntjes
2015-01-11fixed memory leak when executing php code using the Opcodes class, fixed poss...Emiel Bruijntjes
2015-01-10added Script class to simplify parsing and executing php scripts (the Php::ev...Emiel Bruijntjes
2015-01-10Merge branch 'improvements' of https://github.com/valmat/PHP-CPPEmiel Bruijntjes
2014-12-22Corrected an incorrect refcount when cloning a Php::Value, this should fix th...Toon Schoenmakers
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
2014-11-25Used variadic templates instead of code duplicationvalmat
2014-11-21Value::refcount() is now const, and fixed a memory leak in return valuesToon Schoenmakers
2014-11-21fixed issue 107, casting a value to a std::map was not working correctlyEmiel Bruijntjes
2014-10-22Allow casting a Php::Value to a std::setv1.2.1Martijn Otto
2014-10-22emplace_back does not work, since some types cannot be constructed directly f...Martijn Otto
2014-10-22use emplace_back instead of push_back for creating the vector of valuesMartijn Otto
2014-08-26fixed conflictEmiel Bruijntjes
2014-08-26Value objects allocated with a const char * that is set to null, will not cre...Emiel Bruijntjes
2014-07-27added commentEmiel Bruijntjes
2014-07-27Merge branch 'fixed#107' of https://github.com/andot/PHP-CPPEmiel 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-10Fixed issue #107andot
2014-07-10Add Php::is_a implementation.andot
2014-07-08in the documentation and source code comments, the old method name Value::res...Emiel Bruijntjes
2014-06-11donevalmat
2014-06-11Value::operator==valmat
2014-06-08Comparison operators for hardcoded Valuevalmat
2014-04-14added Php::IniValue constructor to the Php::Value class, so that "return Php:...Emiel Bruijntjes
2014-04-10calls to strlen has been converted into calls to ::strlen, because Php::strle...Emiel Bruijntjes
2014-04-09added support for accessing array keys by other value objects, support for un...Emiel Bruijntjes
2014-04-07objects were not destructed correctly (we freed memory that we had allocated ...Emiel Bruijntjes
2014-04-05removed zend code from the iterator header file, and moved it into the src di...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes
2014-04-01much simpler implementation of hash member, i do not understand why i first u...Emiel Bruijntjes
2014-03-29fixed broken texts because of wrong return value of many chaining methods in ...Emiel Bruijntjes
2014-03-29all methods to register functions, methods, properties and classes not return...Emiel Bruijntjes
2014-03-25ZTS thread safety is now automatically detected when PHP-CPP is installedEmiel Bruijntjes
2014-03-24fixed nested arrays, issue #50Emiel Bruijntjes
2014-03-21fixed compile problem with php 5.5Emiel Bruijntjes
2014-03-21implementation of traverseiterator (untested)Emiel Bruijntjes
2014-03-16removed Value constructor that wraps around a hash tableEmiel Bruijntjes