How to config PHP libxml path after updated libxml from 2.2.26 to 2.9

Posted by Cauliturtle on Server Fault See other posts from Server Fault or by Cauliturtle
Published on 2012-12-17T04:11:33Z Indexed on 2012/12/17 5:04 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

our servers need to update the libxml2 version from 2.2.26 to 2.9 (latest version). It is no problem that we have been installed the libxml2-2.9 version on our servers. but the problem is how can we config the libs path of libxml2 path in php? Since it still show the old version on phpinfo().

What we have do is 1. Install libxml2 2.7.X on CentOS 5.X

Using yum to install local files, and typed yum info libxml2, it shows 2.9 was installed.

Thanks!

© Server Fault or respective owner

Related posts about apache2

Related posts about php