Could someone enlighten me why they are skipped?


Early on, we found that symbolic links were actually causing issues for several people that were using them. The IncludePathLoader is definitely not the best solution for people who don't manage whats in their include_path, or for people using packages that could potentially conflict with the "scanning" nature of IncludePathLoader.

So, currently, there are a couple of solutions:

* You can setup an environment variable (ZEND_TOOL_INCLUDE_PATH) to point to the directory containing the Zend library.

* You can create a hidden ini file in your home directory named .zf.ini that has php.include_path = "path/to/library/" inside it.

* OR, You can create a hidden .zf directory in your home direcotry, which could have php.include_path = "path/to/library/" in it.


More documentation and a setup script is forthcoming with these features. This is supported in 1.9.1. The incubator is playing host currently to several features that will utilize this home directory and ini file concept.

Hope that helps,
Ralph

Reply via email to