Activity
fixed compile error on older php versions (lower than 8)
fixed compile error on older php versions (lower than 8)
new version number
new version number
up version number one more
up version number one more
update version number
update version number
fix double free call, which caused memory-corruption
fix double free call, which caused memory-corruption
Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPP
Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPP
Removed exception for php 7
Removed exception for php 7
Merge pull request #528 from NobletSolutions/patch-example-makefiles
Merge pull request #528 from NobletSolutions/patch-example-makefiles
Pull request merge
update version number
update version number
Merge pull request #522 from ebikt/php8-fix-zend-string
Merge pull request #522 from ebikt/php8-fix-zend-string
Pull request merge
Php::Value objects could crash if comparing non-string values with st…
Php::Value objects could crash if comparing non-string values with st…
New feature: it now is also possible to call the $object->getIterator…
New feature: it now is also possible to call the $object->getIterator…
we now use the same objects for the shared and static object files (b…
we now use the same objects for the shared and static object files (b…
Merge pull request #326 from atvise/fixed_variable_length_arrays
Merge pull request #326 from atvise/fixed_variable_length_arrays
Pull request merge
Merge pull request #517 from robocoder/zend-empty-string-patch
Merge pull request #517 from robocoder/zend-empty-string-patch
Pull request merge
Merge pull request #514 from robocoder/patch-2
Merge pull request #514 from robocoder/patch-2
Pull request merge
Merge pull request #513 from robocoder/patch-1
Merge pull request #513 from robocoder/patch-1
Pull request merge
update makefile to prepare for upcoming version
update makefile to prepare for upcoming version
Fixed registering of parameters of unspecified type for PHP 8 and up
Fixed registering of parameters of unspecified type for PHP 8 and up
update Makefile to use relative paths for the phpcpp.so symlink
update Makefile to use relative paths for the phpcpp.so symlink
for php 8 implementing just Traverable leads to an error, hence we im…
for php 8 implementing just Traverable leads to an error, hence we im…
fix dependency (stdexcept.h was not correctly included)
fix dependency (stdexcept.h was not correctly included)
prepare for upcoming 2.4.0 release
prepare for upcoming 2.4.0 release
another no_ref call
another no_ref call
fixed memory leak in Php::File (string was not deallocated)
fixed memory leak in Php::File (string was not deallocated)
workaround to fixed removed SEPARATE_ZVAL_IF_NOT_REF method
workaround to fixed removed SEPARATE_ZVAL_IF_NOT_REF method
restored if_not_ref calls
restored if_not_ref calls
some fixes because it no longer worked for php 7
some fixes because it no longer worked for php 7
Merge pull request #503 from NobletSolutions/php82
Merge pull request #503 from NobletSolutions/php82
Pull request merge