ID: 28137 User updated by: bwacker at adelphia dot net Reported By: bwacker at adelphia dot net Status: Bogus Bug Type: Dynamic loading Operating System: WXP-Windows NT OFFICE 5.1 build PHP Version: 4.3.6 New Comment:
I could see punting to support if PHP couldn't load any extensions. Please explain why inconsistenies in being able to load some and not others doesn't constitute a bug in php dynamic extension loading. I've searched all the support information I can find, including general web searches and found a number of similar problems, none of which have a resolution. You also have some bug reports where the problem was accepted, but the responder concentrated on oracle, etc. extensions which may well require external libraries. What about all the others failing extensions? It apparently works on unix, but not on Windows. It walks like a bug and quacks like a bug, so please explain why you think it's a duck. Do you have any XP SP1 systems where the other half load with Apache 2.0 sapi php? Previous Comments: ------------------------------------------------------------------------ [2004-04-24 20:10:12] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . ------------------------------------------------------------------------ [2004-04-24 19:51:08] bwacker at adelphia dot net Description: ------------ extension_dir = C:\php\extensions All of the following with ";" give "Unknown(): Unable to load dynamic library 'c:\php\extensions\php_*.dll' - The specified module cound not be found." NOTE: all of the non ";" DO load, and good and bad are all in the extensions directory, so it is not php.ini. phpinfo() can be found at http://users.adelphia.net/~bwacker/phpExtensionInfo.htm. mhash is what I really need. 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 Reproduce code: --------------- I've read one bug report where you said the problem is external libraries that have to be in the path. Do ALL of these fit that answer? How can one determine which external libraries are missing so the path can be updated? Note: All I really need now is mhash. The others are just there to prove that about half work and about half don't. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28137&edit=1
