File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ARG PHP_VERSION
10
10
RUN mkdir -p /opt/bref/extensions
11
11
12
12
# Install xdebug
13
- RUN if [ $PHP_VERSION != "84" ]; then pecl install xdebug; fi
14
- RUN if [ $PHP_VERSION != "84" ]; then cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions; fi
13
+ run if [[ $PHP_VERSION != "84" ]] ; then pecl install xdebug-3.3.2; else pecl install xdebug-3.4.0beta1 ; fi
14
+ RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
15
15
16
16
# Install Blackfire
17
17
# https://blackfire.io/docs/up-and-running/installation?action=install&mode=full&version=latest&mode=full&location=server&os=manual&language=php#install-the-php-probe
Original file line number Diff line number Diff line change 4
4
ARG IMAGE_VERSION_SUFFIX
5
5
6
6
# https://www.php.net/downloads
7
- ARG RELEASE_USER_PHP=saki
8
- ARG VERSION_PHP=8.4.0RC1
7
+ ARG RELEASE_USER_PHP=calvinb
8
+ ARG VERSION_PHP=8.4.0RC2
9
9
10
10
11
11
# Lambda uses a custom AMI named Amazon Linux 2
You can’t perform that action at this time.
0 commit comments