ID:               29970
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cristi_2112 at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         XSLT related
 Operating System: Windows XP
 PHP Version:      4.3.8
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.


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

[2004-09-03 15:51:10] cristi_2112 at yahoo dot com

Description:
------------
I need to work in PHP with EXSL.
I downloaded the latest version from snaps.php, I also downloaded the
libxslt.dll, libxml2.dll, libexslt.dll latest version from your link on
the site and put them in c:/php, c:/windows/system32 (like the other
extensions I use).
xsltproc.exe is working fine: 
I called xsltproc.exe -V :
Using libxml 20612, libxslt 10109 and libexslt 807
xsltproc was compiled against libxml 20612, libxslt 10109 and libexslt
807
libxslt 10109 was compiled against libxml 20612
libexslt 807 was compiled against libxml 20612

I edited my php.ini: 
extension=php_xslt.dll
extension=libxslt.dll
extension=libxml2.dll
extension=libexslt.dll
(tryed in more ways).

When I restart Apache, I get (one at a time):
Invalid library (maybe not a PHP library) 'libxslt.dll'
Invalid library (maybe not a PHP library) 'libxml2.dll'
Unable to load dynamic library: 'c:\php\libexslt.dll' - The specified
module could not be found. (although it's right there).

So php still won't recognize EXSLT.
On Linux it's working fine (giving to the compile option
--with-dom-exslt).

Please, help me out if you can.



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


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

Reply via email to