I compiled PHP 4.3.0 and created an Apache shared object (using the --with-apxs=/path/to/apache/bin/apxs configure option) and PHP was working just fine.
I then recompiled PHP to support GD. PHP's still working fine, and GD now appears when I call phpinfo(), but some of the information in it wasn't updated (the build date, the configure statement used, etc).
Is this supposed to change if you recompile (I would think it should)?
-Cliff