internals:windows:release

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
internals:windows:release [2008/11/07 08:15] – update process pajoyeinternals:windows:release [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
  
-Configure lines for release builds +Configure lines for the 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+===== PHP 5.2.x =====
  
-  * Non Thread Safe+==== Thread Safe ==== 
 +<code bash> 
 + cscript /nologo configure.js  "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" 
 +</code>
  
---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 ==== 
 +<code bash> 
 +cscript /nologo configure.js  "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" 
 +</code> 
 + 
 + 
 +===== PHP 5.3.x ===== 
 +==== Thread Safe ==== 
 +<code bash> 
 +configure.bat --enable-snapshot-build --enable-debug-pack --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 
 +</code> 
 + 
 +==== Non Thread Safe ==== 
 +<code bash> 
 +configure.bat --enable-snapshot-build --enable-debug-pack --disable-zts --disable-isapi --disable-nsapi --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 
 +</code> 
 + 
 +===== PHP 6 ===== 
 +==== Thread Safe ==== 
 +<code bash> 
 +configure.bat --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 
 +</code> 
 + 
 +==== Non Thread Safe ==== 
 +<code bash> 
 +configure.bat --enable-snapshot-build --enable-debug-pack --without-static-icu --disable-zts --disable-isapi --disable-nsapi --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 
 +</code>
  
-The box is 64 bit - so 64 bit builds are possible in the future. 
internals/windows/release.1226045729.txt.gz · Last modified: 2017/09/22 13:28 (external edit)