Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1333446: remove build with vs14/vs15 #378

Merged
2 commits merged into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Prerequisites

To build the Snowflake PHP PDO Driver, the following software must be installed:

- On Windows: Visual Studio
- On Windows: Visual Studio 2019
- On Linux:

- gcc 5.2 or higher. **Note**: on certain OS (e.g. Centos 7) the preinstalled gcc/libstdc++ version is below the required minimum. For Centos 7, this is 4.8.5, which is below the requirement. Building and using the PHP PDO driver might be unsuccessful on such OS's until the prerequisite is fulfilled, i.e. libraries upgraded to at least the minimum version.
Expand Down Expand Up @@ -96,7 +96,7 @@ Building the Driver on Windows

**Note**: Snowflake supports only thread-safe versions of PHP.

You must install Microsoft Visual Studio 2019 (VS16) or earlier with the C++ development installer option.
You must install Microsoft Visual Studio 2019 (VS16) with the C++ development installer option.

To build the PHP driver for Windows:

Expand Down Expand Up @@ -129,7 +129,7 @@ To build the PHP driver for Windows:

- :code:`<arch>` is your CPU architecture (:code:`x64` or :code:`x86`).
- :code:`<build>` is the type of binary that you want to build (:code:`Release` or :code:`Debug`).
- :code:`<visual studio version>` is the version of Visual Studio that you are using (:code:`VS14`, :code:`VS15`, or :code:`VS16`).
- :code:`<visual studio version>` is the version of Visual Studio that you are using (:code:`VS16`).
- :code:`<path to PHP SDK>` is the path to the directory where the PHP SDK should be downloaded.
**Do not create this directory.** The script creates this directory for you when downloading the PHP SDK.

Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading