summaryrefslogtreecommitdiff
path: root/php/test/Ice/proxy
Commit message (Collapse)AuthorAge
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Enable test workers for PHP, Ruby and PythonJose2018-09-04
| | | | Close #185
* 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
|
* 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)
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fix (ICE-7562) - Eliminate class-with-operation deprecated warningsJose2017-02-10
| |
* | PHP mapping use Namespace builds by defaultJose2017-01-26
| |
* | IcePHP Ice::Value implementation & minor extension cleanupJose2017-01-19
| |
* | Do not use Nuget packages with PHP testsJose2016-12-13
| |
* | Fixes to test PHP in WindowsJose2016-11-30
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | 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.
* | Windows msbuild build updatesJose2016-05-05
| |
* | Added support for compiling Slice files from PHP testsBenoit Foucher2016-05-04
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-17
|\|
| * Fix for ICE-7020 - php tests will now exit with exit status = 1 if there's a ↵Benoit Foucher2016-03-16
| | | | | | | | test failure
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-01
|\|
| * Ice::identityToString/Ice::stringToIdentity php/ruby/python implementationsJose2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
|/
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5780: php proxy test failure with wsBenoit Foucher2014-11-03
|
* Fixed (ICE-5779) - Php test/Ice/proxy failure with protocol=sslJose2014-10-24
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* Fix for ICE-5515 (ice_staticId on proxies) in Java, C#, Python, Ruby and PHP ↵Bernard Normier2014-06-26
| | | | (not complete in Python, Ruby and PHP)
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for ↵Benoit Foucher2013-01-16
| | | | opaque endpoints
* Fixed ICE-5126 - Improved client side encoding checksBenoit Foucher2013-01-15
|
* Added .gitattributes file.Matthew Newhook2012-11-15
| | | | Normalize all repository line endings.
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints