X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=9b42801830c6ec197a14cf45836da807a747ff6b;hb=24d2d35cd00eca44a97a6b11340c2790421216fa;hp=113db97628f68627477f6893e393d01039facdf1;hpb=5e4f91f90fd9374f5bdf714de2d08d3c143b9bd4;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index 113db97..9b42801 100644 --- a/http_functions.c +++ b/http_functions.c @@ -77,7 +77,7 @@ PHP_FUNCTION(http_date) *
  *	- HTTP_URL_REPLACE:        (default) set parts of the second url will replace the parts in the first
  *	- HTTP_URL_JOIN_PATH:      the path of the second url will be merged into the one of the first
- *	- HTTP_URL_JOIN_QUERY:     the two querystrings will be merged naivly; no replacements are done
+ *	- HTTP_URL_JOIN_QUERY:     the two querystrings will be merged recursively
  *	- HTTP_URL_STRIP_USER:     the user part will not appear in the result
  *	- HTTP_URL_STRIP_PASS:     the password part will not appear in the result
  *	- HTTP_URL_STRIP_AUTH:     neither the user nor the password part will appear in the result