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
40 changes: 35 additions & 5 deletions reference/ldap/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: hholzgra Status: ready -->
<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: hholzgra Status: ready -->
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants;
Expand Down Expand Up @@ -386,12 +385,31 @@
</term>
<listitem>
<simpara>
Gibt die Mindestprotokolversion an. Entweder
Gibt die Mindestprotokollversion an. Entweder
<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> oder
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>.
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>,
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> oder
<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>
Gibt die maximale Protokollversion an. Entweder
<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> oder
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>.
Verfügbar ab PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -1205,6 +1223,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>
Das TLS-1.3-Protokoll.
Verfügbar ab PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>

</variablelist>
</appendix>
Expand Down
26 changes: 25 additions & 1 deletion reference/openssl/constants.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3b06ef4bb06db8cf2cd8ea8470287f7f43ef9e71 Maintainer: cmb Status: ready -->
<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: cmb Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: eec6a4a36bf452bf271f116e7b6b9bb09d1181c3 Reviewer: samesch -->
<appendix xml:id="openssl.constants" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -85,6 +85,30 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.x509-purpose-ocsp-helper">
<term>
<constant>X509_PURPOSE_OCSP_HELPER</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Prüft das Zertifikat zur Verwendung als OCSP-Responder-Helfer.
Verfügbar ab 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>
Prüft das Zertifikat zur Verwendung als vertrauenswürdiger Zeitstempel-Signierer.
Verfügbar ab PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>

Expand Down
8 changes: 6 additions & 2 deletions reference/session/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: samesch Status: ready -->
<!-- EN-Revision: 7c4e8d8219e9a65553cfc378bb46405bf6b2ed53 Maintainer: samesch Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Reviewer: samesch -->
<appendix xml:id="session.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -20,6 +19,11 @@
dieselbe ID, die auch von <function>session_id</function> zurückgegeben
wird.
</simpara>
<warning>
<simpara>
Diese Konstante ist seit PHP 8.4.0 veraltet.
</simpara>
</warning>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.php-session-disabled">
Expand Down
7 changes: 4 additions & 3 deletions reference/soap/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f309e78f9439ae5d063a284cefb4b375233aa785 Maintainer: sammywg Status: ready -->
<!-- EN-Revision: 7c4e8d8219e9a65553cfc378bb46405bf6b2ed53 Maintainer: sammywg Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Reviewer: samesch -->
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -65,7 +64,9 @@
(<type>int</type>)
</entry>
<entry>999</entry>
<entry/>
<entry>
Seit PHP 8.4.0 veraltet.
</entry>
</row>
<row xml:id="constant.soap-encoded">
<entry>
Expand Down
Loading