hi Hector,

On Tue, May 20, 2008 at 2:11 AM, Hector Santos <[EMAIL PROTECTED]> wrote:
> Pierre Joye wrote:
>
>>> However, the PHP Building From Source web site has indicated to
>>> download the 2005 SDK.  That might be ok, but it does introduce
>>> mismatches if one is using vc6 (for whatever reason).
>>
>> It should be the February 2003 SDK. It is the last one known to work
>> with VC6. It is the one we use on our snaps boxes.
>
> And what about .NET SDK?   The FEB 2003 SDK does not include .NET.

You can install many SDK on the same machine. But you can't use the
.net SDK with VC6 to build php extensions for our binaries.

> Based on what I see in the configure.js, .net support is enabled if
> MSCOREE.H header is found, otherwise it is disabled in the build.
>
> Whats the skinny here?
>
> I mean for a pure vc6.0 official PHP 5.2 build.
>
> The ZIP.ZIP (Edin) includes the php_build\dotnet folder.

I think you should forget this zip.zip, from now on :)

I'm not sure yet which version is used and from where this dotnet
directory comes. That's one of the problem to solve soon.

>        AC_DEFINE('HAVE_COM_DOTNET', 1, 'Have COM_DOTNET support');
> -       CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET');
> +       CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET',
> PHP_PHP_BUILD+"\\dotnet");
>  }

This change sounds wrong as both the SDK or the PHP_BUILD dir should
be in the include path. The check_header function can find them in
both places (one or the other).

Cheers,
--
Pierre

http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to