php-src/ext/pdo_oci
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
..
tests Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
oci_driver.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
oci_statement.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_oci.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_oci_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_oci.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00