File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929</p>
3030
3131<p>
32- See the <a href="http ://museum.php.net/">PHP Museum</a> for downloads, and
32+ See the <a href="https ://museum.php.net/">PHP Museum</a> for downloads, and
3333 also read the <a href="http://php.net/history">history</a> for further
3434 information about PHP 3.
3535</p>
Original file line number Diff line number Diff line change 140140</p>
141141
142142<div class="panel">
143- <a href="http ://museum.php.net/">PHP Museum</a>
143+ <a href="https ://museum.php.net/">PHP Museum</a>
144144</div>
145145
146146<div class="panel">
@@ -237,11 +237,11 @@ function mk_rel(int $major,
237237 if (!isset ($ src ["filename " ])) {
238238 continue ;
239239 }
240- printf ('<li><a href="http ://museum.php.net/php%d/%s">%s</a></li> ' ,
240+ printf ('<li><a href="https ://museum.php.net/php%d/%s">%s</a></li> ' ,
241241 $ major , $ src ["filename " ], $ src ["name " ]);
242242 }
243243 foreach ($ windows as $ src ) {
244- printf ('<li><a href="http ://museum.php.net/%s/%s">%s</a></li> ' ,
244+ printf ('<li><a href="https ://museum.php.net/%s/%s">%s</a></li> ' ,
245245 ($ major == 5 ? "php5 " : "win32 " ), $ src ["filename " ], $ src ["name " ]);
246246 }
247247 }
Original file line number Diff line number Diff line change 2525 This is the home of the <a href="/downloads.php">download page</a>, for
2626 everyone to get the latest version of the PHP source code and binaries
2727 for Windows. The current and next-to-current versions are available there.
28- (There is also a <a href="http ://museum.php.net/">PHP Museum</a>, which has
28+ (There is also a <a href="https ://museum.php.net/">PHP Museum</a>, which has
2929 all of the source distributions since June 1996.)
3030</p>
3131
You can’t perform that action at this time.
0 commit comments