Search found 3 matches

by rohan_p
Thu Jan 29, 2004 8:29 pm
Forum: Linux
Topic: Adding Sablotron support to Red Hat 9
Replies: 4
Views: 5783

I looked through the RH php.ini file, and it does in fact mention that the php.d folder can be used to load modules via additional ini files, similar to the Dynamic Extensions section in the Windows version. Unfortunately, I can't find any documentation, and I can't get it to work by trying anything...
by rohan_p
Tue Jan 27, 2004 9:44 pm
Forum: Linux
Topic: Adding Sablotron support to Red Hat 9
Replies: 4
Views: 5783

I'm getting the impression that you might have only read the title or the last line of my post. I was talking about the difficulties that I was having trying to compile it from the source. What I tried originally was taking the configure parameters that appear in phpinfo(), and trying to compile the...
by rohan_p
Sat Jan 24, 2004 6:52 am
Forum: Linux
Topic: Adding Sablotron support to Red Hat 9
Replies: 4
Views: 5783

Adding Sablotron support to Red Hat 9

I'm trying to add Sablotron XSLT support to PHP on Red Hat 9. Normally, this means recompiling with additional flags '--with-xslt', etc. However, I don't want to replace the rpm installation of PHP with a tarball version. I have thought of building a new rpm with xslt support, but don't know much ab...