PDA

View Full Version : Is adding extensions to PHP possible in shared account?


lulalala
09-17-2008, 04:28 AM
hi, I am using the shared service for hosting my php applications. I wish to use XSLT (XML stylesheet basically) in php, but I think it is not bundled in PHP5 anymore. Is it possible to install a XSLT related extension or intergrate a c library to enable this?

Thanks for reading this :D

Kevin
09-17-2008, 03:27 PM
Our shared hosting PHP has the "xsl" extension which provides XSLT support. Is that what you need?

lulalala
09-18-2008, 03:37 AM
Wow, thanks so much!

Somehow I must read about the wrong XSLT package out there and never realised there is this one. Thanks so much for your time for this question.

lulalala
10-17-2008, 10:15 PM
Hi sorry to bother again.

I am writing something to upload a zip file and download a zip file. I am using the php zip extension, which is not installed. Will it be possible to install this extension?

Thanks

lulalala