From a63d607f08d2e514d1a691001e41e474c39b9714 Mon Sep 17 00:00:00 2001 From: James Cox Date: Sat, 2 Nov 2002 16:04:27 +0000 Subject: [PATCH] adding id tags --- sapi/apache2filter/apache_config.c | 2 ++ sapi/apache2filter/php_apache.h | 2 ++ sapi/apache2filter/php_functions.c | 2 ++ sapi/apache2filter/sapi_apache2.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index 49bc34ff5c7..1b4c1bc1ee3 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "php.h" #include "php_ini.h" #include "php_apache.h" diff --git a/sapi/apache2filter/php_apache.h b/sapi/apache2filter/php_apache.h index 0c1399c679a..d8b9698765d 100644 --- a/sapi/apache2filter/php_apache.h +++ b/sapi/apache2filter/php_apache.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef PHP_APACHE_H #define PHP_APACHE_H diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 430d4b7f15f..4985127d1b1 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "php.h" #include "SAPI.h" diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 6bb95c0b83e..da8c160d7b0 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -18,6 +18,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include #include "php.h"