Im tryinig to get PHP 5.4 + Postgree 9.1.3 to work together in a windows xp enviroment, but, for the moment, without much success
I have uncomented these two lines inside the php.ini file:
extension=php_pdo_pgsql.dll
extension=php_pgsql.dll
When I try to restart apache, I get two errors windows without error message. In the php error log, i can see these two lines:
[16-Apr-2012 12:00:12 UTC] PHP Warning: PHP Startup: in Unknown on line 0
[16-Apr-2012 12:00:12 UTC] PHP Warning: PHP Startup: in Unknown on line 0
Please, I didnt find any info on this, so any help would be welcomed. Also, If you have this same version combination working, please let me know so I can see if it is possible or not.
Thanks