Skip to content

Commit 1c3ed86

Browse files
committed
Cleanup $ is not needed for git
1 parent 9540ced commit 1c3ed86

20 files changed

+3
-39
lines changed

ext/interbase/config.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
dnl
2-
dnl $Id$
3-
dnl
4-
51
PHP_ARG_WITH(interbase,for InterBase support,
62
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
73
install directory [/usr/interbase]])

ext/interbase/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
// vim:ft=javascript
32

43
ARG_WITH("interbase", "InterBase support", "no");

ext/interbase/ibase_blobs.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/interbase/ibase_events.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/interbase/ibase_query.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/interbase/ibase_service.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/interbase/interbase.c

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

21-
/* $Id$ */
22-
2321
#ifdef HAVE_CONFIG_H
2422
#include "config.h"
2523
#endif

ext/interbase/php_ibase_includes.h

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

21-
/* $Id$ */
22-
2321
#ifndef PHP_IBASE_INCLUDES_H
2422
#define PHP_IBASE_INCLUDES_H
2523

ext/interbase/php_ibase_udf.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
/**
2220
* This UDF library adds the ability to call PHP functions from SQL
2321
* statements. Because of SQL's strong typing, you will have to declare

ext/interbase/php_interbase.h

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

21-
/* $Id$ */
22-
2321
#ifndef PHP_INTERBASE_H
2422
#define PHP_INTERBASE_H
2523

ext/interbase/tests/interbase.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* $Id$ */
1+
<?php
22

33
srand((double)microtime()*1000000);
44

ext/interbase/tests/skipif.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* $Id$ */
1+
<?php
22

33
if (!extension_loaded("interbase")) print "skip interbase extension not available";
44
require("interbase.inc");

ext/pdo_firebird/CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Firebird/InterBase driver for PDO
1+
Firebird driver for PDO
22
Ard Biesheuvel

ext/pdo_firebird/config.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
dnl
2-
dnl $Id$
3-
dnl
4-
51
PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO,
62
[ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
73
install directory [/opt/firebird]])

ext/pdo_firebird/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
// vim:ft=javascript
32

43
ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");

ext/pdo_firebird/firebird_driver.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/pdo_firebird/firebird_statement.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/pdo_firebird/pdo_firebird.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
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/pdo_firebird/php_pdo_firebird.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 PHP_PDO_FIREBIRD_H
2220
#define PHP_PDO_FIREBIRD_H
2321

ext/pdo_firebird/php_pdo_firebird_int.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 PHP_PDO_FIREBIRD_INT_H
2220
#define PHP_PDO_FIREBIRD_INT_H
2321

0 commit comments

Comments
 (0)