Re: [INTERNALS-WIN] Re: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.
[email protected] ("William A. Rowe, Jr.")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Pierre Joye wrote: > > Let try to move one step forward (I would like to argue more about > MSFT stupid choices history but I like even more to get a fast rock > solid wamp stack =). :) > What do you think about a common team to work on the dependencies and > on a VC9 version of the apache stack? The apachelounge.com developer > could surely be interested as well. If yes, do you have some dedicated > site/pages for your work? I can try to see what we are missing or what > do we have in common already. Unfortunately the documentation I can't share trivially is all internal docs of my work on the binaries for Covalent/SpringSource. I have a number of scratch notes sitting around, and there are a bunch of notes at http://wiki.apache.org/httpd/Win32SourceConversion http://wiki.apache.org/httpd/WindowsVistaPlatform And I'll be writing quite a few more over the coming week or few. Note you'll be confronting other issues like default IPv6 enabled for win, a new directory layout for "user content" (e.g. the actual location of such things as conf/, htdocs/ and cgi-bin/ etc) as opposed to the binaries (still under Program Files etc). Probably C:\ProgramData\ tree or something --- I still haven't figured out the One True Way these days for services. My goal is an MSVCRT ecosystem for x86 and x64, while yours is a Studio9 ecosystem. These aren't incompatible goals if we work together. Bill