summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-01much simpler implementation of hash member, i do not understand why i first ↵Emiel Bruijntjes
used this complicated zval wrapping implementation, fixes problems reported in issue #56
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
Tests
2014-04-01Changed the way to use the option -t in ./test.shvalmat
Now you can specify several options -t, listing the files one by one: ./test.sh -t "file1.phpt" -t "file2.phpt" The old way (./test.sh -t "file1.phpt file2.phpt") is still working
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
Class.h
2014-03-29all methods to register functions, methods, properties and classes not ↵Emiel Bruijntjes
return *this, to allow chaining these methods. This was suggested by valmat in issue #55
2014-03-29activated all tests, and slightly modified one test which has wrong expected ↵Emiel Bruijntjes
output in the test script
2014-03-29Merge pull request #56 from valmat/testsEmiel Bruijntjes
New tests
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 ↵valmat
the old structure became uncomfortable.
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
Iterate internal array
2014-03-27Fix test value-casting-operatorsvalmat
2014-03-26Merge pull request #54 from valmat/tests1Emiel Bruijntjes
Added new tests.
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
in the script tests/test.sh added option -t (the full list of options, see ./test.sh -h) - allows you to run individual tests For example: `./test.sh -t "php/phpt/variables/010-value-object2.phpt php/phpt/base/001.phpt"` `./test.sh -nt php/phpt/variables/010-value-object2.phpt`
2014-03-27Added new tests.valmat
Due to support zts broke the ability to run tests without installation - fixed.
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
Call php-config to retreive php includes dir and binary on Makefile.
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
2014-03-24documentation fixv0.9.2Emiel Bruijntjes
2014-03-24explained how to specify class constantsEmiel Bruijntjes
2014-03-24fixed nested arrays, issue #50Emiel Bruijntjes
2014-03-23update documentationEmiel Bruijntjes
2014-03-23added echo() function requested in issue #51Emiel Bruijntjes
2014-03-23errors have a limited buffer, and discard any overflow data, replaced ↵Emiel Bruijntjes
std::cout calls with Php::out calls in the documentation
2014-03-23implemented php output streams as was asked for in issue #51Emiel Bruijntjes
2014-03-21fixed crashes for certain test cases on php 5.3Emiel Bruijntjes
2014-03-21test was broken, real output was correct, expected output was wrongEmiel Bruijntjes
2014-03-21fixed iterator for php 5.5Emiel Bruijntjes
2014-03-21fixed compile problem with php 5.5Emiel Bruijntjes
2014-03-21documentation updateEmiel Bruijntjes
2014-03-21Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-03-21update documentation about iteratingEmiel Bruijntjes
2014-03-21first key/value pair was not correctly retrieved, this has now been fixedEmiel Bruijntjes