internals:windows:release

This is an old revision of the document!


How to build a release for Windows, step by step guide for Release Master or Windows Team

The main windows build box (also responsible for http://windows.php.net/snapshots/ builds) is located at our UK based Windows host (ask the Windows Team for the address) and is accessible via rdp (remote desktop protocol) not ssh. Currently Pierre, Rob, Elizabeth and Bjori have accounts on it. The VC6 and VC9 compilers are used for the builds - with service packs and the last sdk that works with vc6 (feb 2003) and PSKD 6.1 for VC9. Licenses are Pierre's copies. Details about the SDK can be found here

Libraries for the box are in c:\php-sdk\mytree\vcvers\architecture\deps

The libraries used by each PHP version are listed in here.

The snapshots and build scripts are available in CVS, module php-internals-win (no cygwin required). The batch are called using a schtasks task.

Configure lines for release builds

  • Thread Safe Release:
--enable-snapshot-build --enable-debug-pack --without-static-icu --with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared
  • Non Thread Safe
--enable-snapshot-build --enable-debug-pack --without-static-icu --disable-zts --disable-isapi --with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared --with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared

The box is 64 bit - so 64 bit builds are possible in the future.

internals/windows/release.1228351089.txt.gz · Last modified: 2017/09/22 13:28 (external edit)