From 514919ea8cc2dd489722ae18f1973156caa5b4df Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sun, 11 Jul 2004 15:41:38 +0000 Subject: [PATCH] - Fix #29094 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163057 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/setrawcookie.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/http/functions/setrawcookie.xml b/reference/http/functions/setrawcookie.xml index 1e468e333f..97e3d3bbf2 100644 --- a/reference/http/functions/setrawcookie.xml +++ b/reference/http/functions/setrawcookie.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ setrawcookie is exactly the same as setcookie except that the cookie value will not - automaticall be urlencoded when send to the browser. + be automatically urlencoded when sent to the browser. See also header, setcookie and the