From: cristi_2112 at yahoo dot com Operating system: Windows XP PHP version: 4.3.8 PHP Bug Type: XSLT related Bug description: DOM/EXSLT refuses to load
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 bug report at http://bugs.php.net/?id=29970&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29970&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29970&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29970&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=29970&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29970&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29970&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29970&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29970&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29970&r=support Expected behavior: http://bugs.php.net/fix.php?id=29970&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29970&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29970&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29970&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29970&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29970&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29970&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29970&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29970&r=float
