You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the command install-php-extensions oci8 pdo_oci; is working fine for php8.3 - but not for php8.4
It builds with no error - and the oci-extension is installed fine, but not the pdo_oci
What's the role of the "Minimal Dockerfile" step you posted? It installs the Oracle instantclient, it doesn't showcase the issue with install-php-extensions script (which installs instantclient automatically)
Version of install-php-extensions
v.2.7.8
Error description
Using the command
install-php-extensions oci8 pdo_oci;
is working fine for php8.3 - but not for php8.4It builds with no error - and the oci-extension is installed fine, but not the pdo_oci
Docker image
php:8.4-fpm
Minimal Dockerfile
The text was updated successfully, but these errors were encountered: