Re: [INTERNALS-WIN] Lib queries - dirent
[email protected] ("Steph Fox")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <01c901c96202$6de21700$3ffc1f3e@foxbox> |
> I was not clear. There is no duplication of libs or includes. As long > as you use different VCs versions, you have to use different > libraries. The layout is simple and does not take more places than > before. I wasn't clear either. If you intend to contribute to PHP core, as I do, you *need* to be able to build PHP_5_2, PHP_5_3 and CVS HEAD. There are different version requirements for a handful of libraries across those three PHP versions, e.g. c-client (although actually in 5_3 either version could be used, it doesn't say this on the library page but it does in PHP source.) If it turns out that other libraries are in the same situation as c-client, I'd be tempted to go for a lowest-common-denominator setup in the usual way and have optional include_exp and lib_exp directories to house later versions of working libraries - I'd just add the directory paths to my 'include' and 'lib' paths first if I wanted to try those in 5_3, and I'd probably add them permanently to the CVS HEAD build. But I'm saying that before I've finished investigating, so it might not be feasible. > Now, if you use only one VC version, then you only have one tree used > and you can delete the other directories (vc9, vc8 or x64 in your > case). Yeah, I'm not quite _that_ dim :) Didn't download any of those. - Steph > > Cheers, > -- > Pierre > > http://blog.thepimp.net | http://www.libgd.org