Инсталиране/Конфигуриране
PHP Manual

Инсталация

On Unix, run configure with the --enable-xslt --with-xslt-sablot options. The Sablotron library should be installed somewhere your compiler can find it.

Make sure you have the same libraries linked to the Sablotron library as those, which are linked with PHP. The configuration options: --with-expat-dir=DIR --with-iconv-dir=DIR are there to help you specify them. When asking for support, always mention these directives, and whether there are other versions of those libraries installed on your system somewhere. Naturally, provide all the version numbers.

Внимание

Be sure your Sablotron library is linked to -lstdc++ as otherwise your configure will fail, or PHP will fail to run or load.

Забележка: JavaScript E-XSLT support
If you compiled Sablotron with JavaScript support, you must specify the option: --with-sablot-js=DIR.

Забележка: Note to Win32 Users
За да работи това разширение, трябва съответните DLL файлове да бъдат в системния път (PATH) на Windows. За повече информация, вижте въпросът от FAQ, озаглавен "Как да добавя PHP директорията към PATH при Windows" за повече информация относно това. Въпреки че копирането на DLL файлове от директорията на PHP в системната папка на Windows работи, не е препоръчително.Това разширение изисква следните файлове да бъдат в PATH: sablot.dll, expat.dll, and iconv.dll
For PHP <= 4.2.0, the file iconv.dll is not required.


Инсталиране/Конфигуриране
PHP Manual