sean Mon Dec 20 14:58:30 2004 EDT
Modified files: /phpdoc/en/reference/session ini.xml Log: wez fixed this in 4.3.4 http://cvs.php.net/diff.php/phpdoc/en/reference/session/ini.xml?r1=1.26&r2=1.27&ty=u Index: phpdoc/en/reference/session/ini.xml diff -u phpdoc/en/reference/session/ini.xml:1.26 phpdoc/en/reference/session/ini.xml:1.27 --- phpdoc/en/reference/session/ini.xml:1.26 Tue Aug 10 12:30:20 2004 +++ phpdoc/en/reference/session/ini.xml Mon Dec 20 14:58:30 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.26 $ --> +<!-- $Revision: 1.27 $ --> <section id="session.configuration"> &reftitle.runtime; &extension.runtime; @@ -217,8 +217,8 @@ </warning> <note> <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.: + Prior to PHP 4.3.4, Windows users had to change this variable in order + to use PHP's session functions. A valid path must be specified, e.g.: <filename>c:/temp</filename>. </simpara> </note>