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.
This commit is contained in:
Peter Kokot 2018-07-03 02:52:16 +02:00 committed by Christoph M. Becker
parent dcd6a6ff36
commit 8d3f8ca12a
926 changed files with 103 additions and 1704 deletions

View File

@ -1,6 +1,3 @@
$Id$
=============================================================================
HOW TO CREATE A SELF-CONTAINED PHP EXTENSION
A self-contained extension can be distributed independently of

View File

@ -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

View File

@ -4,9 +4,6 @@
# make -f build.mk
#
# Written by Sascha Schumann
#
# $Id$
LT_TARGETS = ltmain.sh ltconfig

View File

@ -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");

View File

@ -1,4 +1,3 @@
dnl $Id$
dnl
dnl Minimalistic configure.ac for TSRM.
dnl

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <stdio.h>
#include <fcntl.h>
#include <io.h>

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef TSRM_WIN32_H
#define TSRM_WIN32_H

View File

@ -1,6 +1,4 @@
dnl
dnl $Id$
dnl
dnl This file contains Zend specific autoconf functions.
dnl

View File

@ -1,5 +1,3 @@
dnl $Id$
dnl
dnl This file contains local autoconf functions.
AC_DEFUN([LIBZEND_BISON_CHECK],[

View File

@ -4,8 +4,6 @@
# make -f build.mk
#
# Written by Sascha Schumann
#
# $Id$
LT_TARGETS = ltmain.sh ltconfig

View File

@ -1,4 +1,3 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(zend.c)

View File

@ -15,5 +15,3 @@
| Authors: |
+----------------------------------------------------------------------+
*/
/* $Id$ */

View File

@ -1,7 +1,7 @@
--TEST--
Operator precedence
--FILE--
<?php /* $Id$ */
<?php
var_dump((object)1 instanceof stdClass);
var_dump(! (object)1 instanceof Exception);

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_extensions.h"
#include "zend_modules.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_H
#define ZEND_H

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_execute.h"
#include "zend_API.h"

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_API_H
#define ZEND_API_H

View File

@ -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.

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_ALLOC_H
#define ZEND_ALLOC_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend_ast.h"
#include "zend_API.h"
#include "zend_operators.h"

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_AST_H
#define ZEND_AST_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_gc.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_BUILTIN_FUNCTIONS_H
#define ZEND_BUILTIN_FUNCTIONS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_closures.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_CLOSURES_H
#define ZEND_CLOSURES_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <zend_language_parser.h>
#include "zend.h"
#include "zend_compile.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_COMPILE_H
#define ZEND_COMPILE_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_CONFIG_NW_H
#define ZEND_CONFIG_NW_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_CONFIG_W32_H
#define ZEND_CONFIG_W32_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_constants.h"
#include "zend_exceptions.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_CONSTANTS_H
#define ZEND_CONSTANTS_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_builtin_functions.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_ERRORS_H
#define ZEND_ERRORS_H

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_builtin_functions.h"

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_EXCEPTIONS_H
#define ZEND_EXCEPTIONS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#define ZEND_INTENSIVE_DEBUGGING 0
#include <stdio.h>

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_EXECUTE_H
#define ZEND_EXECUTE_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <stdio.h>
#include <signal.h>

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend_extensions.h"
ZEND_API zend_llist zend_extensions;

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_EXTENSIONS_H
#define ZEND_EXTENSIONS_H

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_compile.h"
#include "zend_float.h"

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_FLOAT_H
#define ZEND_FLOAT_H

View File

@ -17,9 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/**
* zend_gc_collect_cycles
* ======================

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_GC_H
#define ZEND_GC_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_interfaces.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_GENERATORS_H
#define ZEND_GENERATORS_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_GLOBALS_H
#define ZEND_GLOBALS_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_GLOBALS_MACROS_H
#define ZEND_GLOBALS_MACROS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_globals.h"
#include "zend_variables.h"

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_HASH_H
#define ZEND_HASH_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include <zend_language_parser.h>
#include "zend_compile.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_HIGHLIGHT_H
#define ZEND_HIGHLIGHT_H

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_sort.h"
#include "zend_API.h"

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_INI_H
#define ZEND_INI_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#define DEBUG_CFG_PARSER 0
#include "zend.h"

View File

@ -22,8 +22,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <errno.h>
#include "zend.h"
#include "zend_API.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef _ZEND_INI_SCANNER_H
#define _ZEND_INI_SCANNER_H

View File

@ -20,8 +20,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <errno.h>
#include "zend.h"
#include "zend_API.h"

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"
#include "zend_interfaces.h"

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_INTERFACES_H
#define ZEND_INTERFACES_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef _ZEND_STDIOSTREAM
#define _ZEND_STDIOSTREAM

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_API.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* These iterators were designed to operate within the foreach()
* structures provided by the engine, but could be extended for use
* with other iterative engine opcodes.

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend_compile.h"
#include "zend.h"
#include "zend_list.h"

View File

@ -23,8 +23,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#if 0
# define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)
#else

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_SCANNER_H
#define ZEND_SCANNER_H

View File

@ -21,8 +21,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#if 0
# define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)
#else

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* resource lists */
#include "zend.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_LIST_H
#define ZEND_LIST_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_llist.h"
#include "zend_sort.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_LLIST_H
#define ZEND_LLIST_H

View File

@ -16,9 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_LONG_H
#define ZEND_LONG_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef MODULES_H
#define MODULES_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_compile.h"
#include "zend_operators.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_MULTIBYTE_H
#define ZEND_MULTIBYTE_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend_portability.h"
#ifndef ZEND_MULTIPLY_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_globals.h"
#include "zend_variables.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_OBJECT_HANDLERS_H
#define ZEND_OBJECT_HANDLERS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_globals.h"
#include "zend_variables.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_OBJECTS_H
#define ZEND_OBJECTS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_globals.h"
#include "zend_variables.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_OBJECTS_API_H
#define ZEND_OBJECTS_API_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <stdio.h>
#include "zend.h"

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <ctype.h>
#include "zend.h"

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_OPERATORS_H
#define ZEND_OPERATORS_H

View File

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_PORTABILITY_H
#define ZEND_PORTABILITY_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_ptr_stack.h"
#ifdef HAVE_STDARG_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_PTR_STACK_H
#define ZEND_PTR_STACK_H

View File

@ -25,8 +25,6 @@
All other licensing and usage conditions are those of the PHP Group.
*/
/* $Id$ */
#define _GNU_SOURCE
#include <string.h>

View File

@ -18,8 +18,6 @@
*/
/* $Id$ */
#ifndef ZEND_SIGNAL_H
#define ZEND_SIGNAL_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_SMART_STRING_H
#define PHP_SMART_STRING_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_SMART_STRING_PUBLIC_H
#define PHP_SMART_STRING_PUBLIC_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_sort.h"
#include <limits.h>

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_SORT_H
#define ZEND_SORT_H

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include <stdio.h>
#include "zend.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_stack.h"

View File

@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_STACK_H
#define ZEND_STACK_H

View File

@ -19,9 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#include "zend.h"
#include "zend_compile.h"
#include "zend_stream.h"

View File

@ -19,8 +19,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef ZEND_STREAM_H
#define ZEND_STREAM_H

View File

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/* This is a header file for the strtod implementation by David M. Gay which
* can be found in zend_strtod.c */
#ifndef ZEND_STRTOD_H

Some files were not shown because too many files have changed in this diff Show More