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