We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed19ad1 commit 7617fdcCopy full SHA for 7617fdc
ext/zip/php_zip.c
@@ -3258,7 +3258,6 @@ static PHP_MINIT_FUNCTION(zip)
3258
3259
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setpassword", 0 /* $password */);
3260
#ifdef HAVE_ENCRYPTION
3261
-
3262
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setencryptionname", 2 /* $password */);
3263
zend_mark_function_parameter_as_sensitive(&zip_class_entry->function_table, "setencryptionindex", 2 /* $password */);
3264
#endif
0 commit comments