summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-03 02:52:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-25 00:53:25 +0200
commit8d3f8ca12a0b00f2a74a27424790222536235502 (patch)
treef35ddbdb8b5bc9259712d0275cb461ab7de9b7b9 /TSRM
parentdcd6a6ff367a91f8c03303a4dc2e3c8b17d692ed (diff)
downloadphp-git-8d3f8ca12a0b00f2a74a27424790222536235502.tar.gz
Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/build.mk3
-rw-r--r--TSRM/config.w321
-rw-r--r--TSRM/configure.ac1
-rw-r--r--TSRM/tsrm_win32.c2
-rw-r--r--TSRM/tsrm_win32.h2
5 files changed, 0 insertions, 9 deletions
diff --git a/TSRM/build.mk b/TSRM/build.mk
index f98109fa06..a608c55583 100644
--- a/TSRM/build.mk
+++ b/TSRM/build.mk
@@ -4,9 +4,6 @@
# make -f build.mk
#
# Written by Sascha Schumann
-#
-# $Id$
-
LT_TARGETS = ltmain.sh ltconfig
diff --git a/TSRM/config.w32 b/TSRM/config.w32
index e7d3f3b976..03a21b30cc 100644
--- a/TSRM/config.w32
+++ b/TSRM/config.w32
@@ -1,5 +1,4 @@
// vim:ft=javascript
-// $Id$
ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_win32.c");
ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
diff --git a/TSRM/configure.ac b/TSRM/configure.ac
index 8bf35d33b0..6511c0c8a6 100644
--- a/TSRM/configure.ac
+++ b/TSRM/configure.ac
@@ -1,4 +1,3 @@
-dnl $Id$
dnl
dnl Minimalistic configure.ac for TSRM.
dnl
diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c
index cf80260775..a7956caf90 100644
--- a/TSRM/tsrm_win32.c
+++ b/TSRM/tsrm_win32.c
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#include <stdio.h>
#include <fcntl.h>
#include <io.h>
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index 0ab205349e..b24224c66a 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifndef TSRM_WIN32_H
#define TSRM_WIN32_H