Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Modules

Status
Not open for further replies.
Jul 22, 2002
32
US
I set up a Filemaker server for one of our programmers who has now begun using PHP. He tells me that we need the following modules: php_xml2.dll, php_xslt.dll, and php_exslt.dll. I have looked high and low for them, but have been unable to find them. Do they exist, or is he mistaken?
 
Let's back up and punt here.

You have mentioned looking for three library files, whick are not PHP modules. What specific PHP module (or family of functions) is your programmer trying to use that requires these library files?




Want the best answers? Ask the best questions! TANSTAAFL!
 
I just spoke with the programmer and he said that he is trying to access xsl(t) from within PHP. If you need more info, let me know.
 
The introduction to the PHP online manual section on XSLT contains the following text:

Note to Win32 Users: In order to enable this module on a Windows environment, you must copy several files 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). For PHP <= 4.2.0 copy [tt]sablot.dll[/tt] and [tt]expat.dll[/tt] to your SYSTEM32 folder. For PHP >= 4.2.1 copy [tt]sablot.dll[/tt], [tt]expat.dll[/tt] and [tt]iconv.dll[/tt] to your SYSTEM32 folder.



Want the best answers? Ask the best questions! TANSTAAFL!
 
I made those changes, and he is going to check everything out and then get back to me. Thanks for everything, it's been a huge help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top