From 5dc8b706c873fa8c8d3f083cca8ea75b711a9c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luciano=20Nogueira=20de=20G=C3=B3is?= Date: Sat, 18 Jun 2016 23:55:24 +0000 Subject: [PATCH] Updating indentation problems git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339391 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/windows/index.xml | 111 +++++++++++++++++++++----------------- 1 file changed, 61 insertions(+), 50 deletions(-) diff --git a/install/windows/index.xml b/install/windows/index.xml index f7b0625143..aff7b9a8dc 100644 --- a/install/windows/index.xml +++ b/install/windows/index.xml @@ -3,74 +3,85 @@ Installation on Windows systems - Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers. + Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers. - + + + If you are looking for information about older systems, such as Windows XP, 2003, 98 or Apache 1.x, see the Legacy Info section. + + + - - If you are looking for information about older systems, such as Windows XP, 2003, 98 or Apache 1.x, see the Legacy Info section. - - - - -The Official releases of PHP on Windows are recommended for production use. -However, you are welcome to build PHP from Source. You will need a Visual Studio environment. See Step by Step Build Instructions. - - - - - -Using PHP on Windows Command line - - - + The Official releases of PHP on Windows are recommended for production use. + However, you are welcome to build PHP from Source. You will need a Visual Studio environment. See Step by Step Build Instructions. + -Installing PHP on Azure App Services (aka Microsoft Azure, Windows Azure, or (Windows) Azure Web Apps). - - - + + + + Using PHP on Windows Command line + + + + + Installing PHP on Azure App Services (aka Microsoft Azure, Windows Azure, or (Windows) Azure Web Apps). + + + + - + + Install Requirements + + PHP 5.5+ require at least Windows 2008/Vista, or 2008r2, 2012, 2012r2, 2016 or 7, 8, 8.1, 10. Either 32-Bit or 64-bit (aka X86 or X64. PHP does not run on Windows RT/WOA/ARM). + - - Install Requirements + + PHP requires the Visual C runtime(CRT). Many applications require that so it may already be installed. + -PHP 5.5+ require at least Windows 2008/Vista, or 2008r2, 2012, 2012r2, 2016 or 7, 8, 8.1, 10. Either 32-Bit or 64-bit (aka X86 or X64. PHP does not run on Windows RT/WOA/ARM). + + PHP 5.5 and 5.6 require VC CRT 11 (Visual Studio 2012). See: https://www.microsoft.com/en-us/download/details.aspx?id=30679 + -PHP requires the Visual C runtime(CRT). Many applications require that so it may already be installed. + + PHP 7.0+ requires VC CRT 14 (Visual Studio 2015). See: https://www.microsoft.com/en-us/download/details.aspx?id=48145 + -PHP 5.5 and 5.6 require VC CRT 11 (Visual Studio 2012). See: https://www.microsoft.com/en-us/download/details.aspx?id=30679 + + You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. + -PHP 7.0+ requires VC CRT 14 (Visual Studio 2015). See: https://www.microsoft.com/en-us/download/details.aspx?id=48145 + + If CRT is already installed, the installer will tell you that and not change anything. + -You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. + + The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it. + -If CRT is already installed, the installer will tell you that and not change anything. + + VC11 CRT DLLs can be copied from your local machine to a remote machine(a `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/ + -The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it. + + 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). + -VC11 CRT DLLs can be copied from your local machine to a remote machine(a `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/ + -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). + + PECL - + PECL extensions are pre-built for Windows and available from: http://windows.php.net/downloads/pecl/releases/ + + Some extensions use features specific to some Unix systems and so are not available on Windows. Otherwise, all extensions are available for Windows. + - - PECL - -PECL extensions are pre-built for Windows and available from: http://windows.php.net/downloads/pecl/releases/ - - - Some extensions use features specific to some Unix systems and so are not available on Windows. Otherwise, all extensions are available for Windows. - - - - - - &install.windows.tools; &install.windows.recommended; @@ -97,4 +108,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +-->