Christoph Michael Becker
|
def596e2c6
|
Fix typo
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346326 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-12-14 17:59:01 +00:00 |
|
Christoph Michael Becker
|
334a533c08
|
ZipArchive::setPassword() now also sets the default password for encryption
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345307 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-07-13 18:06:26 +00:00 |
|
Christoph Michael Becker
|
47ef5a87da
|
Fix #71064: open($string, ZipArchive::OVERWRITE) does not create non-existing archives
We're taking the wording from the zip_open() documentation[1], and don't
care to document that ZipArchive::OVERWRITE implied ZipArchive::CREATE
in some formerly bundled libzips.
[1] <https://libzip.org/documentation/zip_open.html>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344995 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-05-08 21:59:59 +00:00 |
|
Jakub Vrana
|
dd07341fae
|
Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-01-25 15:34:22 +00:00 |
|
Jakub Vrana
|
7418592d82
|
Capitalize <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343887 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-01-25 15:24:28 +00:00 |
|
Peter Cowburn
|
5cbcbd5baf
|
ZipAchive -> ZipArchive (doc bug #75602)
Plus a capitalisation fix for ZipArchive::setEncryptionIndex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343535 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-11-30 16:12:41 +00:00 |
|
Kalle Sommer Nielsen
|
cfa9e1bb71
|
Documented the remaining new functionality to ext/zip as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343502 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-11-29 16:30:58 +00:00 |
|
André Luis Ferreira da Silva Bacci
|
e9366ee458
|
Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-09-02 18:42:15 +00:00 |
|
Remi Collet
|
1ae6766b85
|
add "See Also" section (mostly for ZipArchive::setPassword)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342261 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-04-06 14:55:16 +00:00 |
|
Remi Collet
|
a0f65747b0
|
add ZipArchive::setEncryptionIndex and ZipArchive::setEncryptionName (from 1.14.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342241 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-04-05 09:15:44 +00:00 |
|
Christoph Michael Becker
|
366509eacd
|
Fix #48763: ZipArchive produces corrupt OpenOffice.org files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340010 c90b9560-bf6c-de11-be94-00142212c4b1
|
2016-09-09 23:29:07 +00:00 |
|
Remi Collet
|
244efca786
|
Fix code sample
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339282 c90b9560-bf6c-de11-be94-00142212c4b1
|
2016-06-02 12:48:44 +00:00 |
|
Remi Collet
|
418948d0d7
|
Fix parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337775 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-09-07 15:37:00 +00:00 |
|
Christoph Michael Becker
|
c5728fdcc2
|
documented ZipArchive::setCompressionIndex() and ::setCompressionName()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337274 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-08-02 22:17:06 +00:00 |
|
Christoph Michael Becker
|
7448d19579
|
linked $flags constants to their definition (fixes #60971)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336969 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-06-15 11:57:15 +00:00 |
|
Christoph Michael Becker
|
35df207878
|
improved $flags documentation (fixes #67586)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336954 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-06-14 18:50:02 +00:00 |
|
Maciek Sokolewicz
|
7462161e85
|
added note that this function only sets password for decompression.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336414 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-04-06 20:40:28 +00:00 |
|
Adam Harvey
|
f2c41f5da1
|
Update new functions in PHP 5.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334641 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-08-28 06:47:08 +00:00 |
|
Adam Harvey
|
644df9d8bc
|
Fix doc bug #67313 (Note by ZipArchive::addFile is confusing).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333598 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-05-22 21:46:44 +00:00 |
|
Dejan Marjanovic
|
9905374cd0
|
Replace single quotes with double for (string) <initializer> unless string contains double quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-04-14 23:48:06 +00:00 |
|
Peter Cowburn
|
cf326e8845
|
Fix variable name in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333188 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-29 21:54:41 +00:00 |
|
Remi Collet
|
7acd44bb7f
|
Drop french message.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332990 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-14 06:12:47 +00:00 |
|
Remi Collet
|
055eb40322
|
ZipArchive constants (not macros)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332989 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-14 05:57:37 +00:00 |
|
Remi Collet
|
45ee8a89e9
|
One more example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332983 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-13 09:06:55 +00:00 |
|
Remi Collet
|
ba235883da
|
Add some examples for new methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332982 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-13 09:02:59 +00:00 |
|
Remi Collet
|
a99f5c538b
|
Documentation for ZipArchive::getExternalAttributesName() and ZipArchive::getExternalAttributesIndex().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332981 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-13 08:03:16 +00:00 |
|
Remi Collet
|
0b7f957602
|
Documentation for ZipArchive::setExternalAttributesName() and ZipArchive::setExternalAttributesIndex().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332935 c90b9560-bf6c-de11-be94-00142212c4b1
|
2014-03-07 16:28:06 +00:00 |
|
Adam Harvey
|
0600731041
|
Fix incorrect function element.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331259 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-01 23:08:41 +00:00 |
|
Chris Wright
|
8fc66f309e
|
Missing documentation for ZipArchive::addPattern() and ZipArchive::addGlob()
--
Provided by Chris Wright (daverandom@php.net) with thanks to toto toto (poinsot.julien@gmail.com)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331176 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-08-20 15:38:11 +00:00 |
|
Jakub Vrana
|
b552b0758d
|
Link ZipArchive::getFrom*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330430 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-05-31 19:51:35 +00:00 |
|
Jakub Vrana
|
bac24fafb4
|
Change ZIPARCHIVE to ZipArchive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330320 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-05-20 21:36:03 +00:00 |
|
Jakub Vrana
|
988e44e183
|
Fix ZipArchive return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330315 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-05-20 20:58:02 +00:00 |
|
Adam Harvey
|
464f8058ea
|
Fix doc bug #63995 (variable type 'name' in statname).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329152 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-01-16 01:54:48 +00:00 |
|
Adam Harvey
|
48115796f5
|
Update example 2 of ZipArchive::getStream().
Fixes doc bug #63461 (Error in example code #2).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328279 c90b9560-bf6c-de11-be94-00142212c4b1
|
2012-11-08 02:21:41 +00:00 |
|
Yannick Torres
|
addba5dcce
|
Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324459 c90b9560-bf6c-de11-be94-00142212c4b1
|
2012-03-22 15:15:20 +00:00 |
|
Jakub Vrana
|
74f4612207
|
Prefer lowercase IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322138 c90b9560-bf6c-de11-be94-00142212c4b1
|
2012-01-12 15:20:59 +00:00 |
|
Jakub Vrana
|
196abbabb4
|
Change IDs function.{class}-{method} to {class}.{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322115 c90b9560-bf6c-de11-be94-00142212c4b1
|
2012-01-12 05:08:38 +00:00 |
|
Justin Martin
|
549b66fbf0
|
Added example. Closes bug #54079.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320405 c90b9560-bf6c-de11-be94-00142212c4b1
|
2011-12-05 09:41:11 +00:00 |
|
Justin Martin
|
3c4c21f0a5
|
Added meaning information for error constants. Closes bug #60220.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320331 c90b9560-bf6c-de11-be94-00142212c4b1
|
2011-12-03 23:40:38 +00:00 |
|
Richard Quadling
|
45f8463725
|
Grammar changed on unused parameters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307793 c90b9560-bf6c-de11-be94-00142212c4b1
|
2011-01-27 14:48:36 +00:00 |
|
Richard Quadling
|
0ce32446dc
|
ZipArchive reflection and parameter parsing now match, and so should the documentation. Fixes docbug aspects to bug #53166
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307780 c90b9560-bf6c-de11-be94-00142212c4b1
|
2011-01-27 11:55:38 +00:00 |
|
Richard Quadling
|
7af614c7ee
|
GetStatusString => getStatusString
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304949 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-10-27 10:31:05 +00:00 |
|
Kalle Sommer Nielsen
|
09eb46046a
|
Fixed bug #51541 (ZipArchive::addFile does not really add files)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304638 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-10-23 06:12:15 +00:00 |
|
Kalle Sommer Nielsen
|
4b560fc519
|
Fixed bug #52309 (Wrong description for examples of ZipArchive::extractTo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304623 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-10-22 14:13:03 +00:00 |
|
Philip Olson
|
b18d2da96b
|
removed removed repeated repeated words words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301626 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-07-27 23:59:16 +00:00 |
|
Philip Olson
|
75d748890a
|
Added deleting a dir to the example; seems appending / is required ....
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299479 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-05-19 05:36:18 +00:00 |
|
David Tajchreber
|
daa171b309
|
Fixed #51776: Inconsistency in return type description for ZipArchive::GetStatusString
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299188 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-05-09 19:41:41 +00:00 |
|
Pedram Salehpoor
|
6c902a19b4
|
bugs fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297230 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-03-31 17:35:23 +00:00 |
|
Pedram Salehpoor
|
df2c40934f
|
period in refpurpose deleted
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297224 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-03-31 16:48:11 +00:00 |
|
Daniel Egeberg
|
96c9d88bad
|
Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-03-28 22:10:10 +00:00 |
|