Skip to content

Commit cd3f42f

Browse files
committed
[skip ci] typo
1 parent 45475c2 commit cd3f42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/php_zip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ PHP_METHOD(ZipArchive, open)
14641464
if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) {
14651465
php_error_docref(NULL, E_DEPRECATED, "Using empty file as ZipArchive is deprecated");
14661466

1467-
/* reduce BC break introduce in libzip 1.6.0
1467+
/* reduce BC break introduced in libzip 1.6.0
14681468
"Do not accept empty files as valid zip archives any longer" */
14691469
flags |= ZIP_TRUNCATE;
14701470
}

0 commit comments

Comments
 (0)