]> granicus.if.org Git - php/commitdiff
Remove old SVN keywords substitutions
authorPeter Kokot <peterkokot@gmail.com>
Tue, 12 Jun 2018 18:01:37 +0000 (20:01 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 16 Jun 2018 11:04:30 +0000 (13:04 +0200)
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.

75 files changed:
README.NEW-OUTPUT-API
Zend/zend_arena.h
Zend/zend_bitset.h
Zend/zend_dtrace.c
Zend/zend_dtrace.d
Zend/zend_dtrace.h
Zend/zend_string.c
Zend/zend_string.h
build/buildcheck.sh
build/genif.sh
ext/calendar/cal_unix.c
ext/calendar/easter.c
ext/dba/install_cdb.sh
ext/mysqli/mysqli_fe.h
ext/mysqli/mysqli_priv.h
ext/mysqli/mysqli_result_iterator.c
ext/opcache/Optimizer/zend_call_graph.c
ext/opcache/Optimizer/zend_worklist.h
main/http_status_codes.h
sapi/cli/php_cli_server.c
sapi/cli/php_cli_server.h
sapi/fpm/fpm/fpm.c
sapi/fpm/fpm/fpm.h
sapi/fpm/fpm/fpm_arrays.h
sapi/fpm/fpm/fpm_atomic.h
sapi/fpm/fpm/fpm_children.c
sapi/fpm/fpm/fpm_children.h
sapi/fpm/fpm/fpm_cleanup.c
sapi/fpm/fpm/fpm_cleanup.h
sapi/fpm/fpm/fpm_clock.c
sapi/fpm/fpm/fpm_clock.h
sapi/fpm/fpm/fpm_conf.c
sapi/fpm/fpm/fpm_conf.h
sapi/fpm/fpm/fpm_config.h
sapi/fpm/fpm/fpm_env.c
sapi/fpm/fpm/fpm_env.h
sapi/fpm/fpm/fpm_events.c
sapi/fpm/fpm/fpm_events.h
sapi/fpm/fpm/fpm_log.c
sapi/fpm/fpm/fpm_log.h
sapi/fpm/fpm/fpm_main.c
sapi/fpm/fpm/fpm_php.c
sapi/fpm/fpm/fpm_php.h
sapi/fpm/fpm/fpm_php_trace.c
sapi/fpm/fpm/fpm_php_trace.h
sapi/fpm/fpm/fpm_process_ctl.c
sapi/fpm/fpm/fpm_process_ctl.h
sapi/fpm/fpm/fpm_request.c
sapi/fpm/fpm/fpm_request.h
sapi/fpm/fpm/fpm_scoreboard.c
sapi/fpm/fpm/fpm_scoreboard.h
sapi/fpm/fpm/fpm_shm.c
sapi/fpm/fpm/fpm_shm.h
sapi/fpm/fpm/fpm_signals.c
sapi/fpm/fpm/fpm_signals.h
sapi/fpm/fpm/fpm_sockets.c
sapi/fpm/fpm/fpm_sockets.h
sapi/fpm/fpm/fpm_stdio.c
sapi/fpm/fpm/fpm_stdio.h
sapi/fpm/fpm/fpm_str.h
sapi/fpm/fpm/fpm_trace.c
sapi/fpm/fpm/fpm_trace.h
sapi/fpm/fpm/fpm_trace_mach.c
sapi/fpm/fpm/fpm_trace_pread.c
sapi/fpm/fpm/fpm_trace_ptrace.c
sapi/fpm/fpm/fpm_unix.c
sapi/fpm/fpm/fpm_unix.h
sapi/fpm/fpm/fpm_worker_pool.c
sapi/fpm/fpm/fpm_worker_pool.h
sapi/fpm/fpm/zlog.c
sapi/fpm/fpm/zlog.h
win32/build/buildconf.js
win32/build/config.w32.phpize.in
win32/build/confutils.js
win32/builddef.bat

index 2ba8ef05861a757ebfccebb00008dfd22172a706..fa15fdc732bf632fad8b845991d8650855139cd3 100644 (file)
@@ -1,6 +1,3 @@
-$Id: README.NEW-OUTPUT-API 219039 2006-08-30 07:39:09Z mike $
-
-
 API adjustment to the old output control code:
 
        Everything now resides beneath the php_output namespace, 
index 84bdc4912aa2ff1e3a4001116de9eb8b14f7add6..3bb7cf6c4f788c639564a94b6def14467496793d 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id:$ */
-
 #ifndef _ZEND_ARENA_H_
 #define _ZEND_ARENA_H_
 
index eb602800a7b8e2194abc8121e57cac0198fedf72..8bfa6534fc54d2e1c0ccd776550b74022b0f3bf8 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id:$ */
-
 #ifndef _ZEND_BITSET_H_
 #define _ZEND_BITSET_H_
 
index 79c963492a5bed2ed481356e5551c700f24519c5..f49750e453e7a1aa6b0c55eb2e1c4ff577d9c1e6 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 #include "zend.h"
 #include "zend_API.h"
 #include "zend_dtrace.h"
index 609663f4b11a2778e06db39ff1b42a2c49c2a553..5e659741e29bd6db9d8141c3ae7fe693595c1b32 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 provider php {
        probe exception__caught(char *classname);
        probe exception__thrown(char* classname);
index d1dbc49fd404118fc2ffcbdc0cdd50cafc6fac50..793d27b75ebfe07d62434d46df5a4bb2c6407e53 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 #ifndef        _ZEND_DTRACE_H
 #define        _ZEND_DTRACE_H
 
index 2cfe329fe4355ff9dfafb20c8614386176b51621..b047202a14dbc6e02f7062802660f9586d7252aa 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 #include "zend.h"
 #include "zend_globals.h"
 
index 78de28f7f49379c0407cae57ef3ccf8a26ba3514..d34cf5862d1e922e4690a70630bd2804c3cdeda1 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 #ifndef ZEND_STRING_H
 #define ZEND_STRING_H
 
index 70515b75b5868ba6c473f131d9eb451d152a4c3c..7db31e2c0ce64ddddf5291ac4b8a6802dfafe20a 100755 (executable)
@@ -15,9 +15,6 @@
 #  | Authors: Stig Bakken <ssb@php.net>                                   |
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
-#
-# $Id: buildcheck.sh,v 1.37.2.2.2.1 2007-01-01 19:32:10 iliaa Exp $ 
-#
 
 echo "buildconf: checking installation..."
 
index e2bc6ac89d9bf932ced30f19ffa77b963d03f23d..40024322a957cd82bd7e9356adba45764bf5c066 100644 (file)
@@ -1,6 +1,5 @@
 #! /bin/sh
 
-# $Id: genif.sh,v 1.6 2005-06-21 13:47:38 sniper Exp $
 # replacement for genif.pl
 
 infile=$1
index 2297d9e98d721feecf9ba995159f5a50cd6573de..a8e81eb5414b83e9ccbeec3ca42458cd7ec342dd 100644 (file)
@@ -17,7 +17,6 @@
    |          Hartmut Holzgraefe        <hholzgra@php.net>                |
    +----------------------------------------------------------------------+
  */
-/* $Id: */
 
 #include "php.h"
 #include "php_calendar.h"
index 995709ef7c4cc780fe86756aea5e8af6e0306d06..bc5ecd2f642ef57cae095fce18a1334dec3ef2d7 100644 (file)
@@ -17,7 +17,6 @@
    |          Hartmut Holzgraefe        <hholzgra@php.net>                |
    +----------------------------------------------------------------------+
  */
-/* $Id: */
 
 #include "php.h"
 #include "php_calendar.h"
index ce5f3cc856283556392250ba4aca13ec85f91c16..782d3a6f8d4e908ec7836dd2c2185d2f40893321 100755 (executable)
@@ -7,8 +7,6 @@
 # cdb-0.75 lacks support for installing header files and creating a 
 # library which programs can link against.  This shell script fills
 # the gap.
-#
-# $Id: install_cdb.sh,v 1.2 2002-11-04 17:53:04 helly Exp $
 
 if test -r "cdb.a" && test -r "auto-str.c" && test -r "byte.a"; then
   :
index e56780a4c12628a01638ac61d798941253862d05..dab9b18861d498102d8a9bca0b2d7e235cd429f9 100644 (file)
@@ -15,8 +15,6 @@
   | Author: Georg Richter <georg@php.net>                                |
             Andrey Hristov <andrey@php.net>                              |
   +----------------------------------------------------------------------+
-
-  $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
 */
 
 #ifndef MYSQLI_FE_H
index eef254feeae1c1101214b0314e711e7bf45aae62..de3f5f058d6f944b12457a84fc941f4d94233820 100644 (file)
@@ -14,8 +14,6 @@
   +----------------------------------------------------------------------+
   | Author: Georg Richter <georg@php.net>                                |
   +----------------------------------------------------------------------+
-
-  $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $
 */
 
 #ifndef MYSQLI_PRIV_H
index 4e919aef25fbdfc48984d6d96530f53997fcb4a8..ec9a9e5b2d88464dac3f15e4e983d6c5bd65c5c4 100644 (file)
@@ -16,8 +16,6 @@
   |          Andrey Hristov <andrey@php.net>                             |
   |          Ulf Wendel <uw@php.net>                                     |
   +----------------------------------------------------------------------+
-
-  $Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $
 */
 
 #ifdef HAVE_CONFIG_H
index b692963e5d9864bbdec48ed63f36f9cc040299e4..d70cb0d33b4c4a6fb77b16ef851c4e0744f128f3 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id:$ */
-
 #include "php.h"
 #include "zend_compile.h"
 #include "zend_extensions.h"
index 098ae5502a28c50f04fc4ce2a0108f0d4aa47eeb..3ff1df14eeabce450a404b1c1af5822795dfb3f6 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id:$ */
-
 #ifndef _ZEND_WORKLIST_H_
 #define _ZEND_WORKLIST_H_
 
index 32dd40d4682bfb64e496bf3c21b173dc755a1964..8966b433e572a21ac62ab01289a44594ce708b2c 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: $ */
-
 #ifndef HTTP_STATUS_CODES_H
 #define HTTP_STATUS_CODES_H
 
index fef1aa400d2c5c4f47031fd326d31d5e82735111..5386aa54c64f0c7506fa67aebe10d83aa1185238 100644 (file)
@@ -17,8 +17,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
index e6d528cedbf906cdf5a1721a8dbfd04fb0340c89..2a68894479b557a215ae90cc3d4d88bea6584799 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */
-
 #ifndef PHP_CLI_SERVER_H
 #define PHP_CLI_SERVER_H
 
index e43eb5a86d68bea2328c3778da4716e6d64540a0..4febc2cf6bcd6405d3cd4ad4f9889a8da258fffc 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm.c,v 1.23 2008/07/20 16:38:31 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 4916140e174f91b986a5135f2a0251b72030fb96..8e3a472a41fc52e6977534be8efe66c9f902bed4 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm.h,v 1.13 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_H
index 02846b7c014102f6c88b28c23977645addecc47d..13ace02916d8b2b6e9d203b415027bd02a902815 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_arrays.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ARRAYS_H
index 662dd4726d5223e0002bc47062f69dc4d49ccd4c..cd52d1561ae9635ea8590c450c4f9aa598ee4d4d 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_atomic.h,v 1.3 2008/09/18 23:34:11 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ATOMIC_H
index b48fa54f532a2aaa8867d22e5793ee6986c69cbc..2e74f058fbc3c185800ad448f34c9cbde58607b4 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_children.c,v 1.32.2.2 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 9c79f234e8f39c2a19ec9a4605f3414cab6dc880..1a846a8786e4ce0e506b6be165c9d30810258c91 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_children.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CHILDREN_H
index 260ddb32e76219da05f347c19dcd26c1ffc93193..ae5e66f41b98059d63a1f05216fdb3fdd90aa2c6 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_cleanup.c,v 1.8 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 4d7cf391cb722dfda5ed5b815a4fe49e19e96b9a..0985b484800dae75bbed1b79991e7b9b47c324bd 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_cleanup.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CLEANUP_H
index 66751b81bb833fb8baf1c6ca4a45a760d0c4f1f0..ce4d9bac93a0f31c9bfeeb8202cb926b3bdb4c00 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_clock.c,v 1.4 2008/09/18 23:19:59 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 6aab959e16d5e8d0467904a9dc22c0d76ab1ffa8..0c51709798f35f9da481fa423ba6ae47741a864f 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CLOCK_H
index b93cd15fe726d6b35eb38c6b96bb42c9f25aac9a..ffa4afe0f5467301c845d73d4e3c1603e600a8fc 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_conf.c,v 1.33.2.3 2008/12/13 03:50:29 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index a0434b694d936a08107a049de6918abc477bb501..4f79cb21cdee352283de9282d0b6431ce85c9b43 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_conf.h,v 1.12.2.2 2008/12/13 03:46:49 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_CONF_H
index 856414a920246ab3a929ef5a37137df56ea6d249..954d1a52c0dffbcbf21a6b7f1f159709f0afaeb0 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: fpm_config.h,v 1.16 2008/05/25 00:30:43 anight Exp $ */
 /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include <php_config.h>
index 73affab236bd9b5ce962956bbd63e03aa2da7a47..b805e97edb79caf4941e8736ec2eaa60fc4dc7e4 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_env.c,v 1.15 2008/09/18 23:19:59 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index bf472368da3574c5a8e6b037241f488833c854d9..d720307348f0d528a5c70c33e3863785e8e3bae2 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_env.h,v 1.9 2008/09/18 23:19:59 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_ENV_H
index 2b8e8cf13ad35c24ef8ecbb6b5bfa38fc3256f4d..818d7a7ac93c431d60ac3fcf787b58c7f79fe01e 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_events.c,v 1.21.2.2 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 416ec6e728a030c1b9ad264fe8825515de88778a..9b241e7262db48ceb17829fb9b2e1d0ebb0d8f2f 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_events.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_EVENTS_H
index 02f8868142084b62c040025441748922b34cc444..38574d3c6da9fc9a295806f3420374104b3b018c 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_status.c 312262 2011-06-18 17:41:56Z felipe $ */
        /* (c) 2009 Jerome Loyet */
 
 #include "php.h"
index d85d368da5f1d756c65362b239033e89af72bceb..7a2b679060d0a44668532a83d662aac349ece91d 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
        /* (c) 2009 Jerome Loyet */
 
 #ifndef FPM_LOG_H
index 022a7809c7f33fc3fb419c3e58278b3522c8c408..32566602642ab71603745b87461a5556b475c923 100644 (file)
@@ -21,8 +21,6 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: cgi_main.c 291497 2009-11-30 14:43:22Z dmitry $ */
-
 #include "php.h"
 #include "php_globals.h"
 #include "php_variables.h"
index d410682b9e3fac0288e81b0748c0492f1119687b..72a23f717ce445217826bdbfb8f0ebd6cae3e2db 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_php.c,v 1.22.2.4 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index a2f2138d23f2680202b0a74f8436a81e9c58cbf5..72af62a7235fc46d809dc066d133731af5e20d5b 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_php.h,v 1.10.2.1 2008/11/15 00:57:24 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PHP_H
index 26583881af5c88a8d1515e01036f3c41350d51c7..20386e979ecbdbc330cbf80708e2705b0d964622 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_php_trace.c,v 1.27.2.1 2008/11/15 00:57:24 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index af5e456acbbb878646014ce7ded767cdea0d5f99..4fb1fb5e4e15af3982452571a5b5735aa516bd66 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_php_trace.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PHP_TRACE_H
index ca5a6f2e4059a77fc3ea58cfe7b10196d808fd0c..7deb3beef420511a289315413faa7a80f6839c80 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_process_ctl.c,v 1.19.2.2 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 86a6ef0dfbb4b6fc6bf5b8ed5bb22da76be63d62..eb1f237e88c97cb5cc9019e9b2dfa4bacfab8f5e 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_process_ctl.h,v 1.6 2008/07/20 21:33:10 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_PROCESS_CTL_H
index 3f82a7d4f751f12dec38617faa15b59fdd133df1..9dfdb0f91eba93e194433113ad1e66cc5e46e0bb 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_request.c,v 1.9.2.1 2008/11/15 00:57:24 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 #ifdef HAVE_TIMES
 #include <sys/times.h>
index d9e831d1009b5dcecd7b5e8aeaf1ec434afef6b0..bccf0dd8c3098fa1791ed1fc897151e1e953a16e 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_request.h,v 1.4 2008/07/20 01:47:16 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_REQUEST_H
index b2ce46356f90b0288da42ec8afd72e5ed709775a..4de910a67a7d6553fadf3cb7df4f88880fd64570 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_status.c 312399 2011-06-23 08:03:52Z fat $ */
        /* (c) 2009 Jerome Loyet */
 
 #include "php.h"
index f58a28737dff93d8d62c9055c103e665629a6fff..d71b7ad8573c1be9c88235799f2b5f03907fe27a 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
        /* (c) 2009 Jerome Loyet */
 
 #ifndef FPM_SCOREBOARD_H
index 7986056793cf6ddceec232f338fec07da6239fde..b7b57707308b1711fbd053a207df45d52f242e53 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_shm.c,v 1.3 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin, Jerome Loyet */
 
 #include <sys/mman.h>
index bcb609981449bc94552531b5b1f4c80768853f71..249c0d68a608be88d0c942b103eaeb506db7f07b 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_shm.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_SHM_H
index 68cb15379b668a522b7c40c06337e25de1c86d32..a244eb173a8fa870394ba8207c4f86d4e6038302 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_signals.c,v 1.24 2008/08/26 15:09:15 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index eb80faecfdb54bb0fa999d31ade039d3d3c659a7..768f0ae2a2a9b29e711fd2e3d9b8e824575b7e5b 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_signals.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_SIGNALS_H
index 9a81ca5ee77fd8e6f1974b3c155245641c58fd78..a79c552b4f8d541dbb57e0a676644b0f78081ac1 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_sockets.c,v 1.20.2.1 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 98b40ff206d3118a5ed2b47e1dde6ccaff6c57cb..f7fcba16d7dc875fa9e2b8df3e8a924d1a74a6e1 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_sockets.h,v 1.12 2008/08/26 15:09:15 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_MISC_H
index 40720176e1483504767e9fa26e59b8da9a7b6971..f52ee06342f79a5328b1f5f5c3a5fc0822464bab 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_stdio.c,v 1.22.2.2 2008/12/13 03:32:24 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index d3d61e46be2dff1ea7bc2ff4757483455a7432fd..d9c6db24f88bafe9f083fe54173b5ab975a8b3f4 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_stdio.h,v 1.9 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_STDIO_H
index 65db5455a0efc6f243cad5950de74e23f77ad1b5..4927b02644ca29f74f496d978f531d080651cdc8 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_str.h,v 1.3 2008/05/24 17:38:47 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_STR_H
index eae7fe9bbfc88ff24c2a2953787737339d8fd544..b76dc88022e8cb8211d0cb68cddc819d5a632923 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_trace.c,v 1.1 2008/07/20 20:59:00 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index b42117220774d009341748e0e7c2b582b230bf8f..269278eb93b5d495d59f4e541b04c32b1da73323 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_trace.h,v 1.3 2008/07/20 22:43:39 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_TRACE_H
index 3b85e6a343577fe5d0b6574b4c477c3f00b4565c..7a8a43482946d6b4125e115fcb8631856575bc53 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_trace_mach.c,v 1.4 2008/08/26 15:09:15 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 6a6155740bdbab5e1e08c7b0d578326c4acaac61..e8e32e4719a8232ee55123d67fd5030db79ebce8 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_trace_pread.c,v 1.7 2008/08/26 15:09:15 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #define _GNU_SOURCE
index 838c61867c4ab4596935aae429e6bc69c065b4ab..875170f6de31a03a5d5924a87d1a0b03d34bcadc 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_trace_ptrace.c,v 1.7 2008/09/18 23:34:11 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 44f8df31115d478f04566a6098a0e842b41fb403..039662a5334bcf1b6b9be7760041ed55bd4deadb 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_unix.c,v 1.25.2.1 2008/12/13 03:18:23 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index a79559f9e6a716e2f5c0d54a345ef8359e6b5a3d..cd7faf9d73777f453f3cb42b88f38a3ae1fc1607 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_unix.h,v 1.8 2008/05/25 13:21:13 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_UNIX_H
index a0022915cdce790b9b5a47728db1f833a5b399b7..472a684e935fba1d68b5e9364fad07f87cd88edd 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_worker_pool.c,v 1.15.2.1 2008/12/13 03:21:18 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index 6b2bc908dc7e827ed58bd3595271892a71b43340..b78afe65a5cf9d9876472ffae1ca41fdf9151ecd 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: fpm_worker_pool.h,v 1.13 2008/08/26 15:09:15 anight Exp $ */
        /* (c) 2007,2008 Andrei Nigmatulin */
 
 #ifndef FPM_WORKER_POOL_H
index 4884dca856b5f2c20488ef086e8c335895daaa81..3df8822fdbc934d122b460c7667fa3996255d530 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: zlog.c,v 1.7 2008/05/22 21:08:32 anight Exp $ */
        /* (c) 2004-2007 Andrei Nigmatulin */
 
 #include "fpm_config.h"
index c2bf752b935416111cab02d9f5a82e2538bb8277..e6c6b55b51a0c7be2d06b4a5fb910b1cf6d49546 100644 (file)
@@ -1,5 +1,4 @@
 
-       /* $Id: zlog.h,v 1.7 2008/05/22 21:08:32 anight Exp $ */
        /* (c) 2004-2007 Andrei Nigmatulin */
 
 #ifndef ZLOG_H
index 49ed48048297819acb668450e2e6fa8ca1fde7dc..5d5fb499ec978f6eea86bfbdd70655aef8a1a60a 100644 (file)
@@ -16,7 +16,6 @@
   +----------------------------------------------------------------------+\r
 */\r
 \r
-/* $Id: buildconf.js,v 1.13.2.2.2.1.2.5 2009-01-02 12:18:21 kalle Exp $ */\r
 // This generates a configure script for win32 build\r
 \r
 WScript.StdOut.WriteLine("Rebuilding configure.js");\r
index 749c7fdb4b9da366513b02038e8042c44792bf3b..62d4f6148b5bb3aa0510818f6317b2b797e8fdc8 100644 (file)
@@ -1,5 +1,4 @@
 // vim:ft=javascript
-// $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
 // "Master" config file; think of it as a configure.ac
 // equivalent.
 
index ce512b549f563ca0d08f70dd8a3a6d2dd33c8188..5a5921e24e5bb25a102ec7a92b7c024d9c37b7ce 100644 (file)
@@ -17,8 +17,6 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.60.2.1.2.8.2.33 2009-05-29 07:43:07 kalle Exp $
-
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
 var WshShell = WScript.CreateObject("WScript.Shell");
index f204812ace0e810d318f93d7fbfef7e14a26787d..8688754da89fd5489e44aa87afd2188af575d82b 100644 (file)
@@ -2,6 +2,5 @@
 rem Generate phpts.def file, which exports symbols from our dll that
 rem are present in some of the libraries which are compiled statically
 rem into PHP
-rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $
 type ..\ext\sqlite\php_sqlite.def
 type ..\ext\libxml\php_libxml2.def