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 4227319 commit fe330c2Copy full SHA for fe330c2
1 file changed
bin/createReleaseEntry
@@ -58,7 +58,7 @@ if (isset($opts['r'])) {
58
file_put_contents(RELEASES_ABS . $release, "<?php
59
\$_SERVER['BASE_PAGE'] = 'releases/$release';
60
include_once __DIR__ . '/../include/prepend.inc';
61
-site_header('PHP $version Release Announcement');
+site_header('PHP $version Release Announcement', ['cache' => true, 'cache_control' => 30 * 60]);
62
?>
63
<h1>PHP $version Release Announcement</h1>
64
0 commit comments