-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hello,
I obtained a PHP warning on PHP 7.2 when trying to install wordpress-12factor using composer wordpress-setup-core-install.
PHP Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /wordpress/wp-includes/compat.php on line 502I fixed it replacing:
function __autoload( $classname ) {
...
}by
function spl_autoload_register( $classname ) {
...
}Thank you for your useful project!
deronimo, urtt, dreacot and AndreyKlym
Metadata
Metadata
Assignees
Labels
No labels