Переход на php8.3 + обновление зависимостей

This commit is contained in:
2025-02-26 01:35:06 +08:00
parent d337925713
commit 2ab7cd7378
7 changed files with 37 additions and 112 deletions

View File

@@ -2,10 +2,7 @@
error_reporting = E_ALL
expose_php = Off
file_uploads = Off
memory_limit=-1
max_execution_time=-1
; upload_max_filesize=10M
; post_max_size=10M
[opcache]
opcache.enable = 1
@@ -22,7 +19,7 @@ zend_extension = xdebug.so
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.trigger_value = go
xdebug.client_host = 172.17.0.1
xdebug.client_host = host.docker.internal
xdebug.REQUEST = *
xdebug.SESSION = *
xdebug.SERVER = *