summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-05implemented static properties as requested in issue #58v1.0Emiel Bruijntjes
2014-04-04Merge pull request #65 from lisachenko/feature/interface-inheritanceEmiel Bruijntjes
2014-04-04Add an bility to define inheritance for interfacesAlexander Lisachenko
2014-04-04fixes to make the library compile for php 5.6 environments (problem discovere...Emiel Bruijntjes
2014-04-04fixed typos in documentation, added ini_get() function to call.hEmiel Bruijntjes
2014-04-03update documentation about inheritanceEmiel Bruijntjes
2014-04-03fixes TSRMLS compile issuesEmiel Bruijntjes
2014-04-03fixed typo;Emiel Bruijntjes
2014-04-03{auto} fixed super-globals when running as apache module, and when using just...Emiel Bruijntjes
2014-04-03fixes to compile on 5.3Emiel Bruijntjes
2014-04-02base classes can be added too, with the class::extends() method (request from...Emiel Bruijntjes
2014-04-02it now is possible to register a class as base class (although not yet workin...Emiel Bruijntjes
2014-04-02added Class::implements() method to allow classes that implement interfaces (...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes
2014-04-01HashMember::get() with numeric index was wrongEmiel Bruijntjes
2014-04-01much simpler implementation of hash member, i do not understand why i first u...Emiel Bruijntjes
2014-04-01Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-04-01traverseiterator was not working on php 5.4 (mentioned in issue #62)Emiel Bruijntjes
2014-03-31Merge pull request #61 from valmat/testsEmiel Bruijntjes
2014-04-01Changed the way to use the option -t in ./test.shvalmat
2014-04-01Fix: run tests without compilevalmat
2014-03-31conflicting forward declaration fixed (issue #60)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-29activated all tests, and slightly modified one test which has wrong expected ...Emiel Bruijntjes
2014-03-29Merge pull request #56 from valmat/testsEmiel Bruijntjes
2014-03-29Fixed test: variables/003-value-typesvalmat
2014-03-28new test: Test class with static property and class constantvalmat
2014-03-28add test: 018-calling-php-functionsvalmat
2014-03-28add new tests: Test call functionvalmat
2014-03-28Changed the structure of the test file. With the increasing number of tests t...valmat
2014-03-28add test: 004-static-funct.phpt (Test class with static function)valmat
2014-03-28add test: class_obj/003-comparable.phptvalmat
2014-03-28add test variables/005-cast-objects-to-scalars.phptvalmat
2014-03-27add test: 007-Iterate-internal-array.phptvalmat
2014-03-27Fix test value-casting-operatorsvalmat
2014-03-26Merge pull request #54 from valmat/tests1Emiel Bruijntjes
2014-03-27Minor changes to allow the use to tests and extension `.phpt-`valmat
2014-03-27see diffvalmat
2014-03-27in test.sh added option -tvalmat
2014-03-27Added new tests.valmat
2014-03-25update documentation about threadsEmiel Bruijntjes
2014-03-25update documentation about threadsEmiel Bruijntjes
2014-03-25ZTS thread safety is now automatically detected when PHP-CPP is installedEmiel Bruijntjes
2014-03-24simplified makefile by using php-config to find the entire include pathEmiel Bruijntjes
2014-03-24Merge pull request #53 from jgmdev/masterEmiel Bruijntjes
2014-03-24fixed compile issues with TSRM enabledEmiel Bruijntjes
2014-03-24fix compile issues for TRSMEmiel Bruijntjes
2014-03-24Call php-config to retreive php includes dir and binary on Makefile.jgmdev
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes