We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f3722 commit 3b5af63Copy full SHA for 3b5af63
sapi/fpm/fpm/fpm_main.c
@@ -1396,7 +1396,6 @@ static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_
1396
int *mode = (int *)arg;
1397
char *key;
1398
char *value = NULL;
1399
- struct key_value_s kv;
1400
1401
if (!mode || !arg1) return;
1402
@@ -1421,10 +1420,7 @@ static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_
1421
1420
return;
1422
}
1423
1424
- kv.key = key;
1425
- kv.value = value;
1426
- kv.next = NULL;
1427
- if (fpm_php_apply_defines_ex(&kv, *mode) == -1) {
+ if (zend_alter_ini_entry_chars(Z_STR_P(arg1), Z_STRVAL_P(arg2), Z_STRLEN_P(arg2), *mode, PHP_INI_STAGE_HTACCESS) == FAILURE) {
1428
zlog(ZLOG_ERROR, "Passing INI directive through FastCGI: unable to set '%s'", key);
1429
1430
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments