Re: [INTERNALS-WIN] Lib queries - bindlib_w32
[email protected] ("Pierre Joye")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 19, 2008 at 12:02 AM, Steph Fox <[email protected]> wrote: > New thread for probably interminable queries about the libs on pecl2. > > First off: bindlib_w32. > > This lives in cvs.php.net, but rarely gets an update in CVS. In fact it's > only ever happened twice - once to fix a single bug and once to fix the > build under the original VS.NET release, both back in 2003. So I think we > could call it 'stable'. The cvs version is one we use for 5.2 and what is available in pecl2's downloads (available for all compilers). > The pre-made, downloadable bindlib_w32 has renamed the debug version to > 'resolv_debug.lib'. This isn't reflected in the bindlib_w32 source. It also > isn't reflected in either the PHP_5_2, PHP_5_3 or CVS HEAD source as far as > I can determine. That's the naming convention for the libraries (_a, _debug, _debug_a postfixes) in the PHP builds. By the way,5.3+ does not use bindlib anymore, all functions have been implemented in win32 and are enabled only when necessary (VC9 begins to add some of the inet*). Ah, I'm the one to blame for this (long awaited) drop. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org