diff options
author | Stefan Esser <sesser@php.net> | 2004-07-11 21:14:50 +0000 |
---|---|---|
committer | Stefan Esser <sesser@php.net> | 2004-07-11 21:14:50 +0000 |
commit | 0e8de752fd3be28c30cac98b3a88fccfc9dd7be1 (patch) | |
tree | de8a70eeced9abe6caa16b43b9122a728d4e7a24 /main/php_variables.c | |
parent | 8c075de7c754b38b094faaee30ac33b17b4cc5af (diff) | |
download | php-git-0e8de752fd3be28c30cac98b3a88fccfc9dd7be1.tar.gz |
Ooups...
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 32f599497b..498d4b173d 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -318,6 +318,9 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) } efree(val); } else { + int val_len; + unsigned int new_val_len; + php_url_decode(var, strlen(var)); val_len = 0; val = estrndup("", val_len); |