silverstripe-framework/src/includes
Ingo Schommer b2a85e7a02
FIX BASE_PATH fallback assumed wrong file location (#9977)
The file was moved back in 2017 with 3873e4ba00 (diff-8ce3f007bef0668c2c08320160362229abce9614025dc2a5b729d1b2b56ed3f7),
but the logic wasn't updated. That wasn't apparent since the fallback usually doesn't need to be triggered.
Whenever constants.php is included through the standard composer autoload, the debug_backtrace() logic took priority.

This is an important piece for using CoreKernel directly to boot Silverstripe,
which I'm currently attempting through a composer plugin (so a different autoloading path).
https://github.com/silverstripe/silverstripe-graphql-composer-plugin
2021-07-08 11:11:39 +12:00
..
_manifest_exclude API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
autoload.php Update main.php path to support framework in vendor 2017-10-03 09:03:37 +13:00
constants.php FIX BASE_PATH fallback assumed wrong file location (#9977) 2021-07-08 11:11:39 +12:00
functions.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00