Skip to content

Commit 7617fdc

Browse files
committed
fixup! Mark parameter in ext/zip as sensitive
1 parent ed19ad1 commit 7617fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/zip/php_zip.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,6 @@ static PHP_MINIT_FUNCTION(zip)
32583258

32593259
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setpassword", 0 /* $password */);
32603260
#ifdef HAVE_ENCRYPTION
3261-
32623261
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setencryptionname", 2 /* $password */);
32633262
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setencryptionindex", 2 /* $password */);
32643263
#endif

0 commit comments

Comments
 (0)