Question

OK les gars, j'ai un problème bizarre,

J'utilise set_include_path avant eaccelerator et tous workded grand, mais maintenant je ne peux pas à travailler, ce ne est pas mise sur mon chemin et aussi parfois lorsque l'utilisation get_include_path à ajouter ancien avant de nouveau une chaîne binaire get_include_path de retour plutôt que string.

Toutes les idées?

acclamations, / Marcin

Était-ce utile?

La solution

Essayez ceci:

set_include_path(implode(PATH_SEPARATOR, array(
    realpath('/../your_path1'),
    realpath('/../your_path2'),
    get_include_path(),
)));
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top