summaryrefslogtreecommitdiff
path: root/php/src/php7/Communicator.cpp
Commit message (Collapse)AuthorAge
* Add support for PHP 8 (Fixes #1172) (#1177)Joe George2020-12-03
|
* 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.
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixed issue where parsing of 64-bits values would be incorrect on Windows, ↵Benoit Foucher2018-05-03
| | | | fixes #79
* Update copyright year to 2018Jose2018-02-14
|
* 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)
* Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHPBenoit Foucher2018-01-24
|
* ICE-7716 - more scripting language fixesMark Spruiell2017-03-29
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Backport PHP7 supportJoe George2016-05-10
|
* Fix ICE-7561 - PHP Build failureJose2017-02-06
|
* IcePHP Ice::Value implementation & minor extension cleanupJose2017-01-19
|
* Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
|
* Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* Fixed streamFilename bugBernard Normier2016-07-11
|
* Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
|
* IceUtil and Slice msbuild updatesBernard Normier2016-05-11
|
* Fix php7 buildJoe George2016-03-31
|
* Update copyright headersJoe George2016-03-01
|
* Ice::identityToString/Ice::stringToIdentity for PHP7Jose2016-03-01
|
* ICE-6973 - Add support for PHP 7Joe George2016-02-12