diff options
author | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
commit | 38cecfcf83521167b5db553da1c05612d88923cb (patch) | |
tree | 315efc136af6ba7550ea5894cdb185858aac3b8e /php | |
parent | Support for Ruby 3.0 (Fixes #1257) (#1258) (diff) | |
download | ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2 ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz ice-38cecfcf83521167b5db553da1c05612d88923cb.zip |
Update version to v3.8.0
Diffstat (limited to 'php')
-rw-r--r-- | php/README.md | 10 | ||||
-rw-r--r-- | php/msbuild/ice.props | 2 | ||||
-rw-r--r-- | php/msbuild/ice.tests.props | 2 | ||||
-rw-r--r-- | php/msbuild/zeroc.ice.php7.1.nuspec | 4 | ||||
-rw-r--r-- | php/msbuild/zeroc.ice.php7.2.nuspec | 4 | ||||
-rw-r--r-- | php/msbuild/zeroc.ice.php7.3.nuspec | 4 | ||||
-rw-r--r-- | php/src/php/msbuild/php_ice.vcxproj | 8 |
7 files changed, 17 insertions, 17 deletions
diff --git a/php/README.md b/php/README.md index ac4078e507d..032ace2f7c8 100644 --- a/php/README.md +++ b/php/README.md @@ -213,10 +213,10 @@ libbz2 * Windows ``` bzip2.dll -ice37.dll -icediscovery37.dll -icelocatordiscovery37.dll -icessl37.dll +ice38.dll +icediscovery38.dll +icelocatordiscovery38.dll +icessl38.dll ``` In general, these libraries must reside in a directory of the user's PATH. @@ -335,5 +335,5 @@ The enclosing directory also needs to be accessible. For example: ``` [1]: https://zeroc.com/downloads/ice -[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-5 +[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-8-0 [3]: https://github.com/zeroc-ice/ice-builder-visualstudio diff --git a/php/msbuild/ice.props b/php/msbuild/ice.props index de1f4b310f9..fb6bb19ddfd 100644 --- a/php/msbuild/ice.props +++ b/php/msbuild/ice.props @@ -19,7 +19,7 @@ <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> <IceBuilderPhpProps>$(IceBuilderInstallDir)\Resources\IceBuilder.Php.props</IceBuilderPhpProps> <IceBuilderPhpTargets>$(IceBuilderInstallDir)\Resources\IceBuilder.Php.targets</IceBuilderPhpTargets> - <IceToolsPath Condition="'$(ICE_BIN_DIST)' == 'cpp'">$(MSBuildThisFileDirectory)/packages/zeroc.ice.$(DefaultPlatformsToolSet).3.7.5/tools</IceToolsPath> + <IceToolsPath Condition="'$(ICE_BIN_DIST)' == 'cpp'">$(MSBuildThisFileDirectory)/packages/zeroc.ice.$(DefaultPlatformsToolSet).3.8a0/tools</IceToolsPath> </PropertyGroup> <ItemGroup> diff --git a/php/msbuild/ice.tests.props b/php/msbuild/ice.tests.props index a6a58188322..489cbccc2a4 100644 --- a/php/msbuild/ice.tests.props +++ b/php/msbuild/ice.tests.props @@ -15,7 +15,7 @@ <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> <IceBuilderPhpProps>$(IceBuilderInstallDir)\Resources\IceBuilder.Php.props</IceBuilderPhpProps> <IceBuilderPhpTargets>$(IceBuilderInstallDir)\Resources\IceBuilder.Php.targets</IceBuilderPhpTargets> - <IceToolsPath Condition="'$(ICE_BIN_DIST)' == 'cpp'">$(MSBuildThisFileDirectory)/packages/zeroc.ice.v140.3.7.5/tools</IceToolsPath> + <IceToolsPath Condition="'$(ICE_BIN_DIST)' == 'cpp'">$(MSBuildThisFileDirectory)/packages/zeroc.ice.v143.8.0a0/tools</IceToolsPath> </PropertyGroup> <Target Name="Build"/> <Target Name="Clean"/> diff --git a/php/msbuild/zeroc.ice.php7.1.nuspec b/php/msbuild/zeroc.ice.php7.1.nuspec index ab692830c25..3ded174280a 100644 --- a/php/msbuild/zeroc.ice.php7.1.nuspec +++ b/php/msbuild/zeroc.ice.php7.1.nuspec @@ -3,7 +3,7 @@ <metadata> <id>zeroc.ice.php7.1</id> <title>ZeroC Ice for PHP 7.1</title> - <version>3.7.5</version> + <version>3.8.0</version> <authors>ZeroC</authors> <copyright>Copyright (c) ZeroC, Inc. All rights reserved</copyright> <license type="expression">GPL-2.0-only</license> @@ -11,7 +11,7 @@ <icon>logo.png</icon> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Ice for PHP SDK. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description> - <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes</releaseNotes> + <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-8-0-release-notes</releaseNotes> <tags>ice</tags> </metadata> </package> diff --git a/php/msbuild/zeroc.ice.php7.2.nuspec b/php/msbuild/zeroc.ice.php7.2.nuspec index 52a830cb068..88ecb0a07cc 100644 --- a/php/msbuild/zeroc.ice.php7.2.nuspec +++ b/php/msbuild/zeroc.ice.php7.2.nuspec @@ -3,7 +3,7 @@ <metadata> <id>zeroc.ice.php7.2</id> <title>ZeroC Ice for PHP 7.2</title> - <version>3.7.5</version> + <version>3.8.0</version> <authors>ZeroC</authors> <copyright>Copyright (c) ZeroC, Inc. All rights reserved</copyright> <license type="expression">GPL-2.0-only</license> @@ -11,7 +11,7 @@ <icon>logo.png</icon> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Ice for PHP SDK. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description> - <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes</releaseNotes> + <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-8-0-release-notes</releaseNotes> <tags>ice</tags> </metadata> </package> diff --git a/php/msbuild/zeroc.ice.php7.3.nuspec b/php/msbuild/zeroc.ice.php7.3.nuspec index 829310df9c8..b059699a5cc 100644 --- a/php/msbuild/zeroc.ice.php7.3.nuspec +++ b/php/msbuild/zeroc.ice.php7.3.nuspec @@ -3,7 +3,7 @@ <metadata> <id>zeroc.ice.php7.3</id> <title>ZeroC Ice for PHP 7.3</title> - <version>3.7.5</version> + <version>3.8.0</version> <authors>ZeroC</authors> <copyright>Copyright (c) ZeroC, Inc. All rights reserved</copyright> <license type="expression">GPL-2.0-only</license> @@ -11,7 +11,7 @@ <icon>logo.png</icon> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Ice for PHP SDK. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description> - <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes</releaseNotes> + <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-8-0-release-notes</releaseNotes> <tags>ice</tags> </metadata> </package> diff --git a/php/src/php/msbuild/php_ice.vcxproj b/php/src/php/msbuild/php_ice.vcxproj index 75fd2605d2b..50ee25dad30 100644 --- a/php/src/php/msbuild/php_ice.vcxproj +++ b/php/src/php/msbuild/php_ice.vcxproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props" Condition="Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props') And '$(ICE_BIN_DIST)' == 'cpp'" /> + <Import Project="..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.props" Condition="Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.props') And '$(ICE_BIN_DIST)' == 'cpp'" /> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -243,7 +243,7 @@ </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> - <Import Project="..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets" Condition="Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets') And '$(ICE_BIN_DIST)' == 'cpp'" /> + <Import Project="..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.targets" Condition="Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.targets') And '$(ICE_BIN_DIST)' == 'cpp'" /> <Import Project="..\..\..\msbuild\packages\php-7.1-nts.7.1.17\build\native\php-7.1-nts.targets" Condition="Exists('..\..\..\msbuild\packages\php-7.1-nts.7.1.17\build\native\php-7.1-nts.targets')" /> <Import Project="..\..\..\msbuild\packages\php-7.1-ts.7.1.17\build\native\php-7.1-ts.targets" Condition="Exists('..\..\..\msbuild\packages\php-7.1-ts.7.1.17\build\native\php-7.1-ts.targets')" /> <Import Project="..\..\..\msbuild\packages\php-7.2-nts.7.2.8\build\native\php-7.2-nts.targets" Condition="Exists('..\..\..\msbuild\packages\php-7.2-nts.7.2.8\build\native\php-7.2-nts.targets')" /> @@ -256,8 +256,8 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props') And '$(ICE_BIN_DIST)' == 'cpp'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.props'))" /> - <Error Condition="!Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets') And '$(ICE_BIN_DIST)' == 'cpp'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\zeroc.ice.v140.3.7.5\build\native\zeroc.ice.v140.targets'))" /> + <Error Condition="!Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.props') And '$(ICE_BIN_DIST)' == 'cpp'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.props'))" /> + <Error Condition="!Exists('..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.targets') And '$(ICE_BIN_DIST)' == 'cpp'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\zeroc.ice.v140.3.8.0\build\native\zeroc.ice.v140.targets'))" /> <Error Condition="!Exists('..\..\..\msbuild\packages\php-7.1-nts.7.1.17\build\native\php-7.1-nts.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\php-7.1-nts.7.1.17\build\native\php-7.1-nts.targets'))" /> <Error Condition="!Exists('..\..\..\msbuild\packages\php-7.1-ts.7.1.17\build\native\php-7.1-ts.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\php-7.1-ts.7.1.17\build\native\php-7.1-ts.targets'))" /> <Error Condition="!Exists('..\..\..\msbuild\packages\php-7.2-nts.7.2.8\build\native\php-7.2-nts.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\php-7.2-nts.7.2.8\build\native\php-7.2-nts.targets'))" /> |