Source
PHP PDO Driver for Snowflake release notes for 2023
Starting with version 2.0.1 of the PHP PDO driver, PHP versions 7.3 and 7.4 are no longer supported.
PHP PDO Driver for Snowflake release notes for 2024
PHP 8.0 is no longer supported. The minimum gcc compiler version for Linux changed from version 5.2 to 8.3. The default loglevel changed from TRACE to FATAL. New features and updates Added support for PHP version 8.3.
Migrating project definition files from version 1.x to 2.0
To convert a version 1.x project definition file to the version 2 format, do the following: Go to your project directory that contains the version 1.x snowflake.yml file. Enter the snow helpers v1 - to - v2 command.
snow helpers v1-to-v2
Migrates the Snowpark, Streamlit, and Native App project definition files from V1 to V2.
How To Configure a PDO Driver on Ubuntu Connecting to Snowflake Using Key Pair Authentication
ISSUE: This document provides a procedure of how to install and configure PDO Driver on a Ubuntu machine to connect to Snowflake using key pair authentication.