File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN set -eux; \
9595 libssl-dev \
9696 libxml2-dev \
9797 zlib1g-dev \
98- libcapstone-dev libffi-dev libpng-dev libgmp-dev libzip-dev libtidy-dev \
98+ libcapstone-dev libffi-dev libpq-dev libpng-dev libgmp-dev libzip-dev libtidy-dev \
9999 ; \
100100 \
101101 export \
@@ -118,7 +118,7 @@ RUN set -eux; \
118118 ./buildconf; \
119119 ./configure \
120120 --build="$gnuArch" \
121- --with-config-file-path="$PHP_INI_DIR" \
121+ --with-config-file-path="$PHP_INI_DIR" --with-pgsql \
122122 --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
123123 \
124124# make sure invalid --configure-flags are fatal errors instead of just warnings
@@ -243,7 +243,7 @@ ADD https://raw.githubusercontent.com/php/php-src/refs/heads/PHP-8.4/.gdbinit /r
243243
244244RUN apt-get update && apt-get -y --no-install-recommends install libjudydebian1 libuv1 libuv1-dev libjudy-dev ssh git unzip libjemalloc2 ffmpeg nghttp2 && apt-get clean && rm -rf /var/lib/apt/lists/*
245245
246- RUN pecl install igbinary uv-beta pgsql memprof
246+ RUN pecl install igbinary uv-beta memprof
247247
248248RUN apt-get -y remove libuv1-dev libjudy-dev $PHPIZE_DEPS
249249
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ffi.enable=true
77
88extension =igbinary
99extension =uv
10- extension =pgsql
1110extension =memprof
1211zend_extension =opcache
1312
You can’t perform that action at this time.
0 commit comments