i'm after recompiling PHP (upgraded to 4.2.3)
my phpinfo() is telling me i'm still using PHP Version 4.1.2 for some reason. it has also not picked up my new .configure which did include --with-pgsql
am i doing something wrong?
doing a sequence of commands like this should work, right?
(while in my php folder)
./configure --with-mysql --with-apache=/home/sryan/apache_1.3.23 --with-pgsql
make clean; make
make install
it runs through everything, displays no errors.
but i still can't get any postgres commands to work (but can use postgres from the command line of course)
arrrgh this is very frustrating...