summaryrefslogtreecommitdiff
path: root/php
Commit message (Collapse)AuthorAge
...
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fix for PHP 5.3 (Amzn 2018.03) build failuresBenoit Foucher2018-10-29
|
* Disable shadow warnings with clang 3.xBernard Normier2018-10-28
|
* Fixed fallthrough warnings + clang 3.x fixesBernard Normier2018-10-27
|
* Fixed iOS and PHP7 shadow warning related build failuresBenoit Foucher2018-10-27
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* 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
* PHP5 build failureJose2018-08-09
|
* Missing fileJose2018-08-08
|
* Update PHP tests to use TestHelper classJose2018-08-08
|
* PHP generate code cannot be required from a class method or functionJose2018-08-08
| | | | Close #105
* Fix IcePHP sequences orderJose2018-07-27
| | | | Close #172
* Remove workaround for old Visual Studio versionsJose2018-07-27
|
* Update PHP NuGet packages to 7.2.8Jose2018-07-24
|
* Add support to build with PHP 7.2 on WindowsJose2018-07-11
|
* 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
|
* Better fix to allow parent directory with spaces (for bug #95)Benoit Foucher2018-06-05
|
* Allow spaces in ice repository parent directory (fixes #95)Benoit Foucher2018-06-05
|
* Timeout test and Android driver fixesBenoit Foucher2018-05-29
|
* Fixed issue where parsing of 64-bits values would be incorrect on Windows, ↵Benoit Foucher2018-05-03
| | | | fixes #79
* Update PHP projects to use the new PHP NuGet packagesJose2018-05-02
|
* Enable asserts for the extension when built with debug (ICE-8703)Benoit Foucher2018-04-24
|
* Install mode fixesJose2018-03-19
|
* ICE-8703 - Removing PHP_DEBUG configMark Spruiell2018-03-15
|
* PHP debug build fixMark Spruiell2018-03-02
|
* ICE-8703 - PHP test failure in Ice/slicing/objectsMark Spruiell2018-03-02
|
* Updating SliceInfo for PHP/Python/RubyMark Spruiell2018-03-01
|
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Error build PHP test with Windows binary distributionJose2018-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
|
* Fix building PHP with Windows C++ NuGet packagesJose2018-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)
* 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
|
* 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)