diff options
Diffstat (limited to 'ext/standard/http.c')
| -rw-r--r-- | ext/standard/http.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/http.c b/ext/standard/http.c index 14d73779a4..fbda5ccc9e 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -32,7 +32,8 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, zval *type, char *arg_sep, int enc_type TSRMLS_DC) { zend_string *key = NULL; - char *newprefix, *p, *prop_name; + char *newprefix, *p; + const char *prop_name; int arg_sep_len, newprefix_len, prop_len; ulong idx; zval *zdata = NULL, copyzval; |
