I have this line in php.ini
include_path = ".;C:\xampp\htdocs\zend\library;C:\xampp\php\PEAR"
What exactly is the . in front of the string?
And what does the line do, exactly? I know it includes the paths, but what exactly happens behind the scenes? Maybe this is a dumb question but I'm asking anyway :-)