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.
我已经下载了 aps-php-runtime-2.1-283.zip 库和文档说解压缩它并放在默认的 include_path 目录下。我签入了 php.ini 文件,但它显示默认位置为 .:/php/includes。我必须放置第三方库以在全局中使用的实际目录是什么,如下所示。
<php? require_once "aps/2/runtime.php"; ?>
默认目录确实是 /php/includes,它在 Mac 上不存在。如果你想使用默认的,你必须创建它。
但是更改 include_path 并使其指向不同的目录也是一种完全有效的方法。