From 3118259ae570e5e75160ee7dd983d42c13c4900c Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Wed, 8 Jan 2025 13:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=BA=D1=82=D1=83=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nbproject/configs/proj.properties | 0 nbproject/project.properties | 3 ++- php/dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 nbproject/configs/proj.properties 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