PHP4: php_gettext.dll does not load

I was having problems loading the PHP extension: php_gettext.dll

The solution under PHP4, for me, was to copy the file iconv.dll from the PHP folder "\Dlls" to my systems path (in my case, the folder containing httpd.exe). If your PHP installation folder is defined in your $PATH (like e:\PHP4) you could copy iconv.dll to e:\PHP4.