Forum Moderators: coopster
I wonder if anyone could help me as I am fighting a losing battle here. I am at current trying to get the extenstions for postgresql (pgsql.dll) and xslt (xslt.dll) to work.
I am using PHP 4.3.11 on windows XP using IIS it all works fine withouth these extensions commented in the ini file. But a soon as I uncomment them I get the old faithful error come up
Fatal error: Call to undefined function: xslt_create() in C:\webserv\prism\webroot\xml.php on line 4
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_pgsql.dll' - The specified procedure could not be found. in Unknown on line 0
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_xslt.dll' - The specified procedure could not be found. in Unknown on line 0
Now I do have the required dll files installed in my exstensions folder as I copied them from the zip file from the php website (they are vers 4.3.11 as well).
I have read lots of threads on this matter and few answers seem to come about. My php.ini file (located in C:/WIndows/System) is currently set for the exstenstions directory as
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\PHP\extensions\"
and this is my extension list
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
;extension=php_curl.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_w32api.dll
extension=php_xmlrpc.dll
extension=php_xslt.dll
;extension=php_yaz.dll
;extension=php_zip.dll
I am assuming to allow XML to work I will need the xmlrpc.dll exstension as well.
I am in need of some assistance could it be just the directory that is wrong or something else any suggestions I am all ears.
Cheers
Steve C