diff options
author | James Cox <imajes@php.net> | 2002-11-02 16:04:27 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-11-02 16:04:27 +0000 |
commit | a63d607f08d2e514d1a691001e41e474c39b9714 (patch) | |
tree | 0c411726f3f7e3c1ccfe84b2683729ef8ce79d9f /sapi | |
parent | 8a210264e71b745f2fcb219ba01e3222cf97fd83 (diff) | |
download | php-git-a63d607f08d2e514d1a691001e41e474c39b9714.tar.gz |
adding id tags
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache2filter/apache_config.c | 2 | ||||
-rw-r--r-- | sapi/apache2filter/php_apache.h | 2 | ||||
-rw-r--r-- | sapi/apache2filter/php_functions.c | 2 | ||||
-rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index 49bc34ff5c..1b4c1bc1ee 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 0c1399c679..d8b9698765 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 430d4b7f15..4985127d1b 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 6bb95c0b83..da8c160d7b 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -18,6 +18,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include <fcntl.h> #include "php.h" |