File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ PHP NEWS
131
131
(cmb)
132
132
133
133
- Zip:
134
- . Fixed bug #72374 (remove_path strips first char of filename). (tyage)
134
+ . Fixed bug #72374 (remove_path strips first char of filename). (tyage, Remi )
135
135
. Add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods. (Remi)
136
136
. Add ZipArchive::setProgressCallback method (since libzip 1.3.0). (Remi)
137
137
. Add ZipArchive::setCancelCallback method (since libzip 1.6.0). (Remi)
Original file line number Diff line number Diff line change @@ -363,11 +363,6 @@ PHP 8.0 UPGRADE NOTES
363
363
objects instead of resources.
364
364
365
365
- Zip:
366
- . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
367
- treated as arbitrary string prefix (for consistency with the add_path
368
- option), whereas formerly it was treated as directory name. This means that
369
- if no trailing directory separator is given, the following character is
370
- no longer stripped from the filename.
371
366
. ZipArchive::OPSYS_Z_CPM have been removed, should use ZipArchive::OPSYS_CPM
372
367
(this name was a typo).
373
368
@@ -428,6 +423,9 @@ PHP 8.0 UPGRADE NOTES
428
423
. New ZipArchive::lastId property to get index value of last added entry.
429
424
. Error can be checked after an archive is closed using ZipArchive::status,
430
425
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.
426
+ . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
427
+ treated as arbitrary string prefix (for consistency with the add_path
428
+ option), whereas formerly it was treated as directory name.
431
429
432
430
========================================
433
431
3. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments