php-src/ext/pdo_oci/tests
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
..
bug41996.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
bug44301.phpt Improve test portability (Senthil) 2015-07-10 09:53:45 +10:00
bug46274.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug46274_2.phpt Fix temporary-LOB leak and add tests (Senthil) 2015-07-29 20:15:43 +10:00
bug54379.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug57702.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug60994.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
bug_33707.phpt MFB 2009-05-12 21:35:21 +00:00
checkliveness.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
common.phpt - Change PDO_oci connection defaults to match Oracle XE defaults, higher chance 2011-08-31 23:42:04 +00:00
pdo_oci_attr_autocommit_1.phpt
pdo_oci_attr_autocommit_2.phpt
pdo_oci_attr_autocommit_3.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci_attr_case.phpt MFB 2009-05-12 21:35:21 +00:00
pdo_oci_attr_client.phpt Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries. 2013-06-25 11:55:41 -07:00
pdo_oci_attr_drivername.phpt MFB 2009-05-12 21:35:21 +00:00
pdo_oci_attr_nulls_1.phpt MFB 2009-05-12 21:35:21 +00:00
pdo_oci_attr_prefetch_1.phpt Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +10:00
pdo_oci_attr_prefetch_2.phpt
pdo_oci_attr_server.phpt MFB 2009-05-12 21:35:21 +00:00
pdo_oci_fread_1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci_quote1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci_stream_1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci_stream_2a.phpt Ensure an ORDER BY gets the expected row order 2016-05-02 16:08:48 +10:00
pdo_oci_stream_2b.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pdo_oci_templob_1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pecl_bug_6364.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pecl_bug_11345.phpt