diff options
| author | Marcus Boerger <helly@php.net> | 2004-01-20 20:59:45 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-01-20 20:59:45 +0000 |
| commit | 3b207ccb12ba3054f4373b6077d9f2ecbb0f2fed (patch) | |
| tree | 219d7b4ce474b7b4ebc370fa17fbf6891f3ac1f4 | |
| parent | fe03687b001ba62daf61a034b4aca0592626fae4 (diff) | |
| download | php-git-3b207ccb12ba3054f4373b6077d9f2ecbb0f2fed.tar.gz | |
Add cvs tags
| -rwxr-xr-x | ext/spl/php_spl.c | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_array.c | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_array.h | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_directory.h | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_engine.h | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_functions.c | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_functions.h | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_iterators.c | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_iterators.h | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_sxe.c | 2 | ||||
| -rwxr-xr-x | ext/spl/spl_sxe.h | 2 |
11 files changed, 22 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index ef0b533cd0..ef63a733bd 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 2f284b0750..b4bc3d980d 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h index 667a10c982..1e9b402dcb 100755 --- a/ext/spl/spl_array.h +++ b/ext/spl/spl_array.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef SPL_ARRAY_H #define SPL_ARRAY_H diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h index 05141deef4..e7a96d5a4f 100755 --- a/ext/spl/spl_directory.h +++ b/ext/spl/spl_directory.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef SPL_DIRECTORY_H #define SPL_DIRECTORY_H diff --git a/ext/spl/spl_engine.h b/ext/spl/spl_engine.h index cf6a15deab..08820833c9 100755 --- a/ext/spl/spl_engine.h +++ b/ext/spl/spl_engine.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef SPL_ENGINE_H #define SPL_ENGINE_H diff --git a/ext/spl/spl_functions.c b/ext/spl/spl_functions.c index c15472aab5..0632758167 100755 --- a/ext/spl/spl_functions.c +++ b/ext/spl/spl_functions.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h index 05efd6c05f..d1c56c61b6 100755 --- a/ext/spl/spl_functions.h +++ b/ext/spl/spl_functions.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef PHP_FUNCTIONS_H #define PHP_FUNCTIONS_H diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 96a83e6e91..6a5075398d 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h index 2a3d29d8da..f23222159d 100755 --- a/ext/spl/spl_iterators.h +++ b/ext/spl/spl_iterators.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef SPL_ITERATORS_H #define SPL_ITERATORS_H diff --git a/ext/spl/spl_sxe.c b/ext/spl/spl_sxe.c index ccaee4e635..7ca83228ea 100755 --- a/ext/spl/spl_sxe.c +++ b/ext/spl/spl_sxe.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_sxe.h b/ext/spl/spl_sxe.h index 1b4accc56a..7466808fdc 100755 --- a/ext/spl/spl_sxe.h +++ b/ext/spl/spl_sxe.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef SPL_SXE_H #define SPL_SXE_H |
