ID:               21427
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         XSLT related
 Operating System: WindowsXP
 PHP Version:      4.3.0
 New Comment:

I still get the error on the 4.3.0 release
" Call to undefined function: xslt_set_encoding() "

even though I moved the iconv.dll, sablot.dll and expat.dll to
winnt\system32 ...


Previous Comments:
------------------------------------------------------------------------

[2003-01-05 07:04:49] [EMAIL PROTECTED]

Duplicate of #20640.

------------------------------------------------------------------------

[2003-01-05 07:04:49] [EMAIL PROTECTED]

As http://www.php.net/manual/en/ref.xslt.php says:

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.

JavaScript E-XSLT support: If you compiled Sablotron with JavaScript
support, you must specify the option: --with-sablot-js=DIR.

Note to Win32 Users: In order to enable this module on a Windows
environment, you must copy sablot.dll from the DLL folder of the
PHP/Win32 binary package to the SYSTEM32 folder of your windows
machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) 

------------------------------------------------------------------------

[2003-01-05 07:01:27] [EMAIL PROTECTED]

I am using Apache 2.0.43 and I have just upgraded to PHP 4.3.0 and my
scripts now fail with the error message:

"Call to undefined function: xslt_set_encoding()"

I have downloaded the latest sablotron version from www.gingerall.com,
but the error persists.

Could it be that the Windows binary was not compioled with the "with
encoding" option?

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21427&edit=1

Reply via email to