projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
692cfb1
)
fix gh-issue #3
author
Michael Wallner
<mike@php.net>
Thu, 16 Jul 2015 11:07:55 +0000
(13:07 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 16 Jul 2015 11:07:55 +0000
(13:07 +0200)
php_http_querystring.c
patch
|
blob
|
history
diff --git
a/php_http_querystring.c
b/php_http_querystring.c
index d2657484668ade531a876860c51354707e06a99e..d72337f80a5bc29e4c6544528127363f849c2cac 100644
(file)
--- a/
php_http_querystring.c
+++ b/
php_http_querystring.c
@@
-16,6
+16,9
@@
#include <ext/spl/spl_array.h>
#ifdef PHP_HTTP_HAVE_ICONV
+# ifndef HAVE_ICONV
+# define HAVE_ICONV 1
+# endif
# undef PHP_ATOM_INC
# include <ext/iconv/php_iconv.h>
#endif