From 2f20deb2714c011effff1ff630f5638c9ad3f586 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 18 Mar 2010 17:30:04 +0000 Subject: [PATCH] Fixed bug #51251 (imap_open() missing DISABLE_AUTHENTICATOR documentation) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296351 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-open.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/reference/imap/functions/imap-open.xml b/reference/imap/functions/imap-open.xml index af0a28cc34..f2cf25e95b 100644 --- a/reference/imap/functions/imap-open.xml +++ b/reference/imap/functions/imap-open.xml @@ -14,6 +14,7 @@ stringpassword intoptionsNIL intn_retries0 + arrayparamsNULL Opens an IMAP stream to a mailbox. @@ -251,6 +252,22 @@ + + params + + + Connection parameters, the following (string) keys maybe used + to set one or more connection parameters: + + + + DISABLE_AUTHENTICATOR - Disable authentication properties + + + + + + @@ -273,6 +290,10 @@ + + 5.3.2 + params added + 5.2.0 n_retries added