Skip to content

Commit f2aa000

Browse files
committed
Remove useless $Id$s
1 parent 5cf4bb8 commit f2aa000

36 files changed

+1
-70
lines changed

apc.c

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
3030
*/
3131

32-
/* $Id: apc.c 328941 2012-12-31 18:41:07Z ab $ */
33-
3432
#include "apc.h"
3533
#include "apc_cache.h"
3634
#include "apc_globals.h"

apc.h

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
3030
*/
3131

32-
/* $Id: apc.h 328292 2012-11-09 07:05:17Z laruence $ */
33-
3432
#ifndef APC_H
3533
#define APC_H
3634

apc.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
2323
*/
2424

25-
$VERSION='$Id$';
26-
2725
////////// READ OPTIONAL CONFIGURATION FILE ////////////
2826
if (file_exists("apc.conf.php")) include("apc.conf.php");
2927
////////////////////////////////////////////////////////
@@ -1141,6 +1139,6 @@ function block_sort($array1, $array2)
11411139

11421140
?>
11431141

1144-
<!-- <?php echo "\nBased on APCGUI By R.Becker\n$VERSION\n"?> -->
1142+
<!-- <?php echo "\nBased on APCGUI By R.Becker\n"?> -->
11451143
</body>
11461144
</html>

apc_cache.c

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
2929
*/
3030

31-
/* $Id: apc_cache.c 328743 2012-12-12 07:58:32Z ab $ */
32-
3331
#include "apc_cache.h"
3432
#include "apc_sma.h"
3533
#include "apc_globals.h"

apc_cache.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: apc_cache.h 328172 2012-10-28 21:44:47Z rasmus $ */
30-
3129
#ifndef APC_CACHE_H
3230
#define APC_CACHE_H
3331

apc_cache_api.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: apc_cache.h 328172 2012-10-28 21:44:47Z rasmus $ */
30-
3129
#ifndef APC_CACHE_API_H
3230
#define APC_CACHE_API_H
3331

apc_globals.h

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
3030
*/
3131

32-
/* $Id: apc_globals.h 328290 2012-11-09 03:30:09Z laruence $ */
33-
3432
#ifndef APC_GLOBALS_H
3533
#define APC_GLOBALS_H
3634

apc_iterator.c

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
1818
*/
1919

20-
/* $Id: apc_iterator.c 327134 2012-08-15 14:21:28Z ab $ */
21-
2220
#include "php_apc.h"
2321
#include "apc_iterator.h"
2422
#include "apc_cache.h"

apc_iterator.h

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
1818
*/
1919

20-
/* $Id: apc_iterator.h 307048 2011-01-03 23:53:17Z kalle $ */
21-
2220
#ifndef APC_ITERATOR_H
2321
#define APC_ITERATOR_H
2422

apc_mmap.c

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_mmap.c 328964 2013-01-03 12:38:55Z remi $ */
29-
3028
#include "apc.h"
3129
#include "apc_mmap.h"
3230
#include "apc_lock.h"

apc_mmap.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_mmap.h 307048 2011-01-03 23:53:17Z kalle $ */
29-
3028
#ifndef APC_MMAP_H
3129
#define APC_MMAP_H
3230

apc_php.h

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
3030
*/
3131

32-
/* $Id: apc_php.h 328674 2012-12-05 09:58:27Z ab $ */
33-
3432
#ifndef APC_PHP_H
3533
#define APC_PHP_H
3634

apc_pool.c

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_pool.c 327069 2012-08-12 08:56:55Z laruence $ */
29-
30-
3128
#include "apc_pool.h"
3229
#include <assert.h>
3330

apc_pool.h

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
All other licensing and usage conditions are those of the PHP Group.
2525
*/
2626

27-
/* $Id: apc_pool.h 307048 2011-01-03 23:53:17Z kalle $ */
28-
2927
#ifndef APC_POOL_H
3028
#define APC_POOL_H
3129

apc_pool_api.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_pool.h 307048 2011-01-03 23:53:17Z kalle $ */
29-
3028
#ifndef APC_POOL_API_H
3129
#define APC_POOL_API_H
3230

apc_serializer.h

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
1818
*/
1919

20-
/* $Id: $ */
21-
2220
#ifndef APC_SERIALIZER_H
2321
#define APC_SERIALIZER_H
2422

apc_shm.c

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: apc_shm.c 307259 2011-01-08 12:05:24Z gopalv $ */
30-
3129
#include "apc_shm.h"
3230
#include "apc.h"
3331
#ifdef PHP_WIN32

apc_shm.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_shm.h 307259 2011-01-08 12:05:24Z gopalv $ */
29-
3028
#ifndef APC_SHM_H
3129
#define APC_SHM_H
3230

apc_signal.c

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
All other licensing and usage conditions are those of the PHP Group.
2525
*/
2626

27-
/* $Id: apc_signal.c 327066 2012-08-12 07:48:48Z laruence $ */
28-
2927
/* Allows apc to install signal handlers and maintain signalling
3028
* to already registered handlers. Registers all signals that
3129
* coredump by default and unmaps the shared memory segment

apc_signal.h

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
1818
*/
1919

20-
/* $Id: apc_signal.h 307048 2011-01-03 23:53:17Z kalle $ */
21-
2220
#ifndef APC_SIGNAL_H
2321
#define APC_SIGNAL_H
2422

apc_sma.c

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: apc_sma.c 328896 2012-12-26 05:28:14Z laruence $ */
30-
3129
#include "apc_sma.h"
3230
#include "apc.h"
3331
#include "apc_globals.h"

apc_sma.h

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_sma.h 307048 2011-01-03 23:53:17Z kalle $ */
29-
3028
#ifndef APC_SMA_H
3129
#define APC_SMA_H
3230

apc_stack.c

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
2626
*/
2727

28-
/* $Id: apc_stack.c 307048 2011-01-03 23:53:17Z kalle $ */
29-
3028
#include "apc.h"
3129
#include "apc_stack.h"
3230

apc_stack.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: apc_stack.h 307048 2011-01-03 23:53:17Z kalle $ */
30-
3129
#ifndef APC_STACK_H
3230
#define APC_STACK_H
3331

apc_windows_srwlock_kernel.c

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
| Authors: Pierre Joye <pierre@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
18-
/* $Id$ */
1918

2019
#include <php.h>
2120

apc_windows_srwlock_kernel.h

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
| Authors: Pierre Joye <pierre@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
18-
/* $Id$ */
1918

2019
#ifndef APC_WINDOWS_CS_RWLOCK_H
2120
#define APC_WINDOWS_CS_RWLOCK_H

apcue/apcue.c

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id$ */
20-
2119
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

apcue/config.m4

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dnl $Id$
21
dnl config.m4 for extension apcue
32

43
dnl Comments in this file start with the string 'dnl'.

apcue/config.w32

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
// vim:ft=javascript
32

43
// If your extension references something external, use ARG_WITH

apcue/php_apcue.h

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* This is an example of using the APCu API in a third party extension
2121
*/
2222

23-
/* $Id$ */
24-
2523
#ifndef PHP_APCUE_H
2624
#define PHP_APCUE_H
2725

config.m4

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
dnl
2-
dnl $Id: config.m4 327593 2012-09-10 11:50:58Z pajoye $
3-
dnl
41
PHP_ARG_ENABLE(apcu, whether to enable APCu support,
52
[ --enable-apcu Enable APCu support])
63

config.w32

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id: config.w32 309203 2011-03-14 06:47:16Z pajoye $
21
// vim:ft=javascript
32

43
ARG_ENABLE('apcu', 'Whether to enable APCu support', 'no');

pgsql_s_lock.c

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
*/
2121

22-
/* $Id: pgsql_s_lock.c 307048 2011-01-03 23:53:17Z kalle $ */
23-
2422
/*-------------------------------------------------------------------------
2523
*
2624
* s_lock.c

pgsql_s_lock.h

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
*/
2121

22-
/* $Id: pgsql_s_lock.h 307048 2011-01-03 23:53:17Z kalle $ */
23-
2422
/*-------------------------------------------------------------------------
2523
*
2624
* s_lock.h

php_apc.c

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
2727
*/
2828

29-
/* $Id: php_apc.c 328290 2012-11-09 03:30:09Z laruence $ */
30-
3129
#ifdef HAVE_CONFIG_H
3230
# include "config.h"
3331
#endif

php_apc.h

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
2828
*/
2929

30-
/* $Id: php_apc.h 328953 2013-01-03 02:19:19Z rasmus $ */
31-
3230
#ifndef PHP_APCU_H
3331
#define PHP_APCU_H
3432

0 commit comments

Comments
 (0)