From: Zeev Suraski Date: Wed, 1 Dec 1999 21:29:09 +0000 (+0000) Subject: @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references X-Git-Tag: PRE_RETURN_REF_PATCH~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3467337217d80335cd3da6745c8ad001322e930b;p=php @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references @ to each other (Zeev) --- 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"