Vishesh kaul wrote:
i am developing a web based application on slack and slack has php already
installed on it.. but not with postgres support.. so i downloaded the php4
package and configured with
./configure --with-pgsql
make
make install
option (because this is what most of the documentation
i am developing a web based application on slack and slack has php already
installed on it.. but not with postgres support.. so i downloaded the php4
package and configured with
./configure --with-pgsql
make
make install
option (because this is what most of the documentation suggested)..
but po