summaryrefslogtreecommitdiff
path: root/php/src
Commit message (Collapse)AuthorAge
* Update version to v3.8.0Joe George2021-02-15
|
* Remove extra ZEND_BEGIN_ARG_INFO callJoe George2020-12-03
|
* Fix typo in previous commitJoe George2020-12-03
|
* Additional PHP 5 fix to avoid narrowing conversionJoe George2020-12-03
|
* Add missing ice_void_arginfo to php5Joe George2020-12-03
|
* Add support for PHP 8 (Fixes #1172) (#1177)Joe George2020-12-03
|
* Update version to 3.7.5Jose2020-11-30
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Update version to 3.7.4Jose2020-04-20
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* GCC 8 Build fixes for Python, PHP and RubyJose2019-01-11
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Build multiple PHP packages from a single sourceJose2018-12-13
|
* Add support to build with PHP 7.3 on WindowsJose2018-12-13
|
* Fixed warning introduced by previous commit.Bernard Normier2018-12-03
|
* Fixed bogus assert and misc warnings. Fixes #311.Bernard Normier2018-12-03
|
* Sign PHP Windows DLLsJose2018-11-27
|
* Update version to 3.7.2Jose2018-11-14
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fix for PHP 5.3 (Amzn 2018.03) build failuresBenoit Foucher2018-10-29
|
* Disable shadow warnings with clang 3.xBernard Normier2018-10-28
|
* Fixed iOS and PHP7 shadow warning related build failuresBenoit Foucher2018-10-27
|
* PHP5 build failureJose2018-08-09
|
* Fix IcePHP sequences orderJose2018-07-27
| | | | Close #172
* Remove workaround for old Visual Studio versionsJose2018-07-27
|
* Update PHP NuGet packages to 7.2.8Jose2018-07-24
|
* Add support to build with PHP 7.2 on WindowsJose2018-07-11
|
* Fixed issue where parsing of 64-bits values would be incorrect on Windows, ↵Benoit Foucher2018-05-03
| | | | fixes #79
* Update PHP projects to use the new PHP NuGet packagesJose2018-05-02
|
* Enable asserts for the extension when built with debug (ICE-8703)Benoit Foucher2018-04-24
|
* ICE-8703 - PHP test failure in Ice/slicing/objectsMark Spruiell2018-03-02
|
* Update copyright year to 2018Jose2018-02-14
|
* ICE-8636 - assertion failure with PHP7 debug buildMark Spruiell2018-02-09
|
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Fixed IcePHP assert that would occur with a PHP debug executable when ↵Benoit Foucher2018-02-06
| | | | destroying multiple times the same communicator (ICE-8635)
* Fixed bogus assert when compiling PHP module with debug (ICE-8629)Benoit Foucher2018-02-06
|
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHPBenoit Foucher2018-01-24
|
* Update version to v3.7.1Jose2017-12-14
|
* Fix PHP5 issue introduce with previous commitJose2017-09-14
|
* Extra fixes for PHP5 ZTS buildsJose2017-09-14
|
* Fixed Ice for PHP build failureJose2017-09-14
|
* Fix PHP build warningsJose2017-09-01
| | | | | | | | | ZEND_MODULE_API_NO number used in Init.cpp bugfix was bogus required_num_args member of _zend_arg_info was changed to zend_uint in PHP 5.4.0 that correspond to ZEND_MODULE_API_NO 20100525 See bug (ICE-8479)
* Ported build system improvements from Freeze repositoryBenoit Foucher2017-08-16
|