File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ static void _php_curl_set_default_options(php_curl *ch)
11121112 curl_easy_setopt (ch -> cp , CURLOPT_DNS_CACHE_TIMEOUT , 120L );
11131113 curl_easy_setopt (ch -> cp , CURLOPT_MAXREDIRS , 20L ); /* prevent infinite redirects */
11141114
1115- const char * cainfo = zend_ini_string_literal ("openssl.cafile" );
1115+ const char * cainfo = zend_ini_string_literal ("openssl.cafile" );
11161116 if (!(cainfo && cainfo [0 ] != '\0' )) {
11171117 cainfo = zend_ini_string_literal ("curl.cainfo" );
11181118 }
Original file line number Diff line number Diff line change @@ -873,7 +873,7 @@ static PHP_RINIT_FUNCTION(tidy)
873873
874874static PHP_RSHUTDOWN_FUNCTION (tidy )
875875{
876- TG (clean_output ) = zend_ini_parse_bool (zend_ini_str (ZEND_STRL ("tidy.clean_output" ), true));
876+ TG (clean_output ) = zend_ini_parse_bool (zend_ini_str (ZEND_STRL ("tidy.clean_output" ), /* orig */ true));
877877
878878 return SUCCESS ;
879879}
You can’t perform that action at this time.
0 commit comments