vrana           Mon Jul 26 17:31:36 2004 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions setcookie.xml 
  Log:
  Expire is compared to client's time
  
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/setcookie.xml?r1=1.29&r2=1.30&ty=u
Index: phpdoc/en/reference/http/functions/setcookie.xml
diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.29 
phpdoc/en/reference/http/functions/setcookie.xml:1.30
--- phpdoc/en/reference/http/functions/setcookie.xml:1.29       Thu Jul 22 20:18:21 
2004
+++ phpdoc/en/reference/http/functions/setcookie.xml    Mon Jul 26 17:31:36 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
   <refentry id="function.setcookie">
    <refnamediv>
@@ -317,6 +317,10 @@
       Unix timestamp, as opposed to the date format <literal>Wdy, DD-Mon-YYYY
       HH:MM:SS GMT</literal>, this is because PHP does this conversion
       internally.
+     </para>
+     <para>
+      <parameter>expire</parameter> is compared to the client's time which can
+      differ from server's time.
      </para>
     </note>
     <note>

Reply via email to