File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -130,5 +130,10 @@ PHP NEWS
130
130
. Add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods. (Remi)
131
131
. Add ZipArchive::setProgressCallback method (since libzip 1.3.0). (Remi)
132
132
. Add ZipArchive::setCancelCallback method (since libzip 1.6.0). (Remi)
133
+ . Add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and
134
+ addFromString methods. (Remi)
135
+ . Add "flags" options to ZipArchive::addGlob and addPattern methods
136
+ keeping previous behavior having FL_OVERWRITE by default. (Remi)
137
+ . Add ZipArchive::replaceFile() method
133
138
134
139
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
31
31
#define ZIP_OVERWRITE ZIP_TRUNCATE
32
32
#endif
33
33
34
- #define PHP_ZIP_VERSION "1.17.1 "
34
+ #define PHP_ZIP_VERSION "1.18.0 "
35
35
36
36
#define ZIP_OPENBASEDIR_CHECKPATH (filename ) php_check_open_basedir(filename)
37
37
You can’t perform that action at this time.
0 commit comments