cakephp2-php8/lib/Cake/Core
mark_story 35e0984bec Fix fatal error when E_STRICT is enabled.
If you have E_STRICT enabled and have a strict error in your files, you
would see a fatal error related to Debugger missing.  PHP won't autoload
classes if you are currently in an autoload call, and an error is
triggered.  Preloading Debugger + String in dev mode lets you see the
correct error.
2012-06-24 12:03:31 -04:00
..
App.php allow loading namespaced classes 2012-05-27 19:59:07 +02:00
CakePlugin.php Revert "actually, just ensure the path is slash terminated" 2012-06-07 23:32:43 +02:00
Configure.php Fix fatal error when E_STRICT is enabled. 2012-06-24 12:03:31 -04:00
Object.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00