Description:
Hello,
getting this error :
"odbc_connect(): SQL error: [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed, SQL state IM004 in SQLConnect"
How to reproduce:
$dns ='DRIVER=SnowflakeDSIIDriver;Server=X;Warehouse=W;';
$conn = odbc_connect($dns, 'user', 'password');
aws service : lambda
"bref/bref": "2.3.13",
"bref/extra-php-extensions": "1.7.0",
runtime: php-84
layers:
- ${bref-extra:odbc-snowflake-php-84}
Previous version and layer without getting the error :
"bref/bref": "2.3.11",
"bref/extra-php-extensions": "1.5.0",
runtime: php-83
layers:
- ${bref-extra:odbc-snowflake-php-83}