summaryrefslogtreecommitdiff
path: root/ext/phar/phar_path_check.re
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | 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.
* Move to unsigned types in pharAnatol Belski2018-04-181-1/+1
| | | | | | Preventing integer overflows in principle, which allows to avoid additional range checks. The phar format is based on 32-bit lengths, so the storage sizes was kept same.
* Fixed bug #76085 (Segmentation fault in buildFromIterator when directory ↵Xinchen Hui2018-03-131-3/+5
| | | | name contains a \n)
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* Fix accepting ill-formed UTF-8 charactersJakub Zelenka2014-04-221-16/+16
| | | | | Conflicts: ext/phar/phar_path_check.c
* Allow valid multi-byte utf-8 characters to be allowed as file names in phar ↵Danack2014-04-201-1/+13
| | | | archives.
* bump yearXinchen Hui2013-01-061-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* fix lcov buildNuno Lopes2011-02-251-1/+1
|
* MFH: Bump copyright year, 2 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-1/+1
| | | | | - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+97