Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply tidy formatting | Nikita Popov | 2020-02-03 | 11 | -46/+46 |
| | | | | Mostly reindent PHP scripts to spaces. | ||||
* | Cleanup of remaining E_STRICT in tests | George Peter Banyard | 2019-07-23 | 1 | -1/+0 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 6 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
| | |||||
* | Remove unused Git ident attributes from zip extension | Peter Kokot | 2018-07-27 | 2 | -2/+2 |
| | | | | | $Id attributes were used with SVN. With Git most of the Git ident attributes in source code files are not used anymore. | ||||
* | Zip: add support for encrypted archive | Remi Collet | 2017-03-02 | 1 | -0/+49 |
| | |||||
* | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods | Remi Collet | 2015-05-06 | 1 | -0/+21 |
| | |||||
* | Sync ext/zip with pecl/zip version 1.3.2 | Remi Collet | 2013-11-04 | 2 | -0/+27 |
| | | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip | ||||
* | - sync with PECL HEAD | Pierre Joye | 2008-05-21 | 5 | -0/+15 |
| | |||||
* | - MFH: remove dl() usage | Pierre Joye | 2006-08-13 | 1 | -4/+0 |
| | |||||
* | - MFH: remove dl() usage | Pierre Joye | 2006-08-13 | 3 | -11/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. | SVN Migration | 2006-07-24 | 16 | -0/+225 |