summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-03-031-1/+1
|\
| * Fix #80825: ZipArchive::isCompressionMethodSupported does not existChristoph M. Becker2021-03-031-1/+1
* | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-012-18/+18
* | Improve SPL directory and stat() cache using zend_srting* instead of char*Dmitry Stogov2021-02-261-4/+2
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-223-15/+68
* | Add support for generating class entries from stubsMáté Kocsis2021-01-262-1/+4
* | Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
|/
* Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-082-4/+4
* ZipArchive methods do not return NULLChristoph M. Becker2021-01-033-7/+7
* zip extension is 1.19.2Remi Collet2020-11-231-1/+1
* Raise E_WARNING on PHP related errorsChristoph M. Becker2020-11-064-2/+10
* report about ZSTD compression availabilityRemi Collet2020-11-061-0/+6
* only display libzip both headers/library versions if they differRemi Collet2020-11-061-4/+7
* bump zip extension versionRemi Collet2020-09-291-1/+1
* for consistency use for all *Name methodsRemi Collet2020-09-232-11/+9
* Run tidyNikita Popov2020-09-182-2/+2
* Generate arginfosMáté Kocsis2020-09-161-2/+2
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
* Display types in stubs more uniformlyMáté Kocsis2020-09-162-5/+5
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-023-39/+33
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+2
* Promote warnings in ext/zipGeorge Peter Banyard2020-08-175-109/+143
* Add all the missing parameter types to stubsMáté Kocsis2020-08-132-3/+11
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-097-0/+7
* Avoid getThis() usages in zip extensionNikita Popov2020-08-061-10/+2
* Add GLOB_BRACE skipifNikita Popov2020-08-061-1/+1
* add ZipArchive::CM_XZ constant (in upcoming libzip 1.8.0)Remi Collet2020-07-212-1/+4
* Use HashTable directly instead of zvalGeorge Peter Banyard2020-07-081-13/+13
* Remove proto comments from C filesMax Semenik2020-07-061-120/+60
* Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-2/+2
* Replace EXPECTF when possibleFabien Villepinte2020-06-296-6/+6
* [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-251-1/+1
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Deprecate the procedural API of ext/zipMáté Kocsis2020-06-2316-31/+252
* Merge branch 'PHP-7.4'Nikita Popov2020-06-181-1/+1
|\
| * check for broken libzip versionsRemi Collet2020-06-181-1/+1
* | [skip ci] typoRemi Collet2020-06-081-1/+1
* | move commentRemi Collet2020-06-071-3/+3
* | Fixed bug #79678 Build fails due to undeclared ZIP_RDONLYRemi Collet2020-06-071-0/+4
* | encode param is optionalRemi Collet2020-06-052-4/+4
* | bump zip versionRemi Collet2020-06-051-1/+1
* | Support libzip 1.6 on WindowsChristoph M. Becker2020-05-291-2/+3
* | Generate function entries for ext/zipMáté Kocsis2020-05-204-160/+235
* | relax test (TS issue)Remi Collet2020-05-181-2/+2
* | Fix [-Wundef] warning in ZIP extensionGeorge Peter Banyard2020-05-182-3/+3
* | Trim trailing whitespaces and fix code styleRod Elias2020-05-129-50/+50
* | Promote warning to exception in ZipArchive::extractTo()Máté Kocsis2020-05-062-4/+6
* | Fix UNKNOWN default values in ext/zipMáté Kocsis2020-05-063-23/+23
* | Fix ZPP order in ext/zipMáté Kocsis2020-05-061-74/+83