File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1657,7 +1657,7 @@ static ZIPARCHIVE_METHOD(open)
1657
1657
}
1658
1658
1659
1659
#if LIBZIP_VERSION_MAJOR > 1 || LIBZIP_VERSION_MAJOR == 1 && LIBZIP_VERSION_MINOR >= 6
1660
- /* reduce BC break introduce in libzip 1.6.0
1660
+ /* reduce BC break introduced in libzip 1.6.0
1661
1661
"Do not accept empty files as valid zip archives any longer" */
1662
1662
1663
1663
/* open for write without option to empty the archive */
Original file line number Diff line number Diff line change @@ -1563,7 +1563,7 @@ static ZIPARCHIVE_METHOD(open)
1563
1563
}
1564
1564
1565
1565
#if LIBZIP_VERSION_MAJOR > 1 || LIBZIP_VERSION_MAJOR == 1 && LIBZIP_VERSION_MINOR >= 6
1566
- /* reduce BC break introduce in libzip 1.6.0
1566
+ /* reduce BC break introduced in libzip 1.6.0
1567
1567
"Do not accept empty files as valid zip archives any longer" */
1568
1568
1569
1569
/* open for write without option to empty the archive */
Original file line number Diff line number Diff line change @@ -1566,7 +1566,7 @@ static ZIPARCHIVE_METHOD(open)
1566
1566
}
1567
1567
1568
1568
#if LIBZIP_VERSION_MAJOR > 1 || LIBZIP_VERSION_MAJOR == 1 && LIBZIP_VERSION_MINOR >= 6
1569
- /* reduce BC break introduce in libzip 1.6.0
1569
+ /* reduce BC break introduced in libzip 1.6.0
1570
1570
"Do not accept empty files as valid zip archives any longer" */
1571
1571
1572
1572
/* open for write without option to empty the archive */
Original file line number Diff line number Diff line change @@ -1575,7 +1575,7 @@ static ZIPARCHIVE_METHOD(open)
1575
1575
}
1576
1576
1577
1577
#if LIBZIP_VERSION_MAJOR > 1 || LIBZIP_VERSION_MAJOR == 1 && LIBZIP_VERSION_MINOR >= 6
1578
- /* reduce BC break introduce in libzip 1.6.0
1578
+ /* reduce BC break introduced in libzip 1.6.0
1579
1579
"Do not accept empty files as valid zip archives any longer" */
1580
1580
1581
1581
/* open for write without option to empty the archive */
Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ PHP_METHOD(ZipArchive, open)
1464
1464
if (VCWD_STAT (resolved_path , & st ) == 0 && st .st_size == 0 ) {
1465
1465
php_error_docref (NULL , E_DEPRECATED , "Using empty file as ZipArchive is deprecated" );
1466
1466
1467
- /* reduce BC break introduce in libzip 1.6.0
1467
+ /* reduce BC break introduced in libzip 1.6.0
1468
1468
"Do not accept empty files as valid zip archives any longer" */
1469
1469
flags |= ZIP_TRUNCATE ;
1470
1470
}
You can’t perform that action at this time.
0 commit comments