[PHP] Re: Creating an extra library

2003-01-07 Thread Tom Vandeplas
make install, etc. on the XSLT directory to build > your xslt.so shared object. > > 4. Modify php.ini to load the new extension, or use the dl() function in > your scripts. > > Of course, you'll also have to install Sablotron and such as well... > > J > > >

[PHP] Creating an extra library

2003-01-06 Thread Tom Vandeplas
Hi all, this question may have been asked a couple of times already, unfortunately I can't find the answer. I have a complete PHP-webserver system up and running, based on a standard redhat PHP distribution. The only thing that is missing are the XSLT funtions. I managed to build php on a differe