Skip to content

Commit 34d1db2

Browse files
committed
update library
1 parent fa341e0 commit 34d1db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext-src/php_swoole_library.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Generated by build-library.php, Please DO NOT modify!
33
*/
44

5-
/* $Id: aaf668ce8d685f40bb28a5aadbc595be586fd7dd */
5+
/* $Id: f1ce9bcc9b378dc1d233b63cf4acaf854d0ec744 */
66

77
static const char* swoole_library_source_constants =
88
"\n"
@@ -3683,7 +3683,7 @@ static const char* swoole_library_source_core_curl_handler =
36833683
" case CURLOPT_FILE:\n"
36843684
" case CURLOPT_INFILE:\n"
36853685
" 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"
36873687
" return false;\n"
36883688
" }\n"
36893689
" break;\n"
@@ -3769,7 +3769,7 @@ static const char* swoole_library_source_core_curl_handler =
37693769
" * Ignore options\n"
37703770
" */\n"
37713771
" 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"
37733773
" case CURLOPT_SSLVERSION:\n"
37743774
" case CURLOPT_NOSIGNAL:\n"
37753775
" case CURLOPT_FRESH_CONNECT:\n"

0 commit comments

Comments
 (0)