Hey,

It seems that VC++ 8.0 (Visual Studio 2005) brings more trouble that its
worth. Mainly the way it deals with the C runtime. After spending hours
and hours of trying to figure out the way to make PHP work under Apache
on Windows and be able to load extensions, I'm throwing in the towel.

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.

I looked around at other projects and everyone seems to be using VC++
6.0 for their builds (Active state, apache, ...) which eliminates all
the hassle with bundling C runtime, etc.

So I think the best thing for us would be to stick to the good old C
compiler for making the Windows distro.

Edin

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to