Release FastCGI 1.5 untuk IIS 6 dan IIS 5.1
Posted by
irving
on
Monday, February 22, 2010
Maaf kalau beritanya agak telat, FastCGI module v1.5 telah
diluncurkan untuk IIS 6 dan IIS 5.1. Beberapa feature utama:
- Monitor changes to a file (php.ini as an example). Will recycle
FastCGI processes for the process pool.
- Real-time tuning of MaxInstances setting. Set by default
now.
- STDERR stream handling.
- Sending a termination signal to FastCGI processes for cleaner
shutdowns.
- _FCGI_X_PIPE_ environment variable for communication between
the extension and FastCGI process.
- Relaxed enforcement of response headers syntax.
- Per-application FastCGI process pools. Allows for two different
PHP version used for different applications within the same web
site.
- Using UTF-8 encoding for server variable values.
- More descriptive error messages
- Changes in default values for configuration settings.
Untuk lengkapnya bisa dilihat di Ruslan's Blog dan di thread
khusus di IIS.net Forum.