php-db | 2001072

[PHP-DB] Re: dba_open From: Hugh Bothwell (hugh_bothwell <email protected>)
Date: 07/31/01

"Patrick Callihan" <calliha2 <email protected>> wrote in message
news:20010801013453.84530.qmail <email protected>
> HI,
>
> I have compiled php4 with the following command:
> /configure' '--with-mysql' '--with-apache=../apache_1.3.20'
> '--enable-track-vars' '--enable-tans-sid' '--enable-dba
>
> The function dba_open() does not work for me. I get the following error
> message:
> Fatal error: Call to undefined function: dba_open()

If you will use this in many of your scripts, edit php.ini -
remove the ';' before 'extension=php_dba.so'.

If you'll only use it in a few, look up the dl() function in
the manual,
http://www.php.net/dl

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