[PHP-DEV] 4.0.4 on win2k From: Chuck Hagenbuch (chuck <email protected>)
Date: 12/20/00

I'm using the 4.0.4 zip file made available at php4win.de. If I configure it as
an ISAPI extension, it works, but there are occasional problems with virtual
directories. I get this message in the event viewer: "The server failed to load
application '/LM/W3SVC/1/Root/horde'. The error was 'The application called an
interface that was marshalled for a different thread.' This isn't consistent
and I haven't been able to find a set of circumstances that always produces it.

Just running scripts in the standard wwwroot, things work for a bit, and then
(again, no specific trigger that I can find; usually after letting my machine
run and doing other normal work (browsing, dvds, whatever) for a bit) somehow
php loses all of its constants. I get "use of undefined constant" errors for
false (yes, the boolean value), E_ALL, etc.

So, since I just use this machine for development and speed isn't so important,
I'm using the cgi. This appears to work fine, however, I'm running into
problems with the sablot extension that I think were actually fixed a bit ago:

Fatal error: msgtype: error in c:\...\foo.php on line 140. The same script
works fine with a current build under linux; is it possible that the win32
binary has an old php_sablot.dll?

-chuck

--
Charles Hagenbuch, <chuck <email protected>>
"If you can't stand the heat, get out of the chicken!" - Baby Blues

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>