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
I read your docker-files/php/7.4fpm file, you describe that is possible to add pdo_firebird but I can't do this.
I try it with RUN docker-php-ext-configure pdo_firebird --with-pdo-firebird \ && docker-php-ext-install -j$(nproc) \ pdo_firebird \
I spent a lot of time to search solution for it, and I see that there is no packages support it on alpine linux.(Maybe one, compiling php form scrath with --with-pdo-firebird flag https://www.php.net/pdo_firebird but it does't satisfy me)
Maybe you have any solution?
The text was updated successfully, but these errors were encountered:
Hi.
I read your
docker-files/php/7.4fpm
file, you describe that is possible to addpdo_firebird
but I can't do this.I try it with
RUN docker-php-ext-configure pdo_firebird --with-pdo-firebird \ && docker-php-ext-install -j$(nproc) \ pdo_firebird \
I spent a lot of time to search solution for it, and I see that there is no packages support it on alpine linux.(Maybe one, compiling php form scrath with
--with-pdo-firebird
flag https://www.php.net/pdo_firebird but it does't satisfy me)Maybe you have any solution?
The text was updated successfully, but these errors were encountered: