svn: /pear/peardoc/trunk/en/package/networking/net-smtp/ auth.xml

[email protected] (Jon Parise) Tue, 16 Dec 2014 15:22:44 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--a8951ecd313a7638b0f6d7302785f92c027957a5
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

jon                                      Tue, 16 Dec 2014 15:22:44 +0000

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

Log:
Document auth()'s $tls and $authz parameters.

Closes #20464

Bug: http://pear.php.net/bugs/20464 (unknown) 
      
Changed paths:
    U   pear/peardoc/trunk/en/package/networking/net-smtp/auth.xml

Modified: pear/peardoc/trunk/en/package/networking/net-smtp/auth.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-smtp/auth.xml	2014-12-16 11:18:20 UTC (rev 335300)
+++ pear/peardoc/trunk/en/package/networking/net-smtp/auth.xml	2014-12-16 15:22:44 UTC (rev 335301)
@@ -68,6 +68,33 @@
        </listitem>
       </varlistentry>
      </variablelist>
+     <variablelist>
+      <varlistentry>
+       <term>
+                &type.bool;
+                 <parameter>$tls</parameter>
+       </term>
+       <listitem>
+        <para>
+         Flag indicating whether or not TLS should be attempted.
+        </para>
+       </listitem>
+      </varlistentry>
+     </variablelist>
+     <variablelist>
+      <varlistentry>
+       <term>
+                &type.string;
+                 <parameter>$authz</parameter>
+       </term>
+       <listitem>
+        <para>
+         An optional authorization identifier.  If specified, this
+identifier will be used as the authorization proxy.
+        </para>
+       </listitem>
+      </varlistentry>
+     </variablelist>
     </para>
    </refsection>
    <refsection xml:id="package.networking.net-smtp.net-smtp.auth.returns">

--a8951ecd313a7638b0f6d7302785f92c027957a5--