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 revisionBoth sides next revision
internals:windows:installer [2008/09/11 18:54] – Added instructions for building VC9 binaries jmerticinternals:windows:installer [2008/09/11 19:18] – Added instructions for building VC9 x64 binaries jmertic
Line 21: Line 21:
 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.
 +
 Example for building for PHP version 5.2.5 with non-thread-safe binaries Example for building for PHP version 5.2.5 with non-thread-safe binaries
 <code winbatch> <code winbatch>
Line 32: Line 35:
 <code winbatch> <code winbatch>
 build.bat 5.3.0 nts vc9 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> </code>
  
-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