adrianharabula / php-oci8

Official Docker PHP image with Oracle Instant Client and OCI8
https://hub.docker.com/r/adrianharabula/php7-with-oci8
28 stars 35 forks source link

cannot install packages #2

Closed amidia closed 6 years ago

amidia commented 6 years ago

hi i tried to install some oci8 wrapper with composer but keep getting error how to add some cli on php-apache image i keep stuck in here. any insight would be appreciated.

here is the error i got: `composer require yajra/laravel-oci8 Using version ^5.5 for yajra/laravel-oci8 ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

adrianharabula commented 6 years ago

Hello, it seems that oci8 extension is not running. Is this issue still available?

adrianharabula commented 6 years ago

i'm closing the issue; please reopen if it is still relevant for you.

adrianharabula commented 5 years ago

Hello, I think it's fixed in 3c03187a6ea281422f927bc563d6d6c15b949c37. Check it out! https://github.com/adrianharabula/php7-with-oci8/blob/master/php71/7.1.30-apache-stretch/oci-2.2.0/Dockerfile

amidia commented 4 years ago

Hello, I think it's fixed in 3c03187. Check it out! https://github.com/adrianharabula/php7-with-oci8/blob/master/php71/7.1.30-apache-stretch/oci-2.2.0/Dockerfile

thanks that's helped. i've came around with similar project right now.