From 9e9141f7126c507c2790bbbeede5abb99a0dc766 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 15 Jun 2022 17:55:14 +0200 Subject: [PATCH] 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. --- win32/build/confutils.js | 4 ++-- win32/build/template.rc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 9bf1bf28141..83d4bafdaaa 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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)) { diff --git a/win32/build/template.rc b/win32/build/template.rc index 15813d4ab93..602e828f451 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -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