Edin Kadribasic wrote: > > I can get PHP to work fine on the command line, both cgi and cli. It > also works fine under IIS using fastcgi. But loading sapi dll into a > webserver (not using php.exe or php-cgi.exe) works for the sapi itself, > but trying to load any extensions via php.ini fails miserably. Sometimes > you will get an error that the C runtime was attempted to be loaded in > an illegal way, sometime PHP will claim that the extension does not > exist, etc.
Questions; This is WinXP SP2 fully updated? (E.g. all security 'fixes' snuck in?) Extensions are located in the same directory as php5ts.dll itself? The webservers you are testing with use the same msvcr as the php build? (Depends.exe in the psdk or vc product is wonderful for inspecting this.) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php