skip to Main Content
author
128 views
0 votes

Set directory mtime in ZipArchive with PHP 7.4

In PHP 7.4, neither ZipArchive::setMtimeIndex nor ZipArchive::setMtimeName is available.
When creating Zip archives from files in PHP 7.4; files’ mtime

author
210 views
0 votes

Php – setcookie() default secure=true

In php.ini where can I set the default "secure" parameter value to true for the setcookie() call(): https://www.php.net/manual/en/function.setcookie.php#:~:text=match%20all%20subdomains.-,secure,-Indicates%20that%20the
Tried modifying

Back To Top
Search