internals:windows:installer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
internals:windows:installer [2008/04/11 19:01] – created jmerticinternals:windows:installer [2008/09/11 19:18] – Added instructions for building VC9 x64 binaries jmertic
Line 9: Line 9:
   * Local Checked out copy of this directory   * Local Checked out copy of this directory
  
-===== Steps =====+===== Build Steps =====
  
   - Unzip the PHP Windows zip binary distribution into the "Files" directory.   - Unzip the PHP Windows zip binary distribution into the "Files" directory.
Line 15: Line 15:
   - Copy PHP Manual CHM File into the "Files" directory.   - Copy PHP Manual CHM File into the "Files" directory.
   - Run the "build.bat" script with the first arguement as the version you are building for.   - Run the "build.bat" script with the first arguement as the version you are building for.
 +  - If you are building the installer for the non-thread-safe binaries, include "nts" ( without the quotes ) as the second argument.
  
 Example for building for PHP version 5.2.0 Example for building for PHP version 5.2.0
-<code> +<code winbatch
-build.bat "5.2.0"+build.bat 5.2.0
 </code> </code>
  
 The script will produce the installer as php-VERSION-win32-install.msi where VERSION is the string passed to the build.bat script. The script will produce the installer as php-VERSION-win32-install.msi where VERSION is the string passed to the build.bat script.
 +
 +Example for building for PHP version 5.2.5 with non-thread-safe binaries
 +<code winbatch>
 +build.bat 5.2.0 nts
 +</code>
 +Example for building for PHP version 5.3.0beta1 with VC9 binaries
 +<code winbatch>
 +build.bat 5.3.0beta1 vc9
 +</code>
 +Example for building for PHP version 5.3.0 with non-thread-safe and VC9 built binaries
 +<code winbatch>
 +build.bat 5.3.0 nts vc9
 +</code>
 +Example for building for PHP version 5.3.0 with VC9 x64 built binaries
 +<code winbatch>
 +build.bat 5.3.0 x64
 +</code>
 +
 +
internals/windows/installer.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1