I started receiving this condition when upgrading PHP to 5.1.2

What if:
- Apache is running fine
- PHP is configured and working in other areas
- The extension dir is set
- The dll extension for postgres is uncommented
basically everything is fine, except postgres is not loaded when the script is called? The only reason I can think, is that PHP 5.1.2 has a bug.

Is there any other...