Skip to content

Commit 50829e2

Browse files
committed
CRW-3487 update to php8.0
Change-Id: I358899abc0675c95edcd4bd1ae6500744cd473c6 Signed-off-by: Nick Boldt <[email protected]>
1 parent 266444f commit 50829e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

devspaces-udi/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ENV \
5252
HOME=/home/user \
5353
NODEJS_VERSION="16" \
5454
PYTHON_VERSION="3.9" \
55-
PHP_VERSION="7.3" \
55+
PHP_VERSION="8.0" \
5656
XDEBUG_VERSION="3.1.6"
5757
LD_LIBRARY_PATH="/usr/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \
5858
CPATH="/usr/include${CPATH:+:${CPATH}}" \
@@ -268,7 +268,7 @@ RUN \
268268
xdebug.client_port = 9000\n\
269269
xdebug.mode = debug\n\
270270
xdebug.start_with_request = yes\n\
271-
xdebug.remote_log=/tmp/xdebug.log" > /etc/php.ini && \
271+
xdebug.log=/tmp/xdebug.log" > /etc/php.ini && \
272272
# set up httpd
273273
sed -i 's/opt\/app-root\/src/projects/' /etc/httpd/conf/httpd.conf && \
274274
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \

devspaces-udi/build/php_xdebug.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM ubi8-minimal:latest
1616
USER root
1717
ENV \
1818
HOME=/home/user \
19-
PHP_VERSION="7.4" \
19+
PHP_VERSION="8.0" \
2020
XDEBUG_VERSION="3.1.6"
2121

2222
RUN \
@@ -44,7 +44,7 @@ RUN \
4444
xdebug.client_port = 9000\n\
4545
xdebug.mode = debug\n\
4646
xdebug.start_with_request = yes\n\
47-
xdebug.remote_log=/tmp/xdebug.log" > /etc/php.ini && \
47+
xdebug.log=/tmp/xdebug.log" > /etc/php.ini && \
4848
# set up httpd
4949
sed -i 's/opt\/app-root\/src/projects/' /etc/httpd/conf/httpd.conf && \
5050
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \

0 commit comments

Comments
 (0)