palun Posted February 16, 2010 Report Posted February 16, 2010 Hi, I would be most grateful for instructions on how to enable support for XSLT in PHP (version 5.2.10 -- I am using Uniform Server 5.0-Nano). Reason I need to know is that I am trying to install Symphony CMS, which requires XSLT. (I should mention that I am very far from an expert in PHP...) Many thanks! Quote
Ric Posted February 16, 2010 Report Posted February 16, 2010 PHP (version 5.2.10 -- I am using Uniform Server 5.0-Nano)UniServer uses a slimed downed version of PHP hence to use the extension php_xsl.dll you need to download a full version of PHP and extract the required extension. OK since you have provided enough information follow this proceedure: 1] Download the following zip file and save to any folder:http://museum.php.net/php5/php-5.2.10-Win32.zip 2] Unzip the above to the current folder: 3] Now navigate to file: *\php-5.2.10-Win32\ext\php_xsl.dll 4] Copy the above file to folder: *\Nano_5_0\UniServer\usr\local\php\extensions 5] You need to edit the following three files in folder: Nano_5_0\UniServer\usr\local\php php.iniphp.ini_delvelopment_nanophp.ini_production_nano In the above three files locate this line:;extension=php_xsl.dllChange to thisextension=php_xsl.dll(Removing semi-colon enables the extension)Restart servers All the bestRic Quote
palun Posted February 17, 2010 Author Report Posted February 17, 2010 Ric, I did exactly as you said, and it worked like a charm! (I really appreciated the step-by-step instructions!) Many thanks!/ulf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.