Skip to content

Commit be49d61

Browse files
petkcmb69
authored andcommitted
Remove old SVN keywords substitutions
When the PHP source code was versioned in Subversion, there was possible to substitute certain keywords such as $Id$ with revision number, last change time and author name. Such approach is not used in Git so this patch removes these outdated artifacts from source code files.
1 parent 5651b1a commit be49d61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+0
-97
lines changed

README.NEW-OUTPUT-API

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
$Id: README.NEW-OUTPUT-API 219039 2006-08-30 07:39:09Z mike $
2-
3-
41
API adjustment to the old output control code:
52

63
Everything now resides beneath the php_output namespace,

Zend/zend_arena.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id:$ */
20-
2119
#ifndef _ZEND_ARENA_H_
2220
#define _ZEND_ARENA_H_
2321

Zend/zend_bitset.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id:$ */
20-
2119
#ifndef _ZEND_BITSET_H_
2220
#define _ZEND_BITSET_H_
2321

Zend/zend_dtrace.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
#include "zend.h"
2220
#include "zend_API.h"
2321
#include "zend_dtrace.h"

Zend/zend_dtrace.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
provider php {
2220
probe exception__caught(char *classname);
2321
probe exception__thrown(char* classname);

Zend/zend_dtrace.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
#ifndef _ZEND_DTRACE_H
2220
#define _ZEND_DTRACE_H
2321

Zend/zend_string.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
#include "zend.h"
2220
#include "zend_globals.h"
2321

Zend/zend_string.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
#ifndef ZEND_STRING_H
2220
#define ZEND_STRING_H
2321

build/buildcheck.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
# | Authors: Stig Bakken <ssb@php.net> |
1616
# | Sascha Schumann <sascha@schumann.cx> |
1717
# +----------------------------------------------------------------------+
18-
#
19-
# $Id: buildcheck.sh,v 1.37.2.2.2.1 2007-01-01 19:32:10 iliaa Exp $
20-
#
2118

2219
echo "buildconf: checking installation..."
2320

build/genif.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#! /bin/sh
22

3-
# $Id: genif.sh,v 1.6 2005-06-21 13:47:38 sniper Exp $
43
# replacement for genif.pl
54

65
infile=$1

ext/calendar/cal_unix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
| Hartmut Holzgraefe <hholzgra@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
20-
/* $Id: */
2120

2221
#include "php.h"
2322
#include "php_calendar.h"

ext/calendar/easter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
| Hartmut Holzgraefe <hholzgra@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
20-
/* $Id: */
2120

2221
#include "php.h"
2322
#include "php_calendar.h"

ext/dba/install_cdb.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# cdb-0.75 lacks support for installing header files and creating a
88
# library which programs can link against. This shell script fills
99
# the gap.
10-
#
11-
# $Id: install_cdb.sh,v 1.2 2002-11-04 17:53:04 helly Exp $
1210

1311
if test -r "cdb.a" && test -r "auto-str.c" && test -r "byte.a"; then
1412
:

ext/mysqli/mysqli_fe.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
| Author: Georg Richter <georg@php.net> |
1616
Andrey Hristov <andrey@php.net> |
1717
+----------------------------------------------------------------------+
18-
19-
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
2018
*/
2119

2220
#ifndef MYSQLI_FE_H

ext/mysqli/mysqli_priv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
+----------------------------------------------------------------------+
1515
| Author: Georg Richter <georg@php.net> |
1616
+----------------------------------------------------------------------+
17-
18-
$Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
1917
*/
2018

2119
#ifndef MYSQLI_PRIV_H

ext/mysqli/mysqli_result_iterator.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
| Andrey Hristov <andrey@php.net> |
1717
| Ulf Wendel <uw@php.net> |
1818
+----------------------------------------------------------------------+
19-
20-
$Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $
2119
*/
2220

2321
#ifdef HAVE_CONFIG_H

ext/opcache/Optimizer/zend_call_graph.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id:$ */
20-
2119
#include "php.h"
2220
#include "zend_compile.h"
2321
#include "zend_extensions.h"

ext/opcache/Optimizer/zend_worklist.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id:$ */
20-
2119
#ifndef _ZEND_WORKLIST_H_
2220
#define _ZEND_WORKLIST_H_
2321

main/http_status_codes.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: $ */
20-
2119
#ifndef HTTP_STATUS_CODES_H
2220
#define HTTP_STATUS_CODES_H
2321

sapi/cli/php_cli_server.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
21-
2220
#include <stdio.h>
2321
#include <stdlib.h>
2422
#include <fcntl.h>

sapi/cli/php_cli_server.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
20-
2119
#ifndef PHP_CLI_SERVER_H
2220
#define PHP_CLI_SERVER_H
2321

sapi/fpm/fpm/fpm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm.c,v 1.23 2008/07/20 16:38:31 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm.h,v 1.13 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_H

sapi/fpm/fpm/fpm_arrays.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_arrays.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_ARRAYS_H

sapi/fpm/fpm/fpm_atomic.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_atomic.h,v 1.3 2008/09/18 23:34:11 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_ATOMIC_H

sapi/fpm/fpm/fpm_children.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_children.c,v 1.32.2.2 2008/12/13 03:21:18 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_children.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_children.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_CHILDREN_H

sapi/fpm/fpm/fpm_cleanup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_cleanup.c,v 1.8 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_cleanup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_cleanup.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_CLEANUP_H

sapi/fpm/fpm/fpm_clock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_clock.c,v 1.4 2008/09/18 23:19:59 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_clock.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_CLOCK_H

sapi/fpm/fpm/fpm_conf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_conf.c,v 1.33.2.3 2008/12/13 03:50:29 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_conf.h,v 1.12.2.2 2008/12/13 03:46:49 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_CONF_H

sapi/fpm/fpm/fpm_config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* $Id: fpm_config.h,v 1.16 2008/05/25 00:30:43 anight Exp $ */
21
/* (c) 2007,2008 Andrei Nigmatulin */
32

43
#include <php_config.h>

sapi/fpm/fpm/fpm_env.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_env.c,v 1.15 2008/09/18 23:19:59 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_env.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_env.h,v 1.9 2008/09/18 23:19:59 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_ENV_H

sapi/fpm/fpm/fpm_events.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_events.c,v 1.21.2.2 2008/12/13 03:21:18 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_events.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_events.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_EVENTS_H

sapi/fpm/fpm/fpm_log.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_status.c 312262 2011-06-18 17:41:56Z felipe $ */
32
/* (c) 2009 Jerome Loyet */
43

54
#include "php.h"

sapi/fpm/fpm/fpm_log.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
32
/* (c) 2009 Jerome Loyet */
43

54
#ifndef FPM_LOG_H

sapi/fpm/fpm/fpm_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
+----------------------------------------------------------------------+
2222
*/
2323

24-
/* $Id: cgi_main.c 291497 2009-11-30 14:43:22Z dmitry $ */
25-
2624
#include "php.h"
2725
#include "php_globals.h"
2826
#include "php_variables.h"

sapi/fpm/fpm/fpm_php.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_php.c,v 1.22.2.4 2008/12/13 03:21:18 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_php.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_php.h,v 1.10.2.1 2008/11/15 00:57:24 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_PHP_H

sapi/fpm/fpm/fpm_php_trace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_php_trace.c,v 1.27.2.1 2008/11/15 00:57:24 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_php_trace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_php_trace.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_PHP_TRACE_H

sapi/fpm/fpm/fpm_process_ctl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_process_ctl.c,v 1.19.2.2 2008/12/13 03:21:18 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_process_ctl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_process_ctl.h,v 1.6 2008/07/20 21:33:10 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_PROCESS_CTL_H

sapi/fpm/fpm/fpm_request.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_request.c,v 1.9.2.1 2008/11/15 00:57:24 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43
#ifdef HAVE_TIMES
54
#include <sys/times.h>

sapi/fpm/fpm/fpm_request.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_request.h,v 1.4 2008/07/20 01:47:16 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_REQUEST_H

sapi/fpm/fpm/fpm_scoreboard.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_status.c 312399 2011-06-23 08:03:52Z fat $ */
32
/* (c) 2009 Jerome Loyet */
43

54
#include "php.h"

sapi/fpm/fpm/fpm_scoreboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
32
/* (c) 2009 Jerome Loyet */
43

54
#ifndef FPM_SCOREBOARD_H

sapi/fpm/fpm/fpm_shm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_shm.c,v 1.3 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin, Jerome Loyet */
43

54
#include <sys/mman.h>

sapi/fpm/fpm/fpm_shm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_shm.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_SHM_H

sapi/fpm/fpm/fpm_signals.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_signals.c,v 1.24 2008/08/26 15:09:15 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

sapi/fpm/fpm/fpm_signals.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_signals.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#ifndef FPM_SIGNALS_H

sapi/fpm/fpm/fpm_sockets.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
/* $Id: fpm_sockets.c,v 1.20.2.1 2008/12/13 03:21:18 anight Exp $ */
32
/* (c) 2007,2008 Andrei Nigmatulin */
43

54
#include "fpm_config.h"

0 commit comments

Comments
 (0)