php odbc

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

php odbc

文章 yehlu »

https://github.com/docker-library/php/issues/103

代碼: 選擇全部

RUN apt-get update \
  && apt-get install unzip git unixODBC-dev libpq-dev -y

RUN set -x \
    && docker-php-source extract \
    && cd /usr/src/php/ext/odbc \
    && phpize \
    && sed -ri 's@^ *test +"\$PHP_.*" *= *"no" *&& *PHP_.*=yes *$@#&@g' configure \
    && ./configure --with-unixODBC=shared,/usr \
    && docker-php-ext-install odbc \
    && docker-php-source delete
回覆文章

回到「Docker」