summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-11-05remove test framework, it never works, most of the bugs found by the test fra...Emiel Bruijntjes
2015-10-28Bump version to 1.5.2v1.5.2Rafal Goslawski
2015-10-06Bump version to 1.5.1Toon Schoenmakers
2015-09-25Silence the write-strings warningToon Schoenmakers
2015-07-29prepare version number for upcoming 1.5 releasev1.5Emiel Bruijntjes
2015-06-10removed hhvm code, it does not work now and wont work for the foreseeable futureEmiel Bruijntjes
2015-06-10added "sudo ldconfig" to Makefile to force that shared library cache is updatedEmiel Bruijntjes
2015-05-19Add soname and release build traget, default make target is debugv1.4RafalGoslawski
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-01-26removed the advise to run "make test" from the Makefile, because tests are no...Emiel Bruijntjes
2014-12-30rollback change from issue #149Emiel Bruijntjes
2014-12-16issue #149 fixed Makefilevalmat
2014-10-27Better clean-up.Slavey Karadzhov
2014-10-27Respect the CXX and AR env variables.Slavey Karadzhov
2014-10-06Use specified php-config for linker/compiler flags rather than the system def...Alan Evans
2014-08-29updated Makefile to create output dirs firstEmiel Bruijntjes
2014-08-29updated makefile so that we now also create a static phpcpp library (this in ...Emiel Bruijntjes
2014-04-14Several tests to check ini entriesvalmat
2014-04-06moved modifiers.cpp to the common directoryEmiel Bruijntjes
2014-04-06introduced common directory that will contain implementation files that are u...Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes
2014-04-06the exception.h header file no longer depends on the zend engine header files...Emiel Bruijntjes
2014-04-06removed all zend dependencies from the public extension object, and moved it ...Emiel Bruijntjes
2014-04-05removed zend code from the argument.h header fileEmiel Bruijntjes
2014-04-01Fix: run tests without compilevalmat
2014-03-27Added new tests.valmat
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-24Call php-config to retreive php includes dir and binary on Makefile.jgmdev
2014-03-19Fixed issues #46valmat
2014-03-18Accidentally deletedvalmat
2014-03-18Some improvements unit testvalmat
2014-03-18Unit tests. For description see https://github.com/CopernicaMarketingSoftware...valmat
2014-03-14fixed magic method documentation, added comment in MakefileEmiel Bruijntjes
2014-03-07removed tabs from makefile, work in progress on implementing SPL interfacesEmiel Bruijntjes
2014-03-05fixed some compiler warnings in value.cpp, added documentation on how to inst...Emiel Bruijntjes
2014-02-26Fixed makefile to refer to right /usr/ directory, and the operator()() method...v0.1Evangelos Trantos
2013-12-13add macros for PHP 5.3Gu Weigang
2013-08-30Further work in progress (that breaks everything)Emiel Bruijntjes
2013-08-29More progress on implementing nested arraysEmiel Bruijntjes
2013-08-24The extension::initialize() and extension::finalize() methods are called at t...Emiel Bruijntjes
2013-08-24initial setup for libraryEmiel Bruijntjes