CakeFest 2024: The Official CakePHP Conference

要件

この拡張モジュールは、現在は次の構成のみをサポートしています。

Windows OS

  • Windows XP SP3 上での IIS 5.1 および » FastCGI Extension
  • Windows Server 2003 上での IIS 6.0 および » FastCGI Extension
  • Windows Vista SP1 上での IIS 7.0 および FastCGI Module
  • Windows Server 2008 上での IIS 7.0 および FastCGI Module
  • Windows 7 上での IIS 7.5 および FastCGI Module
  • Windows Server 2008 R2 上での IIS 7.5 および FastCGI Module

PHP

  • PHP 5.2.X, Non-thread-safe build
  • PHP 5.3 X86, Non-thread-safe VC9 build

注意: WinCache 拡張モジュールは、IIS の設定で PHP を FastCGI 経由で動かすようにしている場合しか使えません。

add a note

User Contributed Notes 3 notes

up
-4
win_php at user dot com
10 years ago
I finally fixed the problem by installing another freshly downloaded php install from windows.php.net. I think that the problem was that the php version in Easyphp is thread safe as opposed to non-thread safe which is recommended for IIS/FastCgi.
up
-4
win_php at user dot com
10 years ago
Is this supported on Windows 8? I downloaded the WinCache for php5.3 and the one for PHP 5.4. I tried on both and it failed in both cases with the same error:

C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\binaries\php\php_runningversion\php-cgi.exe - The FastCGI process exited unexpectedly

and yes, I am using php5.4, which comes with easyphp vc11 and I am telling IIS/FastCGI to look for php-cgi in the easyphp folder. That has no problems, except when I try to load this extension, which hoses php for IIS.
up
-12
lslight at no-log dot org
10 years ago
PHP 5.4 X86, Non-thread-safe VC9 build, supported with WinCache 1.3.x
PHP 5.5 X86, Non-thread-safe VC11 build, supported with WinCache 1.3.5
To Top