php-db | 2001072
Date: 07/31/01
- Next message: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Previous message: Hugh Bothwell: "[PHP-DB] Re: Random question selection in PHP w/ MySQL backend."
- In reply to: Patrick Callihan: "[PHP-DB] dba_open"
- Next in thread: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Reply: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Next message: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Previous message: Hugh Bothwell: "[PHP-DB] Re: Random question selection in PHP w/ MySQL backend."
- In reply to: Patrick Callihan: "[PHP-DB] dba_open"
- Next in thread: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Reply: Patrick Callihan: "[PHP-DB] Re: dba_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

