internals:windows:installer

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
internals:windows:installer [2008/04/12 19:28] jmerticinternals:windows:installer [2008/05/06 15:11] jmertic
Line 9: Line 9:
   * Local Checked out copy of this directory   * Local Checked out copy of this directory
  
- +===== Build Steps =====
- +
- +
- +
-===== Steps =====+
  
   - Unzip the PHP Windows zip binary distribution into the "Files" directory.   - Unzip the PHP Windows zip binary distribution into the "Files" directory.
Line 22: Line 18:
  
 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>
 +Example for building for PHP version 5.2.5 with non-thread-safe binaries
 +<code winbatch>
 +build.bat 5.2.0 nts
 +</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.
internals/windows/installer.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1