diff options
Diffstat (limited to 'sapi')
| -rw-r--r-- | sapi/cli/getopt.c | 2 | ||||
| -rw-r--r-- | sapi/cli/php_cli.c | 1 | ||||
| -rw-r--r-- | sapi/cli/php_getopt.h | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sapi/cli/getopt.c b/sapi/cli/getopt.c index e048e95058..01e532b7cb 100644 --- a/sapi/cli/getopt.c +++ b/sapi/cli/getopt.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include <stdio.h> #include <string.h> #include <assert.h> diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 475a1d6055..5abdc4ba6a 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -19,6 +19,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "php.h" #include "php_globals.h" diff --git a/sapi/cli/php_getopt.h b/sapi/cli/php_getopt.h index 1e2355ff63..a01fc2ae85 100644 --- a/sapi/cli/php_getopt.h +++ b/sapi/cli/php_getopt.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "php.h" /* Define structure for one recognized option (both single char and long name). |
