appwrite/app
Chirag Aggarwal a744cb0843 fix: add global scope declaration for $register in registers.php
PHPUnit's FileLoader::load() includes bootstrap files inside a function
scope. Without the global declaration, $register is created in local
scope and isn't accessible when other files (like resources.php) use
global $register to reference it.
2026-02-04 16:05:13 +05:30
..
assets Feat: update GeoDB database 2025-12-02 01:40:44 +00:00
config CLI sites domain fix 2026-02-04 18:04:48 +13:00
controllers replace app usage with http 2026-02-04 11:22:04 +05:30
init fix: add global scope declaration for $register in registers.php 2026-02-04 16:05:13 +05:30
views Allow separately enabling graphql introspection 2026-01-19 19:26:17 +13:00
cli.php Fix Safe PHP deprecation warnings 2026-02-03 10:11:12 +05:30
http.php replace app usage with http 2026-02-04 11:22:04 +05:30
init.php fix: memory leak 2026-01-03 22:38:17 +00:00
realtime.php replace app usage with http 2026-02-04 11:22:04 +05:30
worker.php Improve span data with detailed metrics 2026-02-03 12:27:27 +05:30