Skip to content

Commit 7f5e718

Browse files
committed
[Sync EN] Document missing PHP 8.4.0 constants and deprecations
1 parent 08e5b7a commit 7f5e718

4 files changed

Lines changed: 69 additions & 10 deletions

File tree

reference/ldap/constants.xml

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: hholzgra Status: ready -->
2+
<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: hholzgra Status: ready -->
43
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
54
&reftitle.constants;
65
&extension.constants;
@@ -390,8 +389,27 @@
390389
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,
391390
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>,
392391
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>,
393-
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant> oder
394-
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant>.
392+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>,
393+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> oder
394+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>.
395+
</simpara>
396+
</listitem>
397+
</varlistentry>
398+
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-max">
399+
<term>
400+
<constant>LDAP_OPT_X_TLS_PROTOCOL_MAX</constant>
401+
(<type>int</type>)
402+
</term>
403+
<listitem>
404+
<simpara>
405+
Gibt die maximale Protokolversion an. Entweder
406+
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL2</constant>,
407+
<constant>LDAP_OPT_X_TLS_PROTOCOL_SSL3</constant>,
408+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_0</constant>,
409+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_1</constant>,
410+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_2</constant> oder
411+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>.
412+
Verfügbar ab PHP 8.4.0.
395413
</simpara>
396414
</listitem>
397415
</varlistentry>
@@ -1205,6 +1223,18 @@
12051223
</simpara>
12061224
</listitem>
12071225
</varlistentry>
1226+
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-tls1-3">
1227+
<term>
1228+
<constant>LDAP_OPT_X_TLS_PROTOCOL_TLS1_3</constant>
1229+
(<type>int</type>)
1230+
</term>
1231+
<listitem>
1232+
<simpara>
1233+
Das TLS-1.3-Protokoll.
1234+
Verfügbar ab PHP 8.4.0.
1235+
</simpara>
1236+
</listitem>
1237+
</varlistentry>
12081238

12091239
</variablelist>
12101240
</appendix>

reference/openssl/constants.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 3b06ef4bb06db8cf2cd8ea8470287f7f43ef9e71 Maintainer: cmb Status: ready -->
2+
<!-- EN-Revision: 5b3a84935252a553528cb81b3dacb88647b57c7b Maintainer: cmb Status: ready -->
33
<!-- Reviewed: yes -->
44
<!-- Rev-Revision: eec6a4a36bf452bf271f116e7b6b9bb09d1181c3 Reviewer: samesch -->
55
<appendix xml:id="openssl.constants" xmlns="http://docbook.org/ns/docbook">
@@ -85,6 +85,30 @@
8585
</simpara>
8686
</listitem>
8787
</varlistentry>
88+
<varlistentry xml:id="constant.x509-purpose-ocsp-helper">
89+
<term>
90+
<constant>X509_PURPOSE_OCSP_HELPER</constant>
91+
(<type>int</type>)
92+
</term>
93+
<listitem>
94+
<simpara>
95+
Prüft das Zertifikat zur Verwendung als OCSP-Responder-Helfer.
96+
Verfügbar ab PHP 8.4.0.
97+
</simpara>
98+
</listitem>
99+
</varlistentry>
100+
<varlistentry xml:id="constant.x509-purpose-timestamp-sign">
101+
<term>
102+
<constant>X509_PURPOSE_TIMESTAMP_SIGN</constant>
103+
(<type>int</type>)
104+
</term>
105+
<listitem>
106+
<simpara>
107+
Prüft das Zertifikat zur Verwendung als vertrauenswürdiger Zeitstempel-Signierer.
108+
Verfügbar ab PHP 8.4.0.
109+
</simpara>
110+
</listitem>
111+
</varlistentry>
88112
</variablelist>
89113
</section>
90114

reference/session/constants.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: samesch Status: ready -->
2+
<!-- EN-Revision: 7c4e8d8219e9a65553cfc378bb46405bf6b2ed53 Maintainer: samesch Status: ready -->
43
<!-- Reviewed: yes -->
54
<!-- Rev-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Reviewer: samesch -->
65
<appendix xml:id="session.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -20,6 +19,11 @@
2019
dieselbe ID, die auch von <function>session_id</function> zurückgegeben
2120
wird.
2221
</simpara>
22+
<warning>
23+
<simpara>
24+
Diese Konstante ist seit PHP 8.4.0 veraltet.
25+
</simpara>
26+
</warning>
2327
</listitem>
2428
</varlistentry>
2529
<varlistentry xml:id="constant.php-session-disabled">

reference/soap/constants.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: f309e78f9439ae5d063a284cefb4b375233aa785 Maintainer: sammywg Status: ready -->
2+
<!-- EN-Revision: 7c4e8d8219e9a65553cfc378bb46405bf6b2ed53 Maintainer: sammywg Status: ready -->
43
<!-- Reviewed: yes -->
54
<!-- Rev-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Reviewer: samesch -->
65
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -65,7 +64,9 @@
6564
(<type>int</type>)
6665
</entry>
6766
<entry>999</entry>
68-
<entry/>
67+
<entry>
68+
Seit PHP 8.4.0 veraltet.
69+
</entry>
6970
</row>
7071
<row xml:id="constant.soap-encoded">
7172
<entry>

0 commit comments

Comments
 (0)