Commit Graph

8 Commits

Author SHA1 Message Date
Yassine Guedidi
b9965765b7 Deprecate web/app.php and web/app_dev.php
Both files now delegate to web/index.php and emit an E_USER_DEPRECATED
notice. A defined() guard prevents the notice from firing twice when
Symfony Runtime re-executes the entry script via SCRIPT_FILENAME.

The deprecated wrappers set APP_ENV/APP_DEBUG to match their legacy
environments (prod/0 and dev/1) so existing web server configurations
that point to these files keep working until wallabag 3.0 removes them.

Debug::enable() is no longer called explicitly — SymfonyRuntime handles
it when APP_DEBUG is truthy.
2026-03-17 01:53:32 +01:00
Yassine Guedidi
1ba1ed23f1 Replace Debug component by ErrorHandler component 2023-08-07 22:29:48 +01:00
Jeremy Benoist
6fc95673df Cleanup 2018-11-28 22:04:54 +01:00
Jeremy Benoist
73cd160bfc Switch to Symfony 3 structure 2016-01-15 09:35:39 +01:00
Jeremy Benoist
5c895a7fd1 Update bundle & stock file
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
2016-01-15 09:35:38 +01:00
Nicolas Lœuillet
589dce52c6 disable dev environment 2015-01-28 21:28:12 +01:00
Nicolas Lœuillet
2b9fe72b39 remove foo test 2015-01-22 10:14:37 +01:00
Nicolas Lœuillet
93fd4692f6 symfony is there 2015-01-22 08:30:07 +01:00