Updates ldap_set_option docs to indicate what versions of PHP certain options are become available

-- 
Provided by anonymous 83810 (briankosborne@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342598 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sebastien Hedde 2017-06-16 11:50:45 +00:00
parent db1dd771e1
commit b507bf4063

View file

@ -119,72 +119,72 @@
<row>
<entry><constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant></entry>
<entry>int</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant></entry>
<entry>int</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant></entry>
<entry>int</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CACERTDIR</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CACERTFILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CERTFILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CRLCHECK</constant></entry>
<entry>integer</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_CRLFILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_DHFILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_KEYILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant></entry>
<entry>integer</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant></entry>
<entry>string</entry>
<entry></entry>
<entry>PHP 7.1.0</entry>
</row>
<row>
<entry><constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant></entry>
<entry>integer</entry>
<entry>PHP 7.1.0</entry>
<entry>PHP 7.0.5</entry>
</row>
</tbody>
</tgroup>