thinkphp windows 宝塔 include_path
php.ini文件
; Windows: “\path1;\path2”
;include_path = “.;C:/php/includes”
去掉分号
; Windows: “\path1;\path2”
include_path = “.;C:/php/includes”
重载配置
php.ini文件
; Windows: “\path1;\path2”
;include_path = “.;C:/php/includes”
去掉分号
; Windows: “\path1;\path2”
include_path = “.;C:/php/includes”
重载配置