Re: Undefined pg_prepare() in 5.6.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Thanks for the suggestion, Shuping.  However, after configure
"PHP_Source/ext/pgsql" does not have a config.h file.  The contents are:


I installed PgSQL 8.0.8 (can't find 8.0.3) minutes ago, then rebuilt the
pgsql extension.
the result is good, i have pg_prepare:)

So, would you please try this:

1) copy the original /ext/pgsql to somewhere and cd to it;
2) run phpize;
3) run ./configure;
4) if step 3 succeeded, there must be config.h here; check HAVE_PQPREPARE in
it;
5) run make;
6) if step 5 succeeded, you will get ./modules/pgsql.so ; copy it to your
php's extension directory (backup before overwritting);
7) done.

waiting for your result:)


--shuping zhou

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux