mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Update UPGRADING Update NEWS & UPGRADING Do not decode cookie names anymore Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
This commit is contained in:
commit
c4dc080245
8 changed files with 92 additions and 27 deletions
|
@ -514,7 +514,9 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data)
|
|||
}
|
||||
|
||||
val = estrndup(val, val_len);
|
||||
php_url_decode(var, strlen(var));
|
||||
if (arg != PARSE_COOKIE) {
|
||||
php_url_decode(var, strlen(var));
|
||||
}
|
||||
if (sapi_module.input_filter(arg, var, &val, val_len, &new_val_len)) {
|
||||
php_register_variable_safe(var, val, new_val_len, &array);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue