No additional DLL's are needed.  We can keep the news
entry about dropping win95 support I think, even if
the binaries still work there; it is nice to say good
riddance to it (we might end up using some other API
that isn't supported under win95 in a point release).

As for creating builds from now on, I'd very much prefer
it if we can drop the .dsp support and go with the new
build system (at least for our official snaps); I think
it covers all extensions that were known to work with
the snapshot builder now, as well as a number of pecl
extensions that previously did not build under win32.
Oh yes, and the new build system has nice icons and
version info resources ;-)

--Wez.


----- Original Message ----- 
From: "Andi Gutmans" <[EMAIL PROTECTED]>
To: "Wez Furlong" <[EMAIL PROTECTED]>; "Wez Furlong" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, December 22, 2003 6:49 PM
Subject: Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32
TSRM config.w32 tsrm_win32.c tsrm_win32.h


> The main question is how will the PHP builds be created from now on? With
> this SDK? Will we have to include additional dlls with the distro? Am I
> supposed to nuke the NEWS entry about not supporting Win95?
>
> Andi
>
> At 05:55 PM 12/22/2003 +0000, Wez Furlong wrote:
> >We can if we are building against the platform SDK headers;
> >the NewAPIs.h file defines some smart stubs that will use
> >GetProcAddress to determine if the system really has the API,
> >but will fall back on emulation if it is not present.
> >
> >If we don't use that header file, then we can not run under
> >win95 or NT4.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to