Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有在我的 PC 上安装 pear,而是下载了软件包并将它们解压缩到我的 web-app 中的“libs”字典中。我的 web-app 的字典结构大致是这样的:
网络应用 +-/后端 +-/库 +-/梨子 +-梨.php +-pear5.php +-mdb2.php +-/mdb2
该应用程序在我的两台 PC 上运行良好,但在虚拟主机中运行时抛出“无法重新声明类 mdb2_error”错误。
使用include_once/require_once通常可以解决这个问题。
include_once
require_once