summaryrefslogtreecommitdiff
path: root/ext/zip/examples
Commit message (Collapse)AuthorAgeFilesLines
* Apply tidy formattingNikita Popov2020-02-0311-46/+46
| | | | Mostly reindent PHP scripts to spaces.
* Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
|
* Sync leading and final newlines in source code filesPeter Kokot2018-10-146-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 filesPeter Kokot2018-10-131-2/+2
|
* Remove unused Git ident attributes from zip extensionPeter Kokot2018-07-272-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 archiveRemi Collet2017-03-021-0/+49
|
* add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methodsRemi Collet2015-05-061-0/+21
|
* Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-042-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 HEADPierre Joye2008-05-215-0/+15
|
* - MFH: remove dl() usagePierre Joye2006-08-131-4/+0
|
* - MFH: remove dl() usagePierre Joye2006-08-133-11/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-2416-0/+225