summaryrefslogtreecommitdiff
path: root/php/src/php5
Commit message (Collapse)AuthorAge
* Remove extra ZEND_BEGIN_ARG_INFO callJoe George2020-12-03
|
* Fix typo in previous commitJoe 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
|
* 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.
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed bogus assert and misc warnings. Fixes #311.Bernard Normier2018-12-03
|
* Fix for PHP 5.3 (Amzn 2018.03) build failuresBenoit Foucher2018-10-29
|
* Disable shadow warnings with clang 3.xBernard Normier2018-10-28
|
* PHP5 build failureJose2018-08-09
|
* Fix IcePHP sequences orderJose2018-07-27
| | | | Close #172
* Remove workaround for old Visual Studio versionsJose2018-07-27
|
* Enable asserts for the extension when built with debug (ICE-8703)Benoit Foucher2018-04-24
|
* 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)
* 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
|
* 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
|
* Fix typoJose2017-07-11
|
* Fix ZEND_MODULE_API_NO versionJose2017-07-11
|
* Fix typoJose2017-07-11
|
* ICE-8252 - php5 build warning on amzn1Jose2017-07-11
|
* ICE-8143 - Rename IcePHP.so to ice.soJoe George2017-06-22
|
* Remove excessive empty linesJoe George2017-06-07
|
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Fixed ICE-7800 - moved python/ruby/php ldflags at the endBenoit Foucher2017-05-11
|
* Fix tabs and spaces in MakefilesJoe George2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* ICE-7716 - PHP5 fixesMark Spruiell2017-03-29
|
* Fix PHP optional non set value to use Ice\None constantJose2017-03-22
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Merge branch '3.6-stretch' into 3.6Jose2016-06-15
| |
| * Customizable PHP configJose2016-06-07
| |
| * Fix ICE-7163Joe George2016-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 WindowsJoe George2016-05-11
| |
| * Backport PHP7 supportJoe George2016-05-10
|