From:             [EMAIL PROTECTED]
Operating system: Linux2.4
PHP version:      4.3.0
PHP Bug Type:     PostgreSQL related
Bug description:  first find PQescapeBytea then use it

the postgresql module compiles for php, perfectly.
but PQescapeBytea and PQescapeString is not available on all system, I
don't know why, it's libpq's fault.
php is linked dynamically with libpq, and PQescapeBytea is used by php. So
apache cannot load the php module, due to an unresolved
symbol(PQescapeBytea).
if PQescapeBytea doesn't available on a system php should use an own
implementation.
-- 
Edit bug report at http://bugs.php.net/?id=21248&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21248&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21248&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21248&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21248&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21248&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21248&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21248&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21248&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21248&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21248&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21248&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21248&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21248&r=isapi

Reply via email to