Jump to content
The Uniform Server Community

XSLT-support


palun
 Share

Recommended Posts

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!

Link to comment
Share on other sites

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.ini

php.ini_delvelopment_nano

php.ini_production_nano

 

In the above three files locate this line:

;extension=php_xsl.dll

Change to this

extension=php_xsl.dll

(Removing semi-colon enables the extension)

Restart servers

 

All the best

Ric ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...