On Thu, Jan 15, 2009 at 8:04 PM, Christian Seiler <chris...@gmx.net> wrote: > Hi Pierre, > >>> Would any of the PHP Windows guys like to comment on this? >> >> I did, and the reason behind this proposal was about solving the VC* >> problem for the end users (we have to add another condition to check, >> which CRT is used) :) > > I'm sorry for asking again, maybe I'm just plain stupid ;-) but I'm not > quite sure how to interpret your response (I've no idea what VC* problem > you mean anyway, I never had problems with PHP under Windows at all): > > So, basically, my situation would still work, even with the build ID? > To clarify what I'm doing currently: >
A VC6 extension is not compatible with a VC9 build (or the other way round). It crashes randomly depending on what the extension does (xdebug for one is really good for this test :). PHP 5.3 will provide VC9 and VC6 builds, we need such a safety check to avoid too much pain for our users and us (I already get many bogus reports about people using VC6 extensions with VC9 builds, or VC9 extensions with VC6 builds). By the way, VS2008 Express is free and 100% compatible with a normal VS2008. You may use it so you can use our VC9 builds directly or provide extensions for it. 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