Tal Peer wrote:
> 
> Martin Samesch wrote:
> 
> >samesch                Fri Oct  4 07:25:24 2002 EDT
> >
> >  Modified files:
> >    /phpdoc/en/reference/session       ini.xml
> >  Log:
> >  fixed typo, c:/temp isn't a valid Windows path
> >
> >
> 
> But PHP uses windows paths with unix-slashes, no? (i hardly use php on
> win, so i'm not sure..)

Ooops, to be honest, I'm not sure about that, too (I never use PHP on
win), but...

$ grep path /etc/php4/apache/php.ini
[...]
include_path = [...]  ; UNIX: "/path1:/path2"  Windows:
"\path1;\path2"

Martin

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to