Skip to content

Commit bc5d18a

Browse files
committed
PHP 8.1 | MigrationGuide/New constants: add missing constants [1]
> * Added CURLOPT_DOH_URL option > * Added certificate blob options when for libcurl >= 7.71.0: > > CURLOPT_ISSUERCERT_BLOB > CURLOPT_PROXY_ISSUERCERT > CURLOPT_PROXY_ISSUERCERT_BLOB > CURLOPT_PROXY_SSLCERT_BLOB > CURLOPT_PROXY_SSLKEY_BLOB > CURLOPT_SSLCERT_BLOB > CURLOPT_SSLKEY_BLOB Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L220-L229 * php/php-src#6612 * php/php-src@3dad63b * php/php-src#7194 * php/php-src@b11785c
1 parent 2b5457c commit bc5d18a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

appendices/migration81/constants.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22
<sect1 xml:id="migration81.constants" xmlns:xlink="http://www.w3.org/1999/xlink">
33
<title>New Global Constants</title>
44

5+
<sect2 xml:id="migration81.constants.curl">
6+
<title>cURL</title>
7+
8+
<itemizedlist>
9+
<listitem>
10+
<simpara><constant>CURLOPT_DOH_URL</constant></simpara>
11+
</listitem>
12+
<listitem>
13+
<simpara><constant>CURLOPT_ISSUERCERT_BLOB</constant></simpara>
14+
</listitem>
15+
<listitem>
16+
<simpara><constant>CURLOPT_PROXY_ISSUERCERT</constant></simpara>
17+
</listitem>
18+
<listitem>
19+
<simpara><constant>CURLOPT_PROXY_ISSUERCERT_BLOB</constant></simpara>
20+
</listitem>
21+
<listitem>
22+
<simpara><constant>CURLOPT_PROXY_SSLCERT_BLOB</constant></simpara>
23+
</listitem>
24+
<listitem>
25+
<simpara><constant>CURLOPT_PROXY_SSLKEY_BLOB</constant></simpara>
26+
</listitem>
27+
<listitem>
28+
<simpara><constant>CURLOPT_SSLCERT_BLOB</constant></simpara>
29+
</listitem>
30+
<listitem>
31+
<simpara><constant>CURLOPT_SSLKEY_BLOB</constant></simpara>
32+
</listitem>
33+
</itemizedlist>
34+
</sect2>
35+
536
<sect2 xml:id="migration81.constants.mysqli">
637
<title>MySQLi</title>
738

0 commit comments

Comments
 (0)