[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-name.xml

2005-12-18 Thread Martin Samesch
samesch Sun Dec 18 16:29:31 2005 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-name.xml 
  Log:
  grammar (I hope it's correct)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/session/functions/session-name.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/session/functions/session-name.xml
diff -u phpdoc/en/reference/session/functions/session-name.xml:1.5 
phpdoc/en/reference/session/functions/session-name.xml:1.6
--- phpdoc/en/reference/session/functions/session-name.xml:1.5  Sat Jul 30 
08:44:26 2005
+++ phpdoc/en/reference/session/functions/session-name.xml  Sun Dec 18 
16:29:30 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -29,8 +29,8 @@
 
 
  
-  Session name can't consist only from digits, at least one letter must be
-  present. Otherwise new session id is generated every time.
+  The session name can't consist of digits only, at least one letter must
+  be present. Otherwise a new session id is generated every time.
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-name.xml

2005-07-30 Thread Jakub Vrana
vrana   Sat Jul 30 04:44:30 2005 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-name.xml 
  Log:
  Session name must contain a letter (bug #27688)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/session/functions/session-name.xml
diff -u phpdoc/en/reference/session/functions/session-name.xml:1.4 
phpdoc/en/reference/session/functions/session-name.xml:1.5
--- phpdoc/en/reference/session/functions/session-name.xml:1.4  Wed May 19 
04:46:40 2004
+++ phpdoc/en/reference/session/functions/session-name.xml  Sat Jul 30 
04:44:26 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -27,6 +27,12 @@
  for every request (and before session_start
  or session_register are called).
 
+
+ 
+  Session name can't consist only from digits, at least one letter must be
+  present. Otherwise new session id is generated every time.
+ 
+
 
  session_name examples
  


[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-name.xml

2004-05-19 Thread Yannick TORRES
yannick Wed May 19 04:46:40 2004 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-name.xml 
  Log:
  typos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-name.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/session/functions/session-name.xml
diff -u phpdoc/en/reference/session/functions/session-name.xml:1.3 
phpdoc/en/reference/session/functions/session-name.xml:1.4
--- phpdoc/en/reference/session/functions/session-name.xml:1.3  Sun Nov 17 08:52:05 
2002
+++ phpdoc/en/reference/session/functions/session-name.xml  Wed May 19 04:46:40 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -37,7 +37,7 @@
 
 $previous_name = session_name("WebsiteID");
 
-echo "The previous session name was $previous_name";
+echo "The previous session name was $previous_name";
 ?>
 ]]>