I've been using PHP for a long time now on my Windows XP Pro machine and had little problems. Today, I needed to enable a new extension (php_domxml.dll) so I just went into my php.ini and uncommented that line. I restarted apache, however, and got this error:
Right off the bat I figured it was a typo or something, but I triple checked all my path names and everything, everything is correct. What is really strange is that I can load some extensions and not others.Warning
Unknown(): Unable to load dynamic library 'C:/PHP/extensions/php_domxml.dll' - The specified module could not be found.
In my php.ini file:
The directory C:\PHP\extensions does exist and the file php_domxml.dll is sitting right there. I've tried copying that extension to my C:\WINDOWS\System32 directory (just incase Windows is being stupid again) but it still did not work. Does anyone have the slightest clue what's going on and how to fix it? I'm running PHP 4.3.11 and Apache 2.0.Code:; Directory in which the loadable extensions (modules) reside. extension_dir = "C:/PHP/extensions/" ... ;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







Bookmarks