mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix build
This commit is contained in:
parent
ebd85732fa
commit
5b47df1576
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue