Skip to content

Commit 5b2217f

Browse files
committed
Fix GH-1935: CURLOPT_PASSWDFUNCTION and CURLOPT_MUTE no longer defined
1 parent 91e303f commit 5b2217f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

reference/curl/constants.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
</term>
488488
<listitem>
489489
<simpara>
490-
490+
Removed as of cURL 7.15.5; use <constant>CURLOPT_RETURNTRANSFER</constant> instead.
491491
</simpara>
492492
</listitem>
493493
</varlistentry>
@@ -1006,7 +1006,7 @@
10061006
</term>
10071007
<listitem>
10081008
<simpara>
1009-
1009+
Removed as of PHP 7.3.0.
10101010
</simpara>
10111011
</listitem>
10121012
</varlistentry>

reference/curl/functions/curl-setopt.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,7 @@
21562156
<row>
21572157
<entry>Option</entry>
21582158
<entry>Set <parameter>value</parameter> to</entry>
2159+
<entry>Notes</entry>
21592160
</row>
21602161
</thead>
21612162
<tbody>
@@ -2177,6 +2178,7 @@
21772178
string containing a password prompt, and the third is the maximum
21782179
password length. Return the string containing the password.
21792180
</entry>
2181+
<entry>Removed as of PHP 7.3.0.</entry>
21802182
</row>
21812183
<row>
21822184
<entry valign="top"><constant>CURLOPT_PROGRESSFUNCTION</constant></entry>

0 commit comments

Comments
 (0)