We hebben nu PHP 4.4.6 met Expat 1.95.6, echter willen we upgraden naar 2.0.0. Het is me alleen niet helemaal duidelijk hoe dit te doen.

Het compilen van Expat 2.0.0 is geen probleem, PHP gecompiled met --with-expat, maar nog blijft 1.95.6 de versie.

ld.so.conf bevat de juiste directories, ldconfig uiteraard ook gedraaid.

Is Expat onderdeel van PHP of XML-RPC? Hoe krijg ik het naar 2.0.0?

Ter info, de configure code:

'./configure' '--with-iconv' '--with-apxs' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-gd' '--with-gd-dir=/usr/local' '--with-freetype' '--with-freetype-dir=/usr/local' '--with-imap=/usr/local/imap-2004g' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-expat' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-zip' '--with-openssl' '--with-xmlrpc' '--with-ldap' '--with-ldap-dir=/usr/local/etc/openldap' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-track-vars' '--enable-mbstring' '--enable-memory-limit'