Skip to content

Commit b93b35b

Browse files
committed
Add to changelog
1 parent c713580 commit b93b35b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Property Name
5858

5959
The property ``Factories::$basenames`` has been renamed to ``$aliases``.
6060

61+
Autoloader
62+
----------
63+
64+
Previously, CodeIgniter's autoloader allowed loading class names ending with the `.php` extension. This means instantiating objects like `new Foo.php()` was possible
65+
and would instantiate as `new Foo()`. Since `Foo.php` is an invalid class name, this behavior of the autoloader is changed. Now, instantiating such classes would fail.
66+
6167
.. _v440-interface-changes:
6268

6369
Interface Changes

0 commit comments

Comments
 (0)