I'm trying to build a PHP extension for my current PHP install. how do i do it? i tried ./configure --enable-xslt --with-xslt-sablot=shared,/usr/local
but the xslt.so or whatever isn't being created but seems to just be building it into the maine PHP lib file.
am i doing something wrong?
i'm assuming it should show up in modules/
this is getting frustrating 🙁
-jerome