-
Notifications
You must be signed in to change notification settings - Fork 346
Changelog v1.8.0 hotfix 2
Harro Verton edited this page Jun 20, 2016
·
1 revision
For backward compatibility, the Fuel loader will alias an existing Error
class to ErrorHandler
, to make sure you don't run into problems when you have extended the Error
class, you upgrade to v1.8, and you are still running PHP 5.
This has become a problem with the appearance of packages like Dennis Stücken's php7ify, of Symfony's polyfill package, which provides support for PHP7's new error class in PHP5.
To overcome this, the Fuel loader will only create the alias if it detects the Error
class is an extension of Fuels own error handler, the same behaviour as when you would run your application on PHP7+.
-
Input
: You can now limit extension stripping by defining a list of extensions to strip. -
Lang
: Missing "database" config key has been added to the config to be able to specify the datababase that contains your language string table.