Use HTTPS URLs in resource files

Although it is unlikely that anybody ever sees these URLs, since they
are not shown in the file property sheet, it's overdue to switch to
HTTPS.
This commit is contained in:
Christoph M. Becker 2022-06-15 17:55:14 +02:00
parent a46e87aa12
commit 9e9141f712
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6
2 changed files with 3 additions and 3 deletions

View File

@ -1077,7 +1077,7 @@ function generate_version_info_resource(makefiletarget, basename, creditspath, s
var thanks = "";
var logo = "";
var debug = "";
var project_url = "http://www.php.net";
var project_url = "https://www.php.net";
var project_header = creditspath + "/php_" + basename + ".h";
var versioning = "";
@ -1105,7 +1105,7 @@ function generate_version_info_resource(makefiletarget, basename, creditspath, s
if (creditspath.match(new RegExp("pecl"))) {
/* PECL project url - this will eventually work correctly for all */
project_url = "http://pecl.php.net/" + basename;
project_url = "https://pecl.php.net/" + basename;
/* keep independent versioning PECL-specific for now */
if (FSO.FileExists(project_header)) {

View File

@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#endif
#ifndef URL
#define URL "http://www.php.net/"
#define URL "https://www.php.net/"
#endif
#ifndef EXT_VERSION