[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/imap/functions/_imap-open.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2019-05-18 6:58:33
Message-ID: svn-cmb-1558162713-347436-1567406325 () svn ! php ! net
[Download RAW message or body]

cmb                                      Sat, 18 May 2019 06:58:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347436

Log:
Fix #78030: imap_open() expects parameter 6 to be array, null given

For all practical purposes, the default value is actually an empty array.

Bug: https://bugs.php.net/78030 (Open) imap_open() expects parameter 6 to be array, \
null given  
Changed paths:
    U   phpdoc/en/trunk/reference/imap/functions/imap-open.xml

Modified: phpdoc/en/trunk/reference/imap/functions/imap-open.xml
===================================================================
--- phpdoc/en/trunk/reference/imap/functions/imap-open.xml	2019-05-17 05:01:44 UTC \
                (rev 347435)
+++ phpdoc/en/trunk/reference/imap/functions/imap-open.xml	2019-05-18 06:58:33 UTC \
(rev 347436) @@ -14,7 +14,7 @@
    <methodparam><type>string</type><parameter>password</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
  <methodparam choice="opt"><type>int</type><parameter>n_retries</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice="opt"><type>array</type><parameter>params</parameter><initializer>&null;</initializer></methodparam>
 +   <methodparam choice="opt"><type>array</type><parameter>params</parameter><initializer>array()</initializer></methodparam>
  </methodsynopsis>
   <para>
    Opens an <acronym>IMAP</acronym> stream to a <parameter>mailbox</parameter>.



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic