None of my PHP extensions are loading. I've followed the instructions on php.net to the letter. I'm developing PHP on my WinXP workstation for the time being using PHP 4.4.2 and Apache 2.0.58. It should just be as easy as uncommenting a line in my php.ini, ie: change ;extension=php_snmp.dll to extension=php_snmp.dll and then restarting Apache. I've set my extension_dir value correctly even. Nothing works. When I call phpinfo() nothing but the default extensions are loaded. I've uncommented EVERY extension PHP4 has in the php.ini file by default and still nothing.
What am I doing wrong?