Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -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 phar | Anatol Belski | 2018-04-18 | 1 | -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 Hui | 2018-03-13 | 1 | -3/+5 |
| | | | | name contains a \n) | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Fix accepting ill-formed UTF-8 characters | Jakub Zelenka | 2014-04-22 | 1 | -16/+16 |
| | | | | | Conflicts: ext/phar/phar_path_check.c | ||||
* | Allow valid multi-byte utf-8 characters to be allowed as file names in phar ↵ | Danack | 2014-04-20 | 1 | -1/+13 |
| | | | | archives. | ||||
* | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | fix lcov build | Nuno Lopes | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -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 Migration | 2008-05-12 | 1 | -0/+97 |