好的,我有一个奇怪的问题,

我一直在eaccelerator之前使用set_include_path,并且所有工作都很好,但是现在我无法使其工作,它没有设置我的路径,有时在使用get_include_path时,在设置新的一个get_include_path_path return return return binary string string而不是字符串之前,我有时会添加od_include_path。

有任何想法吗?

欢呼, /马辛

有帮助吗?

解决方案

尝试这个:

set_include_path(implode(PATH_SEPARATOR, array(
    realpath('/../your_path1'),
    realpath('/../your_path2'),
    get_include_path(),
)));
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top