You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-win.xml.in
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ If CRT is already installed, the installer will tell you that and not change any
69
69
70
70
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
71
71
72
-
VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: http://www.sitepoint.com/install-php53-windows/
72
+
VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: https://www.sitepoint.com/install-php53-windows/
73
73
74
74
VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many more DLLs(most in files with names starting with api-*). If you can find them all and copy them, it will also work (try a tool like Resource Hacker to get a list of all the DLLs to copy).
75
75
@@ -83,7 +83,7 @@ VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many mo
83
83
<!--<sect1>
84
84
<title>PECL</title>
85
85
86
-
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="http://windows.php.net/downloads/pecl/releases/">http://windows.php.net/downloads/pecl/releases/</link>
86
+
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="https://windows.php.net/downloads/pecl/releases/">https://windows.php.net/downloads/pecl/releases/</link>
0 commit comments