diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-28 15:03:04 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-28 15:03:04 -0400 |
commit | 08188424d1be4f39907be22929f7252bc292a41f (patch) | |
tree | 6b659a9b94827d5094121a63c7ca3851a1743351 /CHANGELOG-3.6.md | |
parent | Fixed python-changes links (diff) | |
download | ice-08188424d1be4f39907be22929f7252bc292a41f.tar.bz2 ice-08188424d1be4f39907be22929f7252bc292a41f.tar.xz ice-08188424d1be4f39907be22929f7252bc292a41f.zip |
PHP 7 in 3.6.3
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index ac2cce82729..6b26b7de5b0 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -12,6 +12,7 @@ particular aspect of Ice. - [General Changes](#general-changes) - [C++ Changes](#c-changes) - [Objective-C Changes](#objective-c-changes) + - [PHP Changes](#php-changes) - [Python Changes](#python-changes) - [Changes in Ice 3.6.2](#changes-in-ice-362) - [General Changes](#general-changes-1) @@ -24,7 +25,7 @@ particular aspect of Ice. - [General Changes](#general-changes-1) - [C++ Changes](#c-changes-3) - [JavaScript Changes](#javascript-changes) - - [PHP Changes](#php-changes) + - [PHP Changes](#php-changes-1) - [Changes in Ice 3.6.0](#changes-in-ice-360) - [General Changes](#general-changes-3) - [C++ Changes](#c-changes-4) @@ -32,7 +33,7 @@ particular aspect of Ice. - [Java Changes](#java-changes-1) - [JavaScript Changes](#javascript-changes-1) - [Objective-C Changes](#objective-c-changes-1) - - [PHP Changes](#php-changes-1) + - [PHP Changes](#php-changes-2) - [Python Changes](#python-changes-2) - [Ruby Changes](#ruby-changes-1) @@ -90,6 +91,10 @@ These are the changes since Ice 3.6.2. - Added identityToString and stringToIdentity non-member functions, which were missing from previous releases. +## PHP Changes + +- Added support for PHP 7.0. + ## Python Changes - Fixed a bug in the Slice compiler in which a Slice comment that begins or |