first commit

This commit is contained in:
2024-10-28 22:14:22 +01:00
commit b65352c452
40581 changed files with 5712079 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,11 @@
zend_extension=xdebug.so
[xdebug]
# @see https://xdebug.org/docs/all_settings#mode
# turn on xdebug with step debugger
; xdebug.mode=develop,debug
# turn on xdebug just for simple error reporting
xdebug.client_host=172.17.0.1
xdebug.client_port=9007
xdebug.mode=debug,coverage
xdebug.start_with_request=yes