mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
- fix build (test before commit maybe?)
This commit is contained in:
parent
7cc3ad6313
commit
b78b9f5df3
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ static void sapi_apache_register_server_variables(zval *track_vars_array TSRMLS_
|
|||
zval **path_translated;
|
||||
HashTable *symbol_table;
|
||||
unsigned int new_val_len;
|
||||
UConveter *conv = ZEND_U_CONVERTER(UG(runtime_encoding_conv));
|
||||
UConverter *conv = ZEND_U_CONVERTER(UG(runtime_encoding_conv));
|
||||
|
||||
for (i = 0; i < arr->nelts; i++) {
|
||||
char *val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue