[PHP-DEV] PHP 4.0 Bug #5418 Updated: Bug in detection of dbm causes conflict with Sybase dbopen() From: Bug Database (php-dev <email protected>)
Date: 07/27/00

ID: 5418
User Update by: dean.bennett <email protected>
Status: Feedback
Bug Type: Sybase (dblib) related
Description: Bug in detection of dbm causes conflict with Sybase dbopen()

Yes it is.

The fix would be to change the order of the AC_CHECK_LIB's in ext/db/config.m4. I think that the order should be gdbm, c, dbm, db.

As someone else reported, there is also no way to disable linking against dbm.

Full Bug description available at: http://bugs.php.net/?id=5418

-- 
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>