Skip to content

Commit bc0ae71

Browse files
committed
PHP 8.5
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
1 parent 1ef15fb commit bc0ae71

11 files changed

Lines changed: 20 additions & 17 deletions

File tree

32/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

32/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN set -ex; \
6262
\
6363
# pecl will claim success even if one install fails, so we need to perform each install separately
6464
pecl install APCu-5.1.28; \
65-
pecl install igbinary-3.2.16; \
65+
pecl install igbinary-3.2.17RC1; \
6666
pecl install imagick-3.8.1; \
6767
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868
memcached-3.4.0; \

32/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

33/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

33/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN set -ex; \
6262
\
6363
# pecl will claim success even if one install fails, so we need to perform each install separately
6464
pecl install APCu-5.1.28; \
65-
pecl install igbinary-3.2.16; \
65+
pecl install igbinary-3.2.17RC1; \
6666
pecl install imagick-3.8.1; \
6767
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868
memcached-3.4.0; \

33/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

34/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2-
FROM php:8.4-apache-trixie
2+
FROM php:8.5-apache-trixie
33

44
# entrypoint.sh and cron.sh dependencies
55
RUN set -ex; \
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

34/fpm-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
2-
FROM php:8.4-fpm-alpine3.23
2+
FROM php:8.5-fpm-alpine3.23
33

44
# entrypoint.sh and cron.sh dependencies
55
RUN set -ex; \
@@ -62,7 +62,7 @@ RUN set -ex; \
6262
\
6363
# pecl will claim success even if one install fails, so we need to perform each install separately
6464
pecl install APCu-5.1.28; \
65-
pecl install igbinary-3.2.16; \
65+
pecl install igbinary-3.2.17RC1; \
6666
pecl install imagick-3.8.1; \
6767
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868
memcached-3.4.0; \

34/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2-
FROM php:8.4-fpm-trixie
2+
FROM php:8.5-fpm-trixie
33

44
# entrypoint.sh and cron.sh dependencies
55
RUN set -ex; \
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
\
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.28; \
69-
pecl install igbinary-3.2.16; \
69+
pecl install igbinary-3.2.17RC1; \
7070
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \

update.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ declare -A debian_version=(
1111

1212
declare -A php_version=(
1313
[32]='8.3'
14-
[default]='8.4'
14+
[33]='8.4'
15+
[default]='8.5'
1516
)
1617

1718
declare -A ftp_options=(
@@ -88,7 +89,9 @@ redis_version="$(
8889

8990
declare -A pecl_versions=(
9091
[APCu]="$apcu_version"
91-
[igbinary]="$igbinary_version"
92+
# https://github.com/nextcloud/docker/issues/2578
93+
#[igbinary]="$igbinary_version"
94+
[igbinary]="3.2.17RC1"
9295
[imagick]="$imagick_version"
9396
[memcached]="$memcached_version"
9497
[redis]="$redis_version"

0 commit comments

Comments
 (0)