summaryrefslogtreecommitdiff
path: root/php/test
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fix php Ice/optional testJose2021-01-09
|
* 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.
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Fixes for PHP/Swift cross testingJose2019-08-07
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Test driver fixesBenoit Foucher2018-10-19
|
* Fix whitespacesBenoit Foucher2018-10-01
|
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Enable test workers for PHP, Ruby and PythonJose2018-09-04
| | | | Close #185
* Fixed PHP 5.3.x failure (Amzn1)Benoit Foucher2018-08-20
|
* PHP5 test failure, do not use finally with PHP < 5.5Jose2018-08-13
|
* Whitespace cleanupJose2018-08-13
|
* PHP5 test failuresJose2018-08-09
| | | | | finally is not supported with PHP < 5.5 and we still support PHP 5.3 and PHP 5.4
* Missing fileJose2018-08-08
|
* Update PHP tests to use TestHelper classJose2018-08-08
|
* Fix IcePHP sequences orderJose2018-07-27
| | | | Close #172
* Add support cs:namespace metadataJose2018-06-28
| | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* Port Ice/scope test to scripting languagesJose2018-06-19
|
* Timeout test and Android driver fixesBenoit Foucher2018-05-29
|
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* Fix ICE-8665 - PHP timeout test failureJose2018-02-13
|
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* 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)
* Updates for Ice Builder 5.xJose2018-02-05
|
* Fixed PHP array initialization in test proxy clientBenoit Foucher2018-02-04
|
* Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | return type from ice_fixed
* 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)
* Additional Ice/objects fixes for macOS debug buildsBenoit Foucher2018-01-27
|
* Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵Benoit Foucher2017-11-10
| | | | much longer than desired)
* Fixed sleep for invocation timeout testBenoit Foucher2017-09-23
|
* Fixed timeout tests to be less time sensitiveBenoit Foucher2017-09-15
| | | | | The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312.
* Fixed Ice.MessageSizeMax value in Ice/timeout testsBernard Normier2017-07-15
|
* Windows PHP build project updatesJose2017-07-06
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Fixed ICE-8166 and ICE-8171 - increased 100ms connection timeouts to 250ms, ↵Benoit Foucher2017-06-28
| | | | also increased retryCount for connection establishment
* Disable unreliable Ice/timeout PHP testBenoit Foucher2017-06-22
|