-----Urspr�ngliche Nachricht-----
Von: Jakob <[EMAIL PROTECTED]>
An: Sablotron Mailing List <[EMAIL PROTECTED]>
Gesendet: Montag, 26. Juni 2000 20:15
Betreff: Re: [Sab] PHP4 extension


> Hi Stefan,
>
> I saw your post regarding the empty tag problem. Unfortunately, I can't
help
> you with this.

:(

> I was intrigued however, because you wrote that you got the
> PHP4 extension of Sablotron to work without problems.
>
> I would be most grateful if you could tell me exactly you built and
install
> it.  I dowloaded version .11 and .12, built them successfully, copied the
> libraries to the extension  directory, but PHP couldn't find it.

Please make sure that the path of your extension directory is written
correctly in php.ini (directive name: extension_dir). Then you can either
load the Sablotron extension when the server starts by adding
extension=php_sablot.so
to your php.ini file or you can load the extension per request by using
dl("php_sablot.so").

If I am not mistaken there were some problems with the extension_dir
directive
in earlier versions but it works with current CVS. Version 4.0.1 of PHP is
due on Wednesday so you can wait a couple of days if you don't want to mess
with CVS.

Regards,
Stefan



Reply via email to