Php v8.3 deprecates calling get_class() without arguments. While on 8.2 this was still valid it is no longer. System was alread updated, but the project specific queries were not.
5 lines
139 B
PHP
5 lines
139 B
PHP
FROM php:8.3-fpm-alpine
|
|
|
|
# RUN docker-php-ext-install pdo pdo_mysql mbstring
|
|
# RUN apk add sqlite
|
|
RUN docker-php-ext-install session mysqli |