[PHP-DOC] SAPI is stable now? From: Hojtsy Gabor (gabor <email protected>)
Date: 10/13/01

Hi!

Working on the install.xml Windows section I have found that
ISAPI warning:

     However, please note that the SAPI modules
     are <emphasis>NOT</emphasis> yet considered to be production quality.
     The reason for this is that the PHP SAPI modules are using the
     thread-safe version of the PHP code, which is new to PHP 4, and has
     not yet been tested and pounded enough to be considered completely
     stable, and there are actually a few known bugs. On the other hand,
     some people have reported very good results with the SAPI modules,
     even though we're not aware of anyone actually running it on a
     production site. In short - your mileage may vary; If you need
     absolute stability, trade the performance of the SAPI modules
     with the stability of the CGI executable.

In the win32/install.txt there are some more info:

 In particular, with the ISAPI module, you are likely to encounter serious
 reliability problems especially on platforms older than W2K - you may
 witness a lot of server 500 errors and suffer from other server modules
 such as ASP also failing. You have been warned!

Is this true currently?

Goba