Use xsl functions if php not compiled with --with-xsl

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
darrell.pittman
Forum Newbie
Posts: 2
Joined: Wed Jul 30, 2008 12:41 pm

Use xsl functions if php not compiled with --with-xsl

Post by darrell.pittman »

Hello,

I am developing a php application that will be deployed on a product called Icewarp (a customized apache/php server). Unfortunately the the php version that comes with Icewarp was not compiled with the --with-xsl directive. So when I put "extension=php_xsl.dll" in the php.ini file I get the following php error:

"[29-Jul-2008 16:10:31] PHP Warning: PHP Startup: Unable to load dynamic library 'D:\software\merak\php\ext\php_xsl.dll' - The specified procedure could not be found."

I have no control over the Icewarp server, so I am wondering if there is some way to use xsl functions in php if it was not built using --with-xsl directive.

Note: Icewarp comes with php version 5.2.5

Any help would be appreciated.
Post Reply