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
Currently, PHPCTL supports several common-use extensions. However, some proprietary drivers, such as SQL Server, require more effort in their installation. To avoid burdening the project with something uncommon (or not), I would like to discuss some possibilities with everyone:
Load the SQL Server driver by default in the main project image.
Create an "incubator" directory and provide the Dockerfile with the correct installation to be used "on demand" through PHPCTL_IMAGE.
Don't waste time on this, as nobody will use it.
This can be applied to other drivers, such as Oci (Oracle). In short, the goal is not to make the project heavy, but rather compatible with all needs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, PHPCTL supports several common-use extensions. However, some proprietary drivers, such as SQL Server, require more effort in their installation. To avoid burdening the project with something uncommon (or not), I would like to discuss some possibilities with everyone:
This can be applied to other drivers, such as Oci (Oracle). In short, the goal is not to make the project heavy, but rather compatible with all needs.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions