> >>> 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" > > > > > > Any Windows user to comment on this? > > Tal
To my experience (i was the one who wrote this note ;-)) both is possible \ and /. IMHO it should be consistent with other path notations in the docs. Also to my experience it helps to avoid conflicts to use the unix convention (like apache for win) Friedhelm -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Günstige DSL- & Modem/ISDN-Tarife! -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php