tularis Wed Aug 22 16:30:16 2007 UTC
Modified files:
/phpdoc/en/install/windows iis.xml
Log:
added note how to use 32bit-php on 64bit-servers
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/iis.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/install/windows/iis.xml
diff -u phpdoc/en/install/windows/iis.xml:1.20
phpdoc/en/install/windows/iis.xml:1.21
--- phpdoc/en/install/windows/iis.xml:1.20 Wed Jun 20 22:24:11 2007
+++ phpdoc/en/install/windows/iis.xml Wed Aug 22 16:30:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<sect1 xml:id="install.windows.iis" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Microsoft IIS / PWS</title>
<para>
@@ -88,6 +88,15 @@
any data.
</simpara>
</listitem>
+ <listitem>
+ <simpara>
+ The PHP executable is distributed as a 32bit application. If you are
running
+ a 64bit version of Windows you will either need to rebuild the binary
yourself,
+ or make sure IIS is configured to also run 32bit extensions. You can
usually
+ turn this on by using the IIS Administration script as follows:
+ Cscript.exe adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
+ </simpara>
+ </listitem>
</itemizedlist>
</para>
</sect2>