Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion reference/ldap/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,19 @@
</term>
<listitem>
<simpara>
Specifies the minimum protocol version. This can be one of: <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>
Specifies the minimum protocol version. This can be one of: <constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>, <constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-max">
<term>
<constant>LDAP_OPT_X_TLS_PROTOCOL_MAX</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Specifies the maximum protocol version.
Available as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -1155,6 +1167,18 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-3">
<term>
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
The TLS 1.3 protocol.
Available as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>

</variablelist>
</appendix>
Expand Down
22 changes: 22 additions & 0 deletions reference/openssl/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,28 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.x509-purpose-ocsp-helper">
<term>
<constant>X509_PURPOSE_OCSP_HELPER</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Available as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.x509-purpose-timestamp-sign">
<term>
<constant>X509_PURPOSE_TIMESTAMP_SIGN</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Available as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>

Expand Down
5 changes: 5 additions & 0 deletions reference/session/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
if session ID was set in an appropriate session cookie. This is
the same id as the one returned by <function>session_id</function>.
</simpara>
<warning>
<simpara>
This constant has been deprecated as of PHP 8.4.0.
</simpara>
</warning>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.php-session-disabled">
Expand Down
4 changes: 3 additions & 1 deletion reference/soap/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
(<type>int</type>)
</entry>
<entry>999</entry>
<entry/>
<entry>
Deprecated as of PHP 8.4.0.
</entry>
</row>
<row xml:id="constant.soap-encoded">
<entry>
Expand Down