Initial commit

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-14 10:04:03 -04:00
commit 465a22c60a
9 changed files with 248 additions and 0 deletions

1
php/error_reporting.ini Normal file
View File

@@ -0,0 +1 @@
error_reporting=E_ALL

8
php/xdebug.ini Normal file
View File

@@ -0,0 +1,8 @@
zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=172.19.0.1
xdebug.start_with_request=yes
xdebug.max_nesting_level=5000
xdebug.remote_autostart=1