[PHP-DEV] PHP 4.0 Bug #5817: PHP Core Dumps when pg_errormessage() is called. From: ac001 <email protected>
Date: 07/27/00

From: ac001 <email protected>
Operating system: Solaris 8
PHP version: 4.0.1pl2
PHP Bug Type: PostgreSQL related
Bug description: PHP Core Dumps when pg_errormessage() is called.

The PostgreSQL version is: 7.0.2

My current configuration is a follow:
'./configure' '--with-pgsql=/usr/local/pgsql' '--bindir=/usr/local/apache/cgi-bin'
                                   '--with-dbase=yes' '--enable-force-cgi-redirect=yes' '--enable-ftp=yes'
                                   '--with-mysql=no' '--with-gd=no' '--with-imap=/usr/local'

By writing a file with only a single line such as <? pg_errormessage(); ?> and running php-4.0.1pl2 on it, php immediately returns a Sementation Fault and core dumps.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>