You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4 rewrites the autoloader to be class-based, via the class Laminas\ZendFrameworkBridge\Autoloader. Additionally, the new approach
provides a performance boost by using a balanced tree algorithm, ensuring
matches occur faster.
Deprecated
Nothing.
Removed
#4 removes function aliasing. Function aliasing will move to the packages that
provide functions.