vrana           Fri Aug 17 20:36:04 2007 UTC

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-open.xml imap-reopen.xml 
  Log:
  OP_EXPUNGE used only in imap_reopen (bug #37876)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/functions/imap-open.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-open.xml
diff -u phpdoc/en/reference/imap/functions/imap-open.xml:1.14 
phpdoc/en/reference/imap/functions/imap-open.xml:1.15
--- phpdoc/en/reference/imap/functions/imap-open.xml:1.14       Wed Jun 20 
22:24:47 2007
+++ phpdoc/en/reference/imap/functions/imap-open.xml    Fri Aug 17 20:36:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <refentry xml:id="function.imap-open" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>imap_open</refname>
@@ -234,11 +234,6 @@
         </listitem>
         <listitem>
          <simpara>
-          <constant>OP_EXPUNGE</constant> - Silently expunge recycle stream
-         </simpara>
-        </listitem>
-        <listitem>
-         <simpara>
           <constant>OP_SECURE</constant> - Don't do non-secure authentication
          </simpara>
         </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/functions/imap-reopen.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-reopen.xml
diff -u phpdoc/en/reference/imap/functions/imap-reopen.xml:1.13 
phpdoc/en/reference/imap/functions/imap-reopen.xml:1.14
--- phpdoc/en/reference/imap/functions/imap-reopen.xml:1.13     Wed Jun 20 
22:24:47 2007
+++ phpdoc/en/reference/imap/functions/imap-reopen.xml  Fri Aug 17 20:36:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <refentry xml:id="function.imap-reopen" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>imap_reopen</refname>
@@ -59,6 +59,11 @@
         </listitem>
         <listitem>
          <simpara>
+          <constant>OP_EXPUNGE</constant> - Silently expunge recycle stream
+         </simpara>
+        </listitem>
+        <listitem>
+         <simpara>
           <constant>CL_EXPUNGE</constant> - Expunge mailbox automatically upon 
mailbox close
           (see also <function>imap_delete</function> and
           <function>imap_expunge</function>)

Reply via email to