@@ -85,7 +85,7 @@ function curl_exec($handle)
85
85
*
86
86
*
87
87
* CURLINFO_HTTP_CODE - The last response code.
88
- * As of PHP 5.5.0 and cURL 7.10.8, this is a legacy alias of
88
+ * As of cURL 7.10.8, this is a legacy alias of
89
89
* CURLINFO_RESPONSE_CODE
90
90
*
91
91
*
@@ -701,18 +701,6 @@ function curl_multi_init()
701
701
*
702
702
*
703
703
*
704
- * CURLOPT_BINARYTRANSFER
705
- *
706
- * TRUE to return the raw output when
707
- * CURLOPT_RETURNTRANSFER is used.
708
- *
709
- *
710
- * From PHP 5.1.3, this option has no effect: the raw output will
711
- * always be returned when
712
- * CURLOPT_RETURNTRANSFER is used.
713
- *
714
- *
715
- *
716
704
* CURLOPT_COOKIESESSION
717
705
*
718
706
* TRUE to mark this as a new cookie "session". It will force libcurl
@@ -733,7 +721,6 @@ function curl_multi_init()
733
721
*
734
722
*
735
723
* Added in cURL 7.19.1.
736
- * Available since PHP 5.3.2.
737
724
* Requires CURLOPT_VERBOSE to be on to have an effect.
738
725
*
739
726
*
@@ -746,7 +733,6 @@ function curl_multi_init()
746
733
*
747
734
*
748
735
* Added in 7.15.2.
749
- * Available since PHP 5.5.0.
750
736
*
751
737
*
752
738
*
@@ -912,7 +898,7 @@ function curl_multi_init()
912
898
* the number of small packets on the network.
913
899
*
914
900
*
915
- * Available since PHP 5.2.1 for versions compiled with libcurl 7.11.2 or
901
+ * Available for versions compiled with libcurl 7.11.2 or
916
902
* greater.
917
903
*
918
904
*
@@ -948,7 +934,7 @@ function curl_multi_init()
948
934
* TRUE to track the handle's request string.
949
935
*
950
936
*
951
- * Available since PHP 5.1.3. The CURLINFO_
937
+ * The CURLINFO_
952
938
* prefix is intentional.
953
939
*
954
940
*
@@ -986,7 +972,7 @@ function curl_multi_init()
986
972
* FALSE to get the raw HTTP response body.
987
973
*
988
974
*
989
- * Available as of PHP 5.5.0 if built against libcurl >= 7.16.2.
975
+ * Available if built against libcurl >= 7.16.2.
990
976
*
991
977
*
992
978
*
@@ -1279,21 +1265,6 @@ function curl_multi_init()
1279
1265
*
1280
1266
*
1281
1267
*
1282
- * CURLOPT_CLOSEPOLICY
1283
- *
1284
- * One of the CURLCLOSEPOLICY_* values.
1285
- *
1286
- *
1287
- * This option is deprecated, as it was never implemented in cURL and
1288
- * never had any effect.
1289
- *
1290
- *
1291
- *
1292
- *
1293
- * Removed in PHP 5.6.0.
1294
- *
1295
- *
1296
- *
1297
1268
* CURLOPT_CONNECTTIMEOUT
1298
1269
*
1299
1270
* The number of seconds to wait while trying to connect. Use 0 to
@@ -1313,7 +1284,7 @@ function curl_multi_init()
1313
1284
* timeouts with a minimum timeout allowed of one second.
1314
1285
*
1315
1286
*
1316
- * Added in cURL 7.16.2. Available since PHP 5.2.3.
1287
+ * Added in cURL 7.16.2.
1317
1288
*
1318
1289
*
1319
1290
*
@@ -1504,7 +1475,7 @@ function curl_multi_init()
1504
1475
* specific type of redirect occurs.
1505
1476
*
1506
1477
*
1507
- * Added in cURL 7.19.1. Available since PHP 5.3.2.
1478
+ * Added in cURL 7.19.1.
1508
1479
*
1509
1480
*
1510
1481
*
@@ -1771,7 +1742,7 @@ function curl_multi_init()
1771
1742
* supports them. If set to 0 (default) keepalive probes are disabled.
1772
1743
*
1773
1744
*
1774
- * Added in cURL 7.25.0. Available since PHP 5.5.0.
1745
+ * Added in cURL 7.25.0.
1775
1746
*
1776
1747
*
1777
1748
*
@@ -1783,7 +1754,7 @@ function curl_multi_init()
1783
1754
* The default is 60.
1784
1755
*
1785
1756
*
1786
- * Added in cURL 7.25.0. Available since PHP 5.5.0.
1757
+ * Added in cURL 7.25.0.
1787
1758
*
1788
1759
*
1789
1760
*
@@ -1795,7 +1766,7 @@ function curl_multi_init()
1795
1766
* The default is 60.
1796
1767
*
1797
1768
*
1798
- * Added in cURL 7.25.0. Available since PHP 5.5.0.
1769
+ * Added in cURL 7.25.0.
1799
1770
*
1800
1771
*
1801
1772
*
@@ -1833,7 +1804,7 @@ function curl_multi_init()
1833
1804
* timeouts with a minimum timeout allowed of one second.
1834
1805
*
1835
1806
*
1836
- * Added in cURL 7.16.2. Available since PHP 5.2.3.
1807
+ * Added in cURL 7.16.2.
1837
1808
*
1838
1809
*
1839
1810
*
@@ -1868,7 +1839,7 @@ function curl_multi_init()
1868
1839
* Defaults to unlimited speed.
1869
1840
*
1870
1841
*
1871
- * Added in cURL 7.15.5. Available since PHP 5.4.0.
1842
+ * Added in cURL 7.15.5.
1872
1843
*
1873
1844
*
1874
1845
*
@@ -1880,7 +1851,7 @@ function curl_multi_init()
1880
1851
* Defaults to unlimited speed.
1881
1852
*
1882
1853
*
1883
- * Added in cURL 7.15.5. Available since PHP 5.4.0.
1854
+ * Added in cURL 7.15.5.
1884
1855
*
1885
1856
*
1886
1857
*
@@ -1921,16 +1892,13 @@ function curl_multi_init()
1921
1892
* CURLFTPMETHOD_SINGLECWD.
1922
1893
*
1923
1894
*
1924
- * Added in cURL 7.15.1. Available since PHP 5.3.0.
1895
+ * Added in cURL 7.15.1.
1925
1896
*
1926
1897
*
1927
1898
*
1928
1899
*
1929
1900
*
1930
1901
*
1931
- * This option is deprecated, as it was never implemented in cURL and
1932
- * never had any effect.
1933
- *
1934
1902
* The HTTP authentication method(s) to use. The options are:
1935
1903
* CURLAUTH_BASIC,
1936
1904
* CURLAUTH_DIGEST,
@@ -2085,7 +2053,7 @@ function curl_multi_init()
2085
2053
* "RELOAD" loads all cookies from the files specified by CURLOPT_COOKIEFILE.
2086
2054
*
2087
2055
*
2088
- * Available since PHP 5.5.0 and cURL 7.14.1.
2056
+ * Available since cURL 7.14.1.
2089
2057
*
2090
2058
*
2091
2059
*
@@ -2710,7 +2678,7 @@ function curl_multi_init()
2710
2678
* The user name to use in authentication.
2711
2679
*
2712
2680
*
2713
- * Added in cURL 7.19.1. Available since PHP 5.5.0.
2681
+ * Added in cURL 7.19.1.
2714
2682
*
2715
2683
*
2716
2684
*
@@ -2865,7 +2833,7 @@ function curl_multi_init()
2865
2833
*
2866
2834
*
2867
2835
*
2868
- * Added in cURL 7.21.3. Available since PHP 5.5.0.
2836
+ * Added in cURL 7.21.3.
2869
2837
*
2870
2838
*
2871
2839
*
0 commit comments