summaryrefslogtreecommitdiff
path: root/php/test/Ice/exceptions/Client.php
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* PHP5 test failuresJose2018-08-09
| | | | | finally is not supported with PHP < 5.5 and we still support PHP 5.3 and PHP 5.4
* Update PHP tests to use TestHelper classJose2018-08-08
|
* Update copyright year to 2018Jose2018-02-14
|
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * ICE-7242 - Cross test updatesJoe George2016-08-30
| |
* | PHP mapping use Namespace builds by defaultJose2017-01-26
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | ICE-7242 - Cross test updatesJoe George2016-07-27
|/
* Fix for ICE-7020 - php tests will now exit with exit status = 1 if there's a ↵Benoit Foucher2016-03-16
| | | | test failure
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5376 - IcePHP build with USE_NAMESPACES=yes brokenJose2013-07-09
|
* Fixed ICE-5369 - fixed asserting on AMD response if memory limit exception ↵Benoit Foucher2013-07-04
| | | | was raised
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5150: assert in OutgoingAsync._finished, fixed CHANGESBenoit Foucher2013-01-07
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4764 - PHP 5.4 compatibilityMark Spruiell2011-12-29
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4855 - adding test; changing demos/tests to use require_onceMark Spruiell2011-05-07
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* PHP fixes:Mark Spruiell2009-06-25
| | | | | | - adding namespace support to test suite and demos - doc edits - bug fix in translator
* PHP changes:Mark Spruiell2009-06-23
| | | | | | | - static translation - more traditional language mapping (multiple communicators, etc.) - support for registered (persistent) communicators - support for PHP namespaces (PHP 5.3 or later)
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyrightDwayne Boone2007-02-13
|
* bug 1741: test suite broken with PHP 5.1.6Mark Spruiell2007-02-02
|
* fixing copyrightMark Spruiell2006-04-07
|
* Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet ->Benoit Foucher2006-03-28
| | | | ice_facet, etc
* Updated copyrightDwayne Boone2006-03-14
|
* changing demo and test portsBrent Eagles2006-02-20
|
* fix for bug 836: deprecation warnings in generated codeMark Spruiell2006-01-27
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* removing facetsMark Spruiell2004-04-08
|
* Fixes for PHP 5.0.0b2. Fixes for Ice 1.2.0. Exception mapping changes:Mark Spruiell2003-11-06
| | | | | - Derive from PHP's base Exception class. - Add support for exception message in constructor.
* adding test scriptsMark Spruiell2003-08-05