File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
* Generated by build-library.php, Please DO NOT modify!
3
3
*/
4
4
5
- /* $Id: aaf668ce8d685f40bb28a5aadbc595be586fd7dd */
5
+ /* $Id: f1ce9bcc9b378dc1d233b63cf4acaf854d0ec744 */
6
6
7
7
static const char * swoole_library_source_constants =
8
8
"\n"
@@ -3683,7 +3683,7 @@ static const char* swoole_library_source_core_curl_handler =
3683
3683
" case CURLOPT_FILE:\n"
3684
3684
" case CURLOPT_INFILE:\n"
3685
3685
" if (!is_resource($value)) {\n"
3686
- " trigger_error(E_USER_WARNING, 'swoole_curl_setopt(): supplied argument is not a valid File-Handle resource');\n"
3686
+ " trigger_error('swoole_curl_setopt(): supplied argument is not a valid File-Handle resource', E_USER_WARNING );\n"
3687
3687
" return false;\n"
3688
3688
" }\n"
3689
3689
" break;\n"
@@ -3769,7 +3769,7 @@ static const char* swoole_library_source_core_curl_handler =
3769
3769
" * Ignore options\n"
3770
3770
" */\n"
3771
3771
" case CURLOPT_VERBOSE:\n"
3772
- " // trigger_error(E_USER_WARNING, 'swoole_curl_setopt(): CURLOPT_VERBOSE is not supported');\n"
3772
+ " // trigger_error('swoole_curl_setopt(): CURLOPT_VERBOSE is not supported', E_USER_WARNING );\n"
3773
3773
" case CURLOPT_SSLVERSION:\n"
3774
3774
" case CURLOPT_NOSIGNAL:\n"
3775
3775
" case CURLOPT_FRESH_CONNECT:\n"
You can’t perform that action at this time.
0 commit comments