Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Tal Peer

Martin Samesch wrote:

sameschFri 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.4Sat Sep 28 10:48:57 2002
+++ phpdoc/en/reference/session/ini.xmlFri 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.:
- filenamec:/temp/filename.
+ filenamec:\temp/filename.
 /simpara
/note
   /listitem



  





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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Martin Samesch

Tal Peer wrote:
 
 Martin Samesch wrote:
 
 sameschFri 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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Tal Peer

Martin Samesch wrote:

Tal Peer wrote:
  

Martin Samesch wrote:



sameschFri 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
  


Any Windows user to comment on this?

Tal

Martin

  





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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread holliwell

  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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Steph

hm, usually it doesn't make any difference - but if I cd to root using
the unix slash it doesn't work.

Microsoft(R) Windows 98
   (C)Copyright Microsoft Corp 1981-1998.

C:\WINDOWScd \

C:\

Microsoft(R) Windows 98
   (C)Copyright Microsoft Corp 1981-1998.

C:\WINDOWScd /
Invalid switch - /

C:\WINDOWS

- Original Message -
From: [EMAIL PROTECTED]
To: Tal Peer [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 12:33 PM
Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml


   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




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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread holliwell

 hm, usually it doesn't make any difference - but if I cd to root using
 the unix slash it doesn't work.
 
 Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1998.
 
 C:\WINDOWScd \
 
 C:\
 
 Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1998.
 
 C:\WINDOWScd /
 Invalid switch - /
 
 C:\WINDOWS
 

Yep, right, it doesnt work with cd in the win shell, but its valid for e.g.
php and apache.

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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Steph

valid, yes.  Correct? .. hmm.

surely if you have C:\ in there at all it's win32 documentation,
regardless of the way you point your slashes :)

- Original Message -
From: [EMAIL PROTECTED]
To: Steph [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, October 04, 2002 12:53 PM
Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml


  hm, usually it doesn't make any difference - but if I cd to root
using
  the unix slash it doesn't work.
 
  Microsoft(R) Windows 98
 (C)Copyright Microsoft Corp 1981-1998.
 
  C:\WINDOWScd \
 
  C:\
 
  Microsoft(R) Windows 98
 (C)Copyright Microsoft Corp 1981-1998.
 
  C:\WINDOWScd /
  Invalid switch - /
 
  C:\WINDOWS
 

 Yep, right, it doesnt work with cd in the win shell, but its valid for
e.g.
 php and apache.

 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



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread holliwell

 valid, yes.  Correct? .. hmm.
 
 surely if you have C:\ in there at all it's win32 documentation,
 regardless of the way you point your slashes :)

Sure.
I don't care about at all ;-)  and I am in no way any kind of religious
about this pointas long as the docs are consistent.

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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Gabor Hojtsy

 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

AFAIK, path values can be used with / instead of \ in php.ini
on windows. At least I use these kind of values, and all thigs
work. So as far as php cares, c:/temp seems to be a valid path.

Goba



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Gabor Hojtsy

  valid, yes.  Correct? .. hmm.
  
  surely if you have C:\ in there at all it's win32 documentation,
  regardless of the way you point your slashes :)
 
 Sure.
 I don't care about at all ;-)  and I am in no way any kind of religious
 about this pointas long as the docs are consistent.

It's better to use c:/somedir/subdir all in php.ini php code and apache,
as it does not need any escapes (c:\\somedir\\subdir), and works in
all these environments.

Goba



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