the path looks like this in my Win32 Apache:
C:\apache\htdocs (that's the place for all my files)
in C:\apache\php\ there are two files name:
php.ini-dist
and
php.ini-optimized
in these two files there is the string:
include_path = ; UNIX: "/path1:/path2" Windows: "\path1;\path2"
I assume Windows is the one to pick.. but I just don't know what to type in after the =
I've tried with: ,.\ ,./ ,/htdocs/, /
none of them are working.