On Sun, May 11, 2008 at 3:44 PM, Hector Santos <[EMAIL PROTECTED]> wrote:
> Pierre Joye wrote:
>
>
> >
> >
> > > Based on what I seen so far, compiling via current method
> > > is like pulling teeth.  :-)
> > >
> >
> > What is hard in:
> >
> >
> > 3. extract the dependencies in c:\phpw32\php_builds
> >
>
>  Summarize, define dependencies.

The libraries required by PHP. Like libxml2, iconv, etc. We should be
done with all PHP core dependencies soon (for vc6, 2k5 and 2k8).

> > >  I have not deeply stupid why yet, but I did noticed in the Changelog
> > > comments related to this function:
> > >
> >
> > Have you read the wiki? :) Please fetch the libxml we use for 5.2.6 here:
> >
>
>  Been there. But I'll check it out again later.  The best success was
> getting the EDIN zip and use this for all the extras.  But there might be
> issue with 5.2.6.  I'll check that out later too.


Use the libxml2 from pecl2 will solve this exact issue. I also
recommend to fetch zlib and iconv. And Openssl if you need the
ext/openssl extension.

> > >  > Which CVS bundle folder?
> > >
> > >   http://cvs.php.net/viewvc.cgi/php-src/
> > >
> >
>
>
> > That's the main PHP CVS module.
> >
>
>  And what does that mean?  Why are the bundle files dead? Is this related to
> the idea that LIBXML is now part of the core?

The only libraries that are bundled in the PHP sources (what you have
in cvs and in the source releases) are pcre and gd (for the extensions
enabled by default). There may be other in optional extensions (like
in mbstring).

LibXml2 is not part of the php sources and you have to use the same
version (or at least compatible with) the version we used.

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

Reply via email to