Re: [INTERNALS-WIN] More Extension problems with 5.3.0
[email protected] (Rob Richards)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Pierre Joye wrote: > On Fri, Dec 26, 2008 at 12:21 PM, Pierre Joye <[email protected]> wrote: > >> hi, >> >> On Fri, Dec 26, 2008 at 2:46 AM, Niel <[email protected]> wrote: >> >> >>> Setup is as before: >>> MS Windows XP Pro 64 Bit + SP2 >>> MS VC9 Express + SP1 >>> MS Server 2008 SDK and .NET Framework 3.5 >>> using the current default directory structure. >>> >>> First, can someone point me to the libraries to use for building >>> mbstring, com_dotnet, pspell, and snmp. They are not available with the >>> other libraries at http://pecl2.php.net/downloads/php-windows-builds/php-libs/ >>> unless I'm missing something. >>> >> Btw, this list describe which lib is used by which ext: >> >> http://wiki.php.net/internals/windows/libs >> >> mbstring does not need any library, they are all bundled. >> com_dotnet uses the PSDK >> SNMP is not available as snmplib does not work yet with VC9 (and may >> never work). >> >> >> >> >>> Second set of problems is similar to the one I had with simplexml >>> (libxml files not found). This time it is effecting DOM, XML, and >>> XMLreader. XMLreader can't include libxml/tree.h as before; while DOM >>> and XML cannot include libxml/parser.h >>> >> Same issue than before. We'll have to add a macro to setup libxml >> correctly for each extension. In the meantime you can build them >> statically :) >> > > fixed in cvs. ext/xml suffers of the same bug than simplexml when > built shared, works smoothly when built statically. > > Cheers, > ext/simplexml should be all set now. I still need to go through ext/xml though and fix its exports. Rob