File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
. Fixed bug #71596 (Segmentation fault on ZTS with date function
7
7
(setlocale)). (Anatol)
8
8
9
+ - Curl:
10
+ . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)
11
+
9
12
- ODBC:
10
13
. Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
11
14
for the first two statements). (einavitamar at gmail dot com, Anatol)
Original file line number Diff line number Diff line change @@ -831,6 +831,9 @@ PHP_MINIT_FUNCTION(curl)
831
831
REGISTER_CURL_CONSTANT (CURLM_INTERNAL_ERROR );
832
832
REGISTER_CURL_CONSTANT (CURLM_OK );
833
833
REGISTER_CURL_CONSTANT (CURLM_OUT_OF_MEMORY );
834
+ #if LIBCURL_VERSION_NUM >= 0x072001 /* Available since 7.32.1 */
835
+ REGISTER_CURL_CONSTANT (CURLM_ADDED_ALREADY );
836
+ #endif
834
837
835
838
/* Curl proxy constants */
836
839
REGISTER_CURL_CONSTANT (CURLPROXY_HTTP );
You can’t perform that action at this time.
0 commit comments