First you have to download the .dll file ( php5apache2_2.dll ) then put it in your extensions directory.
Then edit the php.ini file, find the text:
; extension = php5apache2_2.dll
// and change y to extension = php5apache2_2.dll
if the text is missing, place the line yourself. Then restart apache and download the extension.
PD: you can see where your extension directory is located, looking for the text "extension_dir" in your php.ini, sometimes it looks like this: extension_dir = C: \ php \ extensions
Hope this helps you if you donโt attach the error here, you can find the error log file in apache / error / error.log or something like that.
sandino
source share