|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-08-17 08:28 UTC] danny at cvs dot php dot net
[1999-08-21 06:01 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
I installed RedHat6.0 full, then downloaded php4.0b1. After that, got to the php directory and typed: # ./configure --with-dbase --enable-track-vars (during the ./configure a message shows that gdbm was detected, and chosen) # make all # make install (php is copied into /usr/local/bin) after that I typed: # /usr/local/bin/php <? $fh=dbmopen("test.dbm", "c"); dbmclose($fh); ?> ^D and got: Content-Type: text/html <br> <b>Fatal error</b>: Call to undefined function: dbmopen() in <b>-</b> on line <b>2</b><br> #