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:
5e35a11
)
- missing inluce
author
Michael Wallner
<mike@php.net>
Tue, 12 Apr 2005 14:57:55 +0000
(14:57 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 12 Apr 2005 14:57:55 +0000
(14:57 +0000)
- old macro
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index e4f3cae9cdc9bfc05d08516d17a93eccf9b60598..9b57b64204d8254bcf2ae0a34834b5ac4c227734 100644
(file)
--- a/
http_functions.c
+++ b/
http_functions.c
@@
-20,6
+20,7
@@
#endif
#include "php.h"
+#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/session/php_session.h"
#include "ext/standard/php_string.h"
@@
-976,7
+977,7
@@
PHP_FUNCTION(http_build_query)
}
if (!arg_sep_len) {
- arg_sep = HTTP_URL_ARGSEP
_DEFAULT
;
+ arg_sep = HTTP_URL_ARGSEP;
}
formstr = phpstr_new();