12 Commits

Author SHA1 Message Date
Peter Kokot
7f295fd0b8 Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and 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-10-02 23:45:18 +02:00
Lior Kaplan
9ae114c64c Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Happy new year (Update copyright to 2016)
2016-01-01 19:48:25 +02:00
Lior Kaplan
a3f1841ee6 Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
Xinchen Hui
f529fdbc8e bump year 2015-01-15 23:27:30 +08:00
Xinchen Hui
64d079a54b bump year 2015-01-15 23:26:37 +08:00
Stanislav Malyshev
8c9b479251 trailing whitespace removal 2015-01-10 15:07:38 -08:00
Johannes Schlüter
6853441e19 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
Xinchen Hui
614d7da822 Bump year 2014-01-03 11:06:16 +08:00
Xinchen Hui
dc4ee9bce6 Happy New Year 2013-01-01 16:37:09 +08:00
Felipe Pena
0644212487 - Year++ 2012-01-01 13:15:04 +00:00
Felipe Pena
a47ff51d62 - Year++ 2011-01-01 02:17:06 +00:00
Stanislav Malyshev
e912bdb229 add filters to mcrypt
# trunk will follow soon
2010-01-15 21:02:20 +00:00