hi Rasmus,

On Mon, Jan 31, 2011 at 5:36 AM, Rasmus Lerdorf <ras...@lerdorf.com> wrote:

> Aren't Apache VC9 builds readily available these days?
>
> http://www.apachelounge.com/download/
>
> We can't keep supporting what is now a 13-year old compiler.

As I said earlier already, we won't support VC6 any longer (the fpu
bug forced to take this decision :).

However this is not the only problem there (or in some other
extensions). Lack of clean casting (leaving the decision to the
compiler(s) is not a good thing) or bad API usage (floor != floorf)
and other related mistakes can be fixed easily and we do fix them in
most of the php code, except in date where it is slightly harder to
get obvious things fixed.


Cheers,
-- 
Pierre

@pierrejoye | 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