Okay, I've been using PHP for 3 years. However, I've always left the PHP install on default and not load any modules. However, now I need to load some modules (the most vital is the GD library module). Following the instructions, I uncommented the extension lines in php.ini, made sure the extension_dir was correct, and made sure the file exists.
However, PHP claims there are no extensions loaded, other than the defaults. I restarted Apache, and it said the same thing over and over and over again. What did I do wrong?