From 88a194586b39a982dc6419178a85d6f6d087e6ef Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 9 Dec 2025 13:55:58 +0100 Subject: [PATCH 1/3] Revert "Upgrade to sqlite 3.51.1" This reverts commit 4137e39f2e5b25456de44028e5ff3f745dff1617. --- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 60086879..2a6c17c9 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -384,7 +384,7 @@ RUN make && make install # Needed by: # - php RUN LD_LIBRARY_PATH= yum install -y tcl -ENV VERSION_SQLITE=3.51.1 +ENV VERSION_SQLITE=3.50.4 ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite RUN set -xe; \ mkdir -p ${SQLITE_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 785f81ac..4f764b13 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -384,7 +384,7 @@ RUN make && make install # Needed by: # - php RUN LD_LIBRARY_PATH= yum install -y tcl -ENV VERSION_SQLITE=3.51.1 +ENV VERSION_SQLITE=3.50.4 ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite RUN set -xe; \ mkdir -p ${SQLITE_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index a12d2ebe..56a95117 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -384,7 +384,7 @@ RUN make && make install # Needed by: # - php RUN LD_LIBRARY_PATH= yum install -y tcl -ENV VERSION_SQLITE=3.51.1 +ENV VERSION_SQLITE=3.50.4 ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite RUN set -xe; \ mkdir -p ${SQLITE_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 62aeb3eb..b70efda7 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -387,7 +387,7 @@ RUN make && make install # Needed by: # - php RUN LD_LIBRARY_PATH= yum install -y tcl -ENV VERSION_SQLITE=3.51.1 +ENV VERSION_SQLITE=3.50.4 ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite RUN set -xe; \ mkdir -p ${SQLITE_BUILD_DIR}; \ From ac01b7b33996c68ea9e243068792167ab06aded7 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 9 Dec 2025 13:55:59 +0100 Subject: [PATCH 2/3] Revert "Upgrade nghttp2 to 1.68.0" This reverts commit 20f3229684ea3c5543bdecbf460078b18dcffcce. --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 430a9beb..2f5a8d39 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -206,7 +206,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.68.0 +ENV VERSION_NGHTTP2=1.67.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 2a6c17c9..cdee7e1b 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.68.0 +ENV VERSION_NGHTTP2=1.67.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 4f764b13..f28cd8d3 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.68.0 +ENV VERSION_NGHTTP2=1.67.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 56a95117..bca76da8 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.68.0 +ENV VERSION_NGHTTP2=1.67.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index b70efda7..ccf6f1b5 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.68.0 +ENV VERSION_NGHTTP2=1.67.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ From 1f695923c8527cbd5191d6bd4f2d06e08299e066 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 9 Dec 2025 13:55:59 +0100 Subject: [PATCH 3/3] Revert "Upgrade to PHP 8.3.28 and 8.4.15" This reverts commit a10b5a23e4605667947faa8cdfaae215d80e9777. --- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php-83/Dockerfile b/php-83/Dockerfile index bca76da8..8bc3f567 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.3.28 +ARG VERSION_PHP=8.3.27 # Lambda uses a custom AMI named Amazon Linux 2 diff --git a/php-84/Dockerfile b/php-84/Dockerfile index ccf6f1b5..935080e0 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.4.15 +ARG VERSION_PHP=8.4.14 # Lambda uses a custom AMI named Amazon Linux 2