Add more than one path to php include_path
To add more than one path to php include_path you need to use two dots as separator.
For example:
include_path = ".:/usr/share/php:/home/ZendFramework-1.12.3/library"
I have added 3 paths:
- . (current path)
- /usr/share/php
- /home/ZendFramework-1.12.3/library
Written by Luiz Gustavo Gavinho
Related protips
2 Responses
You added 3 paths: current path with ".", /usr/share/php and /home/ZendFramework-1.12.3/library
over 1 year ago
·
Thanks Kuli. I will fix it.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#