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..)

Tal

>  
>  
>Index: phpdoc/en/reference/session/ini.xml
>diff -u phpdoc/en/reference/session/ini.xml:1.4 
>phpdoc/en/reference/session/ini.xml:1.5
>--- phpdoc/en/reference/session/ini.xml:1.4    Sat Sep 28 10:48:57 2002
>+++ phpdoc/en/reference/session/ini.xml        Fri Oct  4 07:25:24 2002
>@@ -1,5 +1,5 @@
> <?xml version="1.0" encoding="iso-8859-1"?>
>-<!-- $Revision: 1.4 $ -->
>+<!-- $Revision: 1.5 $ -->
> <section id="session.configuration">
>  &reftitle.runtime;
>  &extension.runtime;
>@@ -164,7 +164,7 @@
>         <simpara>
>          Windows users have to change this variable in order to use PHP's 
>          session functions. Make sure to specify a valid path, e.g.:
>-         <filename>c:/temp</filename>.
>+         <filename>c:\temp</filename>.
>         </simpara>
>        </note>
>       </listitem>
>
>
>
>  
>




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

Reply via email to