summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-11/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* ZipArchive methods do not return NULLChristoph M. Becker2021-01-031-2/+2
* Raise E_WARNING on PHP related errorsChristoph M. Becker2020-11-061-0/+4
* 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
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-021-32/+29
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+2
* Promote warnings in ext/zipGeorge Peter Banyard2020-08-171-83/+100
* Avoid getThis() usages in zip extensionNikita Popov2020-08-061-10/+2
* add ZipArchive::CM_XZ constant (in upcoming libzip 1.8.0)Remi Collet2020-07-211-0/+3
* 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
* [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
* Generate function entries for ext/zipMáté Kocsis2020-05-201-157/+59
* Fix [-Wundef] warning in ZIP extensionGeorge Peter Banyard2020-05-181-2/+2
* Promote warning to exception in ZipArchive::extractTo()Máté Kocsis2020-05-061-3/+2
* Fix UNKNOWN default values in ext/zipMáté Kocsis2020-05-061-10/+10
* Fix ZPP order in ext/zipMáté Kocsis2020-05-061-74/+83
* - add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE consta...Remi Collet2020-04-021-9/+49
* use a better setter for zip_error_tRemi Collet2020-04-021-2/+2
* Merge branch 'PHP-7.4'Remi Collet2020-03-291-1/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-291-1/+2
| |\
| | * Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-291-1/+2
* | | ZipArchive::open(): Using empty file as ZipArchive is deprecatedRemi Collet2020-03-201-2/+1
* | | Merge branch 'PHP-7.4'Remi Collet2020-03-201-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-201-0/+15
| |\ \ | | |/
| | * Fix Bug #79296 ZipArchive::open fails on empty fileRemi Collet2020-03-201-0/+15
| * | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-02-281-1/+2
| |\ \ | | |/
| | * Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-281-1/+2
* | | Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchi...Remi Collet2020-03-181-32/+87
* | | proper fixRemi Collet2020-03-091-2/+3
* | | fix use after freeRemi Collet2020-03-091-15/+15
* | | Fix #50678 files extracted by ZipArchive class lost their original modified timeRemi Collet2020-03-091-0/+7
* | | better fix for #72374Remi Collet2020-03-061-15/+8
* | | drop old constant with bad name, kept until now for BCRemi Collet2020-03-051-1/+0
* | | - make status, statusSys properties andRemi Collet2020-03-051-36/+71
* | | add lastId property to ZipArchiveRemi Collet2020-03-041-71/+48
* | | zip_file_replace don't need ZIP_FL_OVERWRITERemi Collet2020-03-041-1/+1
* | | - add ZipArchive::FL_RECOMPRESS, FL_ENCRYPTED, FL_OVERWRITE, FL_LOCAL, FL_CEN...Remi Collet2020-03-021-43/+96
* | | Merge branch 'PHP-7.4'Remi Collet2020-02-281-1/+2
|\ \ \
| * \ \ Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-02-281-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-281-1/+2
| | |/
| * | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-031-3/+7
* | | Merge branch 'PHP-7.4'Remi Collet2020-02-031-3/+7
|\ \ \