PHP error: Fatal error: Call to undefined function: dba_open()
Hi,I am having a problem with a PHP script using the dba_open() function. It returns the following error message:
"Fatal error: Call to undefined function: dba_open()"
I wonder:
Is the dba_open function part of the usual PHP installation ?
If not: How do I add dba_open() support to PHP and would you recommend it or are there security problems with it ?
Thanks in advance !