diff --git a/nbproject/configs/proj.properties b/nbproject/configs/proj.properties deleted file mode 100644 index e69de29..0000000 diff --git a/nbproject/project.properties b/nbproject/project.properties index d383fb4..2ebc72b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,5 +1,6 @@ +browser.reload.on.save=true include.path=${php.global.include.path} -php.version=PHP_81 +php.version=PHP_83 source.encoding=UTF-8 src.dir=. tags.asp=false diff --git a/php/dockerfile b/php/dockerfile index 548344c..92390ba 100644 --- a/php/dockerfile +++ b/php/dockerfile @@ -1,8 +1,8 @@ -FROM php:8.1-fpm +FROM php:8.3-fpm # https://pecl.php.net/package/xdebug RUN pecl channel-update pecl.php.net && \ - pecl install xdebug-3.2.0 + pecl install xdebug-3.3.2 EXPOSE 9000 WORKDIR /var/www