Skip to content

Commit

Permalink
Confirm that the PHP 8.0 build fails without the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Nov 16, 2023
1 parent 9ff4165 commit 6b5fa9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,6 @@ ARG VERSION_PHP
RUN curl --location --silent --show-error --fail https://www.php.net/get/php-${VERSION_PHP}.tar.gz/from/this/mirror \
| tar xzC . --strip-components=1

COPY layers/openssl3.patch ${PHP_BUILD_DIR}
RUN patch -N -p1 -s < openssl3.patch
RUN rm openssl3.patch

# Configure the build
# -fstack-protector-strong : Be paranoid about stack overflows
# -fpic : Make PHP's main executable position-independent (improves ASLR security mechanism, and has no performance impact on x86_64)
Expand Down

0 comments on commit 6b5fa9c

Please sign in to comment.