diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-06 14:37:49 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-06 14:37:49 +0200 |
commit | 7b10b0041aa63c6f8990ceb3ccc190bdd9eea2b9 (patch) | |
tree | 01edb9389d7b7f6b277a57e2bce1d05f9748d609 /ext/pdo_firebird | |
parent | 096b2f823b2273e3ee707b3805feb78d1e4be61d (diff) | |
download | php-7b10b0041aa63c6f8990ceb3ccc190bdd9eea2b9.tar.gz |
Imported Upstream version 5.4.1~rc1upstream/5.4.1_rc1
Diffstat (limited to 'ext/pdo_firebird')
-rw-r--r-- | ext/pdo_firebird/config.m4 | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/config.w32 | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/firebird_driver.c | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/firebird_statement.c | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/pdo_firebird.c | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/php_pdo_firebird.h | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/php_pdo_firebird_int.h | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/connect.phpt | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/ddl.phpt | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/execute.phpt | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/rowCount.phpt | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/skipif.inc | 2 | ||||
-rw-r--r-- | ext/pdo_firebird/tests/testdb.inc | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4 index 74d977759..7b6f669a5 100644 --- a/ext/pdo_firebird/config.m4 +++ b/ext/pdo_firebird/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4 311040 2011-05-15 05:24:34Z rasmus $ +dnl $Id$ dnl PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO, diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32 index 8234e48b2..9cf5ac133 100644 --- a/ext/pdo_firebird/config.w32 +++ b/ext/pdo_firebird/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32 305343 2010-11-14 22:40:30Z pajoye $ +// $Id$ // vim:ft=javascript ARG_WITH("pdo-firebird", "Firebird support for PDO", "no"); diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index deec3b1a3..e39555fb9 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: firebird_driver.c 321634 2012-01-01 13:15:04Z felipe $ */ +/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/pdo_firebird/firebird_statement.c b/ext/pdo_firebird/firebird_statement.c index 9529288de..ae05870b4 100644 --- a/ext/pdo_firebird/firebird_statement.c +++ b/ext/pdo_firebird/firebird_statement.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: firebird_statement.c 321634 2012-01-01 13:15:04Z felipe $ */ +/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 98000da45..c2bbe372c 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pdo_firebird.c 321634 2012-01-01 13:15:04Z felipe $ */ +/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/pdo_firebird/php_pdo_firebird.h b/ext/pdo_firebird/php_pdo_firebird.h index fba536380..ab0aea949 100644 --- a/ext/pdo_firebird/php_pdo_firebird.h +++ b/ext/pdo_firebird/php_pdo_firebird.h @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pdo_firebird.h 321634 2012-01-01 13:15:04Z felipe $ */ +/* $Id$ */ #ifndef PHP_PDO_FIREBIRD_H #define PHP_PDO_FIREBIRD_H diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h index 653e86ace..bb15d5489 100644 --- a/ext/pdo_firebird/php_pdo_firebird_int.h +++ b/ext/pdo_firebird/php_pdo_firebird_int.h @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pdo_firebird_int.h 321634 2012-01-01 13:15:04Z felipe $ */ +/* $Id$ */ #ifndef PHP_PDO_FIREBIRD_INT_H #define PHP_PDO_FIREBIRD_INT_H diff --git a/ext/pdo_firebird/tests/connect.phpt b/ext/pdo_firebird/tests/connect.phpt index ef78a1988..e4bb8ef54 100644 --- a/ext/pdo_firebird/tests/connect.phpt +++ b/ext/pdo_firebird/tests/connect.phpt @@ -3,7 +3,7 @@ PDO_Firebird: connect/disconnect --SKIPIF-- <?php include("skipif.inc"); ?> --FILE-- -<?php /* $Id: connect.phpt 161049 2004-06-11 01:37:06Z abies $ */ +<?php /* $Id$ */ require("testdb.inc"); diff --git a/ext/pdo_firebird/tests/ddl.phpt b/ext/pdo_firebird/tests/ddl.phpt index d76f2359b..9a3ddd100 100644 --- a/ext/pdo_firebird/tests/ddl.phpt +++ b/ext/pdo_firebird/tests/ddl.phpt @@ -3,7 +3,7 @@ PDO_Firebird: DDL/transactions --SKIPIF-- <?php include("skipif.inc"); ?> --FILE-- -<?php /* $Id: ddl.phpt 275414 2009-02-09 12:56:00Z felipe $ */ +<?php /* $Id$ */ require("testdb.inc"); diff --git a/ext/pdo_firebird/tests/execute.phpt b/ext/pdo_firebird/tests/execute.phpt index 7fcddeb45..3a759fc51 100644 --- a/ext/pdo_firebird/tests/execute.phpt +++ b/ext/pdo_firebird/tests/execute.phpt @@ -5,7 +5,7 @@ PDO_Firebird: prepare/execute/binding --INI-- ibase.timestampformat=%Y-%m-%d %H:%M:%S --FILE-- -<?php /* $Id: execute.phpt 275405 2009-02-09 11:57:44Z felipe $ */ +<?php /* $Id$ */ require("testdb.inc"); diff --git a/ext/pdo_firebird/tests/rowCount.phpt b/ext/pdo_firebird/tests/rowCount.phpt index ee7fe198e..3d7f71c83 100644 --- a/ext/pdo_firebird/tests/rowCount.phpt +++ b/ext/pdo_firebird/tests/rowCount.phpt @@ -3,7 +3,7 @@ PDO_Firebird: rowCount --SKIPIF-- <?php extension_loaded("pdo_firebird") or die("skip"); ?> --FILE-- -<?php /* $Id: rowCount.phpt 316540 2011-09-12 13:41:28Z mariuz $ */ +<?php /* $Id$ */ require("testdb.inc"); diff --git a/ext/pdo_firebird/tests/skipif.inc b/ext/pdo_firebird/tests/skipif.inc index eaef6d30a..5a6cd372d 100644 --- a/ext/pdo_firebird/tests/skipif.inc +++ b/ext/pdo_firebird/tests/skipif.inc @@ -1,4 +1,4 @@ -<?php /* $Id: skipif.inc 161049 2004-06-11 01:37:06Z abies $ */ +<?php /* $Id$ */ if (!extension_loaded("interbase") || !extension_loaded("pdo_firebird")) print "skip"; diff --git a/ext/pdo_firebird/tests/testdb.inc b/ext/pdo_firebird/tests/testdb.inc index 7d9bf1504..f6951a7b1 100644 --- a/ext/pdo_firebird/tests/testdb.inc +++ b/ext/pdo_firebird/tests/testdb.inc @@ -1,4 +1,4 @@ -<?php /* $Id: testdb.inc 161049 2004-06-11 01:37:06Z abies $ */ +<?php /* $Id$ */ $user = 'SYSDBA'; $password = 'masterkey'; |