I've searched the forum and didn't find an adequate topic/solution so here it is:
I'm running PHP5/APACHE2 on a WINXP box and I'm unable to load many of the extensions bundled in the php zip file.
I had the same problem many of us had with the MySQL extension, searched the web and saw I had to use another dll to make it work. That's ok, thought my problems were over.
Now, I'm trying to load the php_exif.dll and PHP won't load it.
The PHP.INI directive is well set, the files are actually there, I even tried copying php_exif.dll to many other locations and still nothing.
To see if that was just a php_exif.dll problem, I uncommented all the other extensions and concluded that some of them load ok (mysql, gd2) but most of them do not, including the one I currently need, the exif one.
The typical tips of copying things to the system32 directory or to the same folder as php.exe don't work. I've done that with no results.
Is there a mercifull soul who has had the same problem and found a solution? I'm about to smash something, really.
Thanks in advance.