[PHP-DEV] isapi status From: Shane Caraveo (shane <email protected>)
Date: 05/31/98

Hi everyone,
I have isapi working rather nicely now in the 3.1 tree. It was much further
along than I had anticipated, though has and will require restructuring of
some area's of php. One outstanding area that crashes is loading dll's, or
even compiling non-standard modules into php (such as odbc). I've been able
to run several scripts through it utilizing multiple threads without errors
or crashes. One script shows the source of a file (different than itself),
another is the little info script, another utilizes file io for both files
and sockets, reading local files and http urls. I run 1 or more of any of
the above without any problems. Looks like my tls and flex hacks are
holding up :). If anyone feels like compiling and experimenting with isapi,
drop me an email.

Shane