Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead 总是报错这个函数 想问问怎么解决
降低你的php版本即可
你的php版本应该已经在7朝上了,php低版本支持__autoload() ,php7用spl_autoload_register()替代了
降低你的php版本即可
你的php版本应该已经在7朝上了,php低版本支持__autoload() ,php7用spl_autoload_register()替代了