mirror of
https://github.com/php/php-src.git
synced 2025-01-11 05:24:49 +08:00
fix build
This commit is contained in:
parent
ebd85732fa
commit
5b47df1576
@ -172,7 +172,7 @@ void apply_config(void *dummy)
|
||||
zend_hash_move_forward(&d->config)) {
|
||||
zend_hash_get_current_data(&d->config, (void **) &data);
|
||||
phpapdebug((stderr, "APPLYING (%s)(%s)\n", str.s, data->value));
|
||||
if (zend_alter_ini_entry(str, str_len, data->value, data->value_len, data->status, data->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE) == FAILURE) {
|
||||
if (zend_alter_ini_entry(str.s, str_len, data->value, data->value_len, data->status, data->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE) == FAILURE) {
|
||||
phpapdebug((stderr, "..FAILED\n"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user