parser XSLT on php5 and php6 in CGI mode

santovito

Verified User
Joined
Nov 23, 2008
Messages
143
How install parser XSLT on php 5 and php6? (the php is install in CGI mode)

Thank you

Vito
 
Code:
cd /usr/local/directadmin/custombuild
./build used_configs
It will show PHP configuration files, edit them (or add them to the custom directory (search more info on the forums), add "--with-xsl \" and do:
Code:
./build php n
 
Back
Top