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:
22989ae
)
- fix ::set() arginfo
author
Michael Wallner
<mike@php.net>
Thu, 2 Feb 2006 16:43:15 +0000
(16:43 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 2 Feb 2006 16:43:15 +0000
(16:43 +0000)
http_querystring_object.c
patch
|
blob
|
history
diff --git
a/http_querystring_object.c
b/http_querystring_object.c
index fc17c4377092df3e78a9abd88934546a3348265e..7a17391e946bbedfcaf5fddc7edfa972f0d12ca1 100644
(file)
--- a/
http_querystring_object.c
+++ b/
http_querystring_object.c
@@
-49,9
+49,8
@@
HTTP_BEGIN_ARGS(get, 0, 0)
HTTP_ARG_VAL(delete, 0)
HTTP_END_ARGS;
-HTTP_BEGIN_ARGS(set, 0, 2)
- HTTP_ARG_VAL(name, 0)
- HTTP_ARG_VAL(value, 0)
+HTTP_BEGIN_ARGS(set, 0, 1)
+ HTTP_ARG_VAL(params, 0)
HTTP_END_ARGS;
HTTP_BEGIN_ARGS(__getter, 0, 1)