]> granicus.if.org Git - php/commitdiff
Added missing CVS Id tags
authorfoobar <sniper@php.net>
Wed, 16 Apr 2003 02:34:57 +0000 (02:34 +0000)
committerfoobar <sniper@php.net>
Wed, 16 Apr 2003 02:34:57 +0000 (02:34 +0000)
sapi/cli/getopt.c
sapi/cli/php_cli.c
sapi/cli/php_getopt.h

index e048e950582815e131d3d42b3dafcaea247aa4f5..01e532b7cb74f9070c55ebbd2bed73e073b75827 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
index 475a1d605514245831498b1c752b34af4eb28a1a..5abdc4ba6a12728780adbecab6ffee49065575b2 100644 (file)
@@ -19,6 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
 
 #include "php.h"
 #include "php_globals.h"
index 1e2355ff63b804943260c35fd952989743f06c83..a01fc2ae85e0208637c96d907011fda7802ce17e 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include "php.h"
 
 /* Define structure for one recognized option (both single char and long name).