internals:windows:installer
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
internals:windows:installer [2008/09/11 19:18] – Added instructions for building VC9 x64 binaries jmertic | internals:windows:installer [2025/04/03 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
- If you are building the installer for the non-thread-safe binaries, include " | - If you are building the installer for the non-thread-safe binaries, include " | ||
- | Example for building for PHP version 5.2.0 | + | Example for building for PHP version 5.2.0; the resulting installer filename will be **php-5.2.0-win32-VC6-x86-install.msi**. |
<code winbatch> | <code winbatch> | ||
build.bat 5.2.0 | build.bat 5.2.0 | ||
</ | </ | ||
- | 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; the resulting installer filename will be **php-5.2.5-nts-win32-VC6-x86-install.msi**. |
- | + | ||
- | Example for building for PHP version 5.2.5 with non-thread-safe binaries | + | |
<code winbatch> | <code winbatch> | ||
build.bat 5.2.0 nts | build.bat 5.2.0 nts | ||
</ | </ | ||
- | Example for building for PHP version 5.3.0beta1 with VC9 binaries | + | Example for building for PHP version 5.3.0beta1 with VC9 binaries; the resulting installer filename will be **php-5.3.0beta1-win32-VC9-x86-install.msi**. |
<code winbatch> | <code winbatch> | ||
build.bat 5.3.0beta1 vc9 | build.bat 5.3.0beta1 vc9 | ||
</ | </ | ||
- | Example for building for PHP version 5.3.0 with non-thread-safe and VC9 built binaries | + | Example for building for PHP version 5.3.0 with non-thread-safe and VC9 built binaries; the resulting installer filename will be **php-5.3.0-nts-win32-VC9-x86-install.msi**. |
<code winbatch> | <code winbatch> | ||
build.bat 5.3.0 nts vc9 | build.bat 5.3.0 nts vc9 | ||
</ | </ | ||
- | Example for building for PHP version 5.3.0 with VC9 x64 built binaries | + | Example for building for PHP version 5.3.0 with VC9 x64 built binaries; the resulting installer filename will be **php-5.3.0-win32-VC9-x64-install.msi**. |
<code winbatch> | <code winbatch> | ||
build.bat 5.3.0 x64 | build.bat 5.3.0 x64 | ||
</ | </ | ||
+ | Example for building for PHP version 5.3.0 for a snapshot build; the resulting installer filename will be **php-5.3.0-win32-VC6-x86-install-latest.msi**. | ||
+ | <code winbatch> | ||
+ | build.bat 5.3.0 latest | ||
+ | </ | ||
internals/windows/installer.1221160704.txt.gz · Last modified: 2025/04/03 13:08 (external edit)