mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix last commit. This line isn't supposed to be replaced.
This commit is contained in:
parent
505044f0af
commit
b83255aab0
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data)
|
|||
|
||||
*val++ = '\0';
|
||||
php_url_decode(var, strlen(var));
|
||||
val_len = php_url_decode(val, val-var);
|
||||
val_len = php_url_decode(val, strlen(val));
|
||||
php_register_variable_safe(var, val, val_len, array_ptr TSRMLS_CC);
|
||||
} else {
|
||||
php_url_decode(var, strlen(var));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue