Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵ | Máté Kocsis | 2021-02-22 | 1 | -3/+18 |
| | | | | | | xsl, zip, Zend Closes GH-6706 | ||||
* | Add support for generating class entries from stubs | Máté Kocsis | 2021-01-26 | 1 | -0/+3 |
| | | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com> | ||||
* | Rename ``zip_ent`` parameter to ``zip_entry`` for consistency | George Peter Banyard | 2021-01-08 | 1 | -2/+2 |
| | | | | All other functions use ``zip_entry`` | ||||
* | ZipArchive methods do not return NULL | Christoph M. Becker | 2021-01-03 | 1 | -4/+4 |
| | | | | Closes GH-6563. | ||||
* | for consistency use for all *Name methods | Remi Collet | 2020-09-23 | 1 | -4/+4 |
| | |||||
* | Display string default values in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -1/+1 |
| | | | | Settling on using quoted string | ||||
* | Display types in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -4/+4 |
| | | | | | | In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types. | ||||
* | Move custom type checks to ZPP | Máté Kocsis | 2020-09-02 | 1 | -5/+2 |
| | | | | Closes GH-6034 | ||||
* | Add all the missing parameter types to stubs | Máté Kocsis | 2020-08-13 | 1 | -2/+10 |
| | | | | Closes GH-5955 | ||||
* | Deprecate the procedural API of ext/zip | Máté Kocsis | 2020-06-23 | 1 | -6/+28 |
| | | | | Closes GH-5746 | ||||
* | encode param is optional | Remi Collet | 2020-06-05 | 1 | -2/+2 |
| | |||||
* | Generate function entries for ext/zip | Máté Kocsis | 2020-05-20 | 1 | -0/+2 |
| | | | | Closes GH-5601 | ||||
* | Promote warning to exception in ZipArchive::extractTo() | Máté Kocsis | 2020-05-06 | 1 | -1/+4 |
| | | | | Closes GH-5516 | ||||
* | Fix UNKNOWN default values in ext/zip | Máté Kocsis | 2020-05-06 | 1 | -6/+6 |
| | |||||
* | - add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE ↵ | Remi Collet | 2020-04-02 | 1 | -0/+8 |
| | | | | constant - cleanup hack for libzip 1.3.1 (have only exist for a few days) - add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0) - add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0) - bump version to 1.19.0-dev | ||||
* | - add ZipArchive::FL_RECOMPRESS, FL_ENCRYPTED, FL_OVERWRITE, FL_LOCAL, ↵ | Remi Collet | 2020-03-02 | 1 | -3/+6 |
| | | | | | | | | | FL_CENTRAL constants - add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and addFromString methods - add "flags" options to ZipArchive::addGlob and addPattern methods keeping previous behavior having FL_OVERWRITE by default - add ZipArchive::replaceFile() method | ||||
* | add ZipArchive::registerProgressCallback and ↵ | Remi Collet | 2020-01-31 | 1 | -0/+12 |
| | | | | ZipArchive::registerCancelCallback methods | ||||
* | - bump zip extension version to 1.16.0 - add ZipArchive::setMtimeName and ↵ | Remi Collet | 2020-01-28 | 1 | -0/+6 |
| | | | | ZipArchive::setMtimeIndex methods | ||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -25/+10 |
| | |||||
* | Fix default value | Christoph M. Becker | 2019-09-29 | 1 | -1/+1 |
| | |||||
* | Elevate warning to ValueError for invalid ZipArchive object | Christoph M. Becker | 2019-09-29 | 1 | -2/+2 |
| | |||||
* | Add ZipArchive arginfo stubs | Christoph M. Becker | 2019-09-29 | 1 | -0/+127 |
| | |||||
* | Added zip arginfo stubs | Stephen Reay | 2019-08-13 | 1 | -0/+56 |