summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-01 21:29:09 +0000
committerZeev Suraski <zeev@php.net>1999-12-01 21:29:09 +0000
commit3467337217d80335cd3da6745c8ad001322e930b (patch)
tree7155930519098e8476aa6912bbf6949c12273091
parentd6fd4856922268b69633570f72cb4cbd410ad3d8 (diff)
downloadphp-git-3467337217d80335cd3da6745c8ad001322e930b.tar.gz
@- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references
@ to each other (Zeev)
-rw-r--r--ext/standard/post.c2
1 files changed, 1 insertions, 1 deletions
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 <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
-/* $Id: */
+/* $Id: */
#include <stdio.h>
#include "php.h"