Files
animethemes-server/docker/8.4/php.ini
T
Mani 936aafcc4f chore: Updated Sail setup to use PHP 8.4 (#775)
* Ejected Sail configs to enable XDebug.
2025-04-08 04:12:47 +02:00

9 lines
134 B
INI

[PHP]
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS
pcov.directory = .
[xdebug]
xdebug.mode=${XDEBUG_MODE}