Skip to content

Commit

Permalink
Remove unused Git attributes ident
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petk authored and cmb69 committed Jul 24, 2018
1 parent dcd6a6f commit 8d3f8ca
Show file tree
Hide file tree
Showing 926 changed files with 103 additions and 1,704 deletions.
3 changes: 0 additions & 3 deletions README.SELF-CONTAINED-EXTENSIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
$Id$
=============================================================================

HOW TO CREATE A SELF-CONTAINED PHP EXTENSION

A self-contained extension can be distributed independently of
Expand Down
1 change: 0 additions & 1 deletion README.STREAMS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
An Overview of the PHP Streams abstraction
==========================================
$Id$

WARNING: some prototypes in this file are out of date.
The information contained here is being integrated into
Expand Down
3 changes: 0 additions & 3 deletions TSRM/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# make -f build.mk
#
# Written by Sascha Schumann
#
# $Id$


LT_TARGETS = ltmain.sh ltconfig

Expand Down
1 change: 0 additions & 1 deletion TSRM/config.w32
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
1 change: 0 additions & 1 deletion TSRM/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dnl $Id$
dnl
dnl Minimalistic configure.ac for TSRM.
dnl
Expand Down
2 changes: 0 additions & 2 deletions TSRM/tsrm_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <stdio.h>
#include <fcntl.h>
#include <io.h>
Expand Down
2 changes: 0 additions & 2 deletions TSRM/tsrm_win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef TSRM_WIN32_H
#define TSRM_WIN32_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/Zend.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
dnl
dnl $Id$
dnl
dnl This file contains Zend specific autoconf functions.
dnl

Expand Down
2 changes: 0 additions & 2 deletions Zend/acinclude.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
dnl $Id$
dnl
dnl This file contains local autoconf functions.

AC_DEFUN([LIBZEND_BISON_CHECK],[
Expand Down
2 changes: 0 additions & 2 deletions Zend/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# make -f build.mk
#
# Written by Sascha Schumann
#
# $Id$


LT_TARGETS = ltmain.sh ltconfig
Expand Down
1 change: 0 additions & 1 deletion Zend/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.

AC_INIT(zend.c)
Expand Down
2 changes: 0 additions & 2 deletions Zend/header
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
| Authors: |
+----------------------------------------------------------------------+
*/

/* $Id$ */
2 changes: 1 addition & 1 deletion Zend/tests/zend_operators.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Operator precedence
--FILE--
<?php /* $Id$ */
<?php

var_dump((object)1 instanceof stdClass);
var_dump(! (object)1 instanceof Exception);
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_extensions.h"
#include "zend_modules.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_H
#define ZEND_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_API.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_execute.h"
#include "zend_API.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_API_H
#define ZEND_API_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

/*
* zend_alloc is designed to be a modern CPU cache friendly memory manager
* for PHP. Most ideas are taken from jemalloc and tcmalloc implementations.
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_ALLOC_H
#define ZEND_ALLOC_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend_ast.h"
#include "zend_API.h"
#include "zend_operators.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_ast.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_AST_H
#define ZEND_AST_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_builtin_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
#include "zend_gc.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_builtin_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_BUILTIN_FUNCTIONS_H
#define ZEND_BUILTIN_FUNCTIONS_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_closures.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
#include "zend_closures.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_closures.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CLOSURES_H
#define ZEND_CLOSURES_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <zend_language_parser.h>
#include "zend.h"
#include "zend_compile.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_COMPILE_H
#define ZEND_COMPILE_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_config.nw.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONFIG_NW_H
#define ZEND_CONFIG_NW_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_config.w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONFIG_W32_H
#define ZEND_CONFIG_W32_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_constants.h"
#include "zend_exceptions.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONSTANTS_H
#define ZEND_CONSTANTS_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_default_classes.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
#include "zend_builtin_functions.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_ERRORS_H
#define ZEND_ERRORS_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
#include "zend_builtin_functions.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_EXCEPTIONS_H
#define ZEND_EXCEPTIONS_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#define ZEND_INTENSIVE_DEBUGGING 0

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_execute.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_EXECUTE_H
#define ZEND_EXECUTE_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_execute_API.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <stdio.h>
#include <signal.h>

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend_extensions.h"

ZEND_API zend_llist zend_extensions;
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_EXTENSIONS_H
#define ZEND_EXTENSIONS_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_float.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_compile.h"
#include "zend_float.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_float.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_FLOAT_H
#define ZEND_FLOAT_H

Expand Down
3 changes: 0 additions & 3 deletions Zend/zend_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */


/**
* zend_gc_collect_cycles
* ======================
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_GC_H
#define ZEND_GC_H

Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_generators.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
#include "zend_interfaces.h"
Expand Down
2 changes: 0 additions & 2 deletions Zend/zend_generators.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_GENERATORS_H
#define ZEND_GENERATORS_H

Expand Down
Loading

0 comments on commit 8d3f8ca

Please sign in to comment.