summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵Máté Kocsis2021-02-221-3/+18
| | | | | | xsl, zip, Zend Closes GH-6706
* Add support for generating class entries from stubsMáté Kocsis2021-01-261-0/+3
| | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-081-2/+2
| | | | All other functions use ``zip_entry``
* ZipArchive methods do not return NULLChristoph M. Becker2021-01-031-4/+4
| | | | Closes GH-6563.
* for consistency use for all *Name methodsRemi Collet2020-09-231-4/+4
|
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
| | | | Settling on using quoted string
* Display types in stubs more uniformlyMáté Kocsis2020-09-161-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 ZPPMáté Kocsis2020-09-021-5/+2
| | | | Closes GH-6034
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-2/+10
| | | | Closes GH-5955
* Deprecate the procedural API of ext/zipMáté Kocsis2020-06-231-6/+28
| | | | Closes GH-5746
* encode param is optionalRemi Collet2020-06-051-2/+2
|
* Generate function entries for ext/zipMáté Kocsis2020-05-201-0/+2
| | | | Closes GH-5601
* Promote warning to exception in ZipArchive::extractTo()Máté Kocsis2020-05-061-1/+4
| | | | Closes GH-5516
* Fix UNKNOWN default values in ext/zipMáté Kocsis2020-05-061-6/+6
|
* - add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE ↵Remi Collet2020-04-021-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 Collet2020-03-021-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 Collet2020-01-311-0/+12
| | | | ZipArchive::registerCancelCallback methods
* - bump zip extension version to 1.16.0 - add ZipArchive::setMtimeName and ↵Remi Collet2020-01-281-0/+6
| | | | ZipArchive::setMtimeIndex methods
* Add union return types for function stubsMáté Kocsis2019-11-111-25/+10
|
* Fix default valueChristoph M. Becker2019-09-291-1/+1
|
* Elevate warning to ValueError for invalid ZipArchive objectChristoph M. Becker2019-09-291-2/+2
|
* Add ZipArchive arginfo stubsChristoph M. Becker2019-09-291-0/+127
|
* Added zip arginfo stubsStephen Reay2019-08-131-0/+56