ID: 4655
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Won\'t fix
Bug Type: PostgreSQL related
Operating System: Linux 2.2.x
PHP Version: 3.0.16
New Comment:
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.
Previous Comments:
------------------------------------------------------------------------
[2000-05-29 03:13:23] [EMAIL PROTECTED]
The pgsql.so functions are compiled as a module thusly:
gcc -shared -fPIC $RPM_OPT_FLAGS -DEAPI -DCOMPILE_DL=1 \
-I. -I/usr/include/apache \
-I/usr/include/pgsql -o pgsql.so \
./functions/pgsql.c -lpq -lc
Most functions work fine, but when pg_close is called, the http
instance segfaults. When pgsql.so is compiled directly into php with
--include-pgsql the problem goes away.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=4655&edit=1