Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove extra ZEND_BEGIN_ARG_INFO call | Joe George | 2020-12-03 |
| | |||
* | Fix typo in previous commit | Joe George | 2020-12-03 |
| | |||
* | Add missing ice_void_arginfo to php5 | Joe George | 2020-12-03 |
| | |||
* | Add support for PHP 8 (Fixes #1172) (#1177) | Joe George | 2020-12-03 |
| | |||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-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. | ||
* | Fixed Ruby crash (and similar issues in other mappings), fixes #432 | Benoit Foucher | 2019-07-11 |
| | |||
* | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed bogus assert and misc warnings. Fixes #311. | Bernard Normier | 2018-12-03 |
| | |||
* | Fix for PHP 5.3 (Amzn 2018.03) build failures | Benoit Foucher | 2018-10-29 |
| | |||
* | Disable shadow warnings with clang 3.x | Bernard Normier | 2018-10-28 |
| | |||
* | PHP5 build failure | Jose | 2018-08-09 |
| | |||
* | Fix IcePHP sequences order | Jose | 2018-07-27 |
| | | | | Close #172 | ||
* | Remove workaround for old Visual Studio versions | Jose | 2018-07-27 |
| | |||
* | Enable asserts for the extension when built with debug (ICE-8703) | Benoit Foucher | 2018-04-24 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 |
| | | | | is destroyed (ICE-8659) | ||
* | Fixed IcePHP assert that would occur with a PHP debug executable when ↵ | Benoit Foucher | 2018-02-06 |
| | | | | destroying multiple times the same communicator (ICE-8635) | ||
* | Fixed bogus assert when compiling PHP module with debug (ICE-8629) | Benoit Foucher | 2018-02-06 |
| | |||
* | Changed ice_fixed to inherit invocation timeout, context and compress ↵ | Benoit Foucher | 2018-02-01 |
| | | | | override from original proxy | ||
* | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 |
| | | | | (ICE-7996 & ICE-7976) | ||
* | Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHP | Benoit Foucher | 2018-01-24 |
| | |||
* | Fix PHP5 issue introduce with previous commit | Jose | 2017-09-14 |
| | |||
* | Extra fixes for PHP5 ZTS builds | Jose | 2017-09-14 |
| | |||
* | Fixed Ice for PHP build failure | Jose | 2017-09-14 |
| | |||
* | Fix PHP build warnings | Jose | 2017-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 repository | Benoit Foucher | 2017-08-16 |
| | |||
* | Fix typo | Jose | 2017-07-11 |
| | |||
* | Fix ZEND_MODULE_API_NO version | Jose | 2017-07-11 |
| | |||
* | Fix typo | Jose | 2017-07-11 |
| | |||
* | ICE-8252 - php5 build warning on amzn1 | Jose | 2017-07-11 |
| | |||
* | ICE-8143 - Rename IcePHP.so to ice.so | Joe George | 2017-06-22 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Replaced virtual public by public virtual | Bernard Normier | 2017-05-19 |
| | |||
* | Fixed ICE-7800 - moved python/ruby/php ldflags at the end | Benoit Foucher | 2017-05-11 |
| | |||
* | Fix tabs and spaces in Makefiles | Joe George | 2017-05-03 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | ICE-7716 - PHP5 fixes | Mark Spruiell | 2017-03-29 |
| | |||
* | Fix PHP optional non set value to use Ice\None constant | Jose | 2017-03-22 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
| * | Merge branch '3.6-stretch' into 3.6 | Jose | 2016-06-15 |
| | | |||
| * | Customizable PHP config | Jose | 2016-06-07 |
| | | |||
| * | Fix ICE-7163 | Joe George | 2016-05-31 |
| | | | | | | | | | | | | - Printing types is more forgiving and will not throw an exception if there is bogus data. - Fix several print statements to print the correct class name. | ||
| * | Fix PHP 7 build on Windows | Joe George | 2016-05-11 |
| | | |||
| * | Backport PHP7 support | Joe George | 2016-05-10 |
| |