Red Hat Bugzilla – Bug 58524
dbmopen function in PHP doesn't seem to work
Last modified: 2007-04-18 12:39:05 EDT
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461) Description of problem: While using PHP and the dbmopen function I get the following error: Fatal error: Call to undefined function: dbmopen() a rpm -qa | grep -i php command returns: asp2php-0.75.17-1 php-4.0.6-7 asp2php-gtk-0.75.17-1 php-imap-4.0.6-7 php-mysql-4.0.6-7 php-ldap-4.0.6-7 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install PHP 2. Write script using dbmopen() function 3. run script Actual Results: Fatal error: Call to undefined function: dbmopen() Expected Results: Script to run Additional info:
The xDBM extension has been deprecated by the PHP Group and is not currently compiled into the PHP RPM. The db abstraction extension is supported by the 4.0.6-7 RPM and documentation for it is available at http://www.php.net/dba