gpt4 book ai didi

php - 包含路径被 ZF 覆盖

转载 作者:行者123 更新时间:2023-12-04 18:30:40 29 4
gpt4 key购买 nike

我遇到了 PHP 和 Zend Framework 的这个小问题。

我使用 apt-get install libzend-framework-php 安装了 ZF它还安装了二进制 zf.shzend-framework.ini/etc/php5/apache2/conf.d .我取消注释文件中的行:

[Zend]
include_path=${include_path} ":/usr/share/php/libzend-framework-php"

问题是这完全覆盖了我的 include_path。通常,它包含 /usr/share/php:/usr/share/pear .

我的 include_path 现在只有:(来自 phpinfo())
include_path    :/usr/share/php/libzend-framework-php

您可以在 this link 上查看.

我想知道怎么了,因为它很烦人!

最佳答案

将 Zend 包含路径更改为:

include_path=${include_path} ":/usr/share/php/libzend-framework-php:/usr/share/php:/usr/share/pear"

关于php - 包含路径被 ZF 覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15800922/

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