I hate this lol. I enable all of the extensions and I get an errors Galore all over the place. Why is this it says it can't find this dll or dupicate stuff. ERRRRRRRRRRRRRRRRR. I have all the dll's in my system32 folder like I am suppose to and I get errors. so at the moment I only have the GD extension on what can I do to get them to work. I am on win XP home ed.
You should keep all PHP extension in their directory "PHP/extensions". Just check the path in php.ini parameter extensions_dir. It should point to the "<path_to_PHP>/extensions" carpet.
Ok I will do that and see what happens.
Ok this is what I can and Can't use for some reason.
;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_fbsql.dll ;extension=php_fdf.dll extension=php_filepro.dll extension=php_gd.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
some extensions need other dll support, you needn't enable so many in fact, often I use php_gd2.dll and php_zip.dll
wen reboot your apache, you can get some error message if some module need extra dlls support.
That is true. But I have all the other Dll's with them and it still gives the error Can't find php_mcrypt.dll and it is there in the folder. ERrrrrrrr oh well I guess I just would be happy if I can get them all to work 🙂
This is a definate bug in PHP 4.XX. (see:bug report). That has been around for months and not fixed. The same happens with Zend items. One has to wonder if anyting is ever tested before release.
I guess the only thing we can do is to sit and wait.
This is one of the main reasons that I have stayed away from PHP for a while. It seems installation bugs are still bottom on the fix list. While other minor things are prioritized