From 3467337217d80335cd3da6745c8ad001322e930b Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 1 Dec 1999 21:29:09 +0000 Subject: [PATCH] @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references @ to each other (Zeev) --- ext/standard/post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/post.c b/ext/standard/post.c index e74d85b5ac..f269e05c20 100644 --- a/ext/standard/post.c +++ b/ext/standard/post.c @@ -16,7 +16,7 @@ | Zeev Suraski | +----------------------------------------------------------------------+ */ -/* $Id: */ +/* $Id: */ #include #include "php.h" -- 2.50.1