how to enable the xsl php extension i did the following command xsltproc -version and i got the following Using libxml 20626, libxslt 10117 and libexslt 813 xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813 libxslt 10117 was compiled against libxml 20626 libexslt 813 was compiled against libxml 20626xsltproc -version Using libxml 20626, libxslt 10117 and libexslt 813 xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813 libxslt 10117 was compiled against libxml 20626 libexslt 813 was compiled against libxml 20626 so if it's installed how can i enable it if it's not installed how can i install it?
Is it a server with any control panel installed ? If it's cPanel, you can execute easyapache and select xsl when compiling php.
the php is already copmpiled and i think the xsl php extension is already installed i want to know to enable it???
You can add an "extension=" line in php.ini to the .so. Try using "apt-get install php5-xslt" and see if that works for you as well.
Hello I looked for the php_xsl.dll in the ext folder in the php 5.5 folder, the i opened the php.ini file and pasted this at bottom extension=php_xsl.dll and saved then i opened and installed my script in webmatrix3 ,thats all New topic xsl extention was not installed, and when i had mime problem i did the same thing but instead i put extension=php_fileinfo.dll in the php.ini file which is in the php5.5 folder somewhere in program files, do a search in windows if you cant find it