I still seem to be having a problem. When I run depends on my php_xslt.dll it says:
"At least one module has an unresolved import due to a missing export function in an implicitly dependent module." When I look, I see a call to _ecalloc from php4ts.dll that is marked with a red icon. I just downloaded the 4.2.3 version of PHP for windows and I'm using the php4ts.dll that came with the installation. I'm running W2K Advance Server... I have gathered all the DLLs that I figured that should have, namely: php_xslt.dll sablot.dll expat.dll libexpat.dll xmlparse.dll xmltok.dll Any clues as to why I would have a problem with the php4ts.dll? "Marco Siegl" <[EMAIL PROTECTED]> wrote in message news:007701c25bc1$1eab6540$2a01a8c0@source... > Hi, > > after trying weird behaviour of php on my win32, > i found a rersolution to the php_xslt.dll extension installting problem > but not for using the xslt functions: > > first: > in your php.ini, you have to write: extension_dir = c:/php/extensions > no extra slashes, foward slashes, backward slashes, no "" or anything else. > > second: > copy the 4 following .dll's to your windows/system32 directory > - php/php4ts.dll > - php/extensions/php_xslt.dll > - php/dlls/expat.dll > - php/dlls/sablot.dll > > after that copying process, simply restart your apache webserver. > (no full reboot is needed.) > > ... and now you'll see the xslt enabled flag in phpinfo() > > => you think it works, BUT... > there is something wrong with sablotron or apache, because if you use the > xslt_process() function, sablotron tries to read the foo.xslt from Apaches' > ServerRoot, > (a local path, e.g. "c:\program files\apache\apache group\foo.xslt") > instead of reading it > from Apaches' DocumentRoot - any suggestions? > > Ok, i tried using local path for reading the foo.xslt to process and > sablotron replies > with a "unknown encoding" error - the output file is empty, no log file is > created > while using the xslt_set_log() function. - again any suggestions? > > This strange behaviour - that there is at the moment no possible way to > generate from > xml and xslt using sablotron (php_xslt.dll) on win32 - forces me to look for > another possibility. > > Sad, but true ... the blending nightmare has to come to an end. > PHP says, it offers your powerful xslt functions, but you can't use them. > > any help would be very appreciated, > mailto: [EMAIL PROTECTED] > > > ----- Original Message ----- > From: "Marco Siegl" <[EMAIL PROTECTED]> > Newsgroups: php.general > To: <[EMAIL PROTECTED]> > Sent: Friday, September 13, 2002 4:05 AM > Subject: error: loading extensions / php_xslt.dll on win32 > > > > hi there @php.net, > > please, can you help me enabling the extensions in php? > > > > i tried for hours to accomplish the right settings, but it seems, the > > solution is out > > of reach. you'll find a mini screenshot of my error message so you'll see > > exactly > > what i mean. > > > > machine details: php v4.2.3, apache v2.0.40., winXP > > > > php is installed in "c:\system\php\" > > the 'extensiom_dir' in the php.ini is "c:\system\php\extensions\" > > > > i only found little information about people having the same trouble, and > i > > tried > > copying the *.dll files from the php/dlls and php/extensions dir to > > "c:windows, > > c:\windows\system, c:\windows\system32" - but no effect. > > > > thank you in advance, > > mailto [EMAIL PROTECTED] > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php