gpt4 book ai didi

php - 错误 : __autoload() is deprecated, 改为使用 spl_autoload_register()

转载 作者:行者123 更新时间:2023-12-05 03:56:50 24 4
gpt4 key购买 nike

<分区>

我在实时服务器上遇到 PHP 错误。我相信这是一个版本问题。

错误包含在下面并出现在 config.php 文件中:-

错误:__autoload() 已弃用,请改用 spl_autoload_register()。

来自 config.php 文件的代码片段

if (!function_exists('__autoload')) {
function __autoload($class) {
if (strpos($class, 'Auth_Controller') === 0) {
@include_once( APPPATH . 'core/' . $class . EXT );
}
if (strpos($class, 'Rest_Controller') === 0) {
@include_once( APPPATH . 'core/' . $class . EXT );
}
}
}

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com