Last Updated: February 25, 2016
·
1.073K
· lgavinho

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

2 Responses
Add your response

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 ·