summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date')
-rwxr-xr-xext/date/config.w321
-rw-r--r--ext/date/config0.m41
-rw-r--r--ext/date/lib/parse_date.c2
-rw-r--r--ext/date/php_date.c2
-rw-r--r--ext/date/php_date.h2
5 files changed, 0 insertions, 8 deletions
diff --git a/ext/date/config.w32 b/ext/date/config.w32
index 6ce59d35f2..d25b52df27 100755
--- a/ext/date/config.w32
+++ b/ext/date/config.w32
@@ -1,4 +1,3 @@
-// $Id$
// vim:ft=javascript
EXTENSION("date", "php_date.c", false, "/Iext/date/lib /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 /DHAVE_TIMELIB_CONFIG_H=1");
diff --git a/ext/date/config0.m4 b/ext/date/config0.m4
index 91a4fda090..a543fdc4e6 100644
--- a/ext/date/config0.m4
+++ b/ext/date/config0.m4
@@ -1,4 +1,3 @@
-dnl $Id$
dnl config.m4 for date extension
sinclude(ext/date/lib/timelib.m4)
diff --git a/ext/date/lib/parse_date.c b/ext/date/lib/parse_date.c
index a03e33c95b..e79e0ebf61 100644
--- a/ext/date/lib/parse_date.c
+++ b/ext/date/lib/parse_date.c
@@ -24,8 +24,6 @@
* THE SOFTWARE.
*/
-/* $Id$ */
-
#include "timelib.h"
#include "timelib_private.h"
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index e86b3bd651..59eb4f2a8d 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#include "php.h"
#include "php_streams.h"
#include "php_main.h"
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index d652aafaa1..cb7c2931d8 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifndef PHP_DATE_H
#define PHP_DATE_H