I need to use DBM-style abstraction layer functions 
see: http://www.php.net/manual/en/ref.dba.php


I am trying to find out if I compiled php (I actually
installed WAMP 5:
----------------------------------
Apache version :         Apache/1.3.33 (Win32)
PHP version :   5.0.3
MySQL version :         4.1.8-nt-log - extension : mysqlite
-----------------------------------
with support for any of the DBA handlers listed in
table found here: 

http://www.php.net/manual/en/ref.dba.php

Does anyone know how I can find out? I tried to use
the function:
---------------------------------
var_dump( dba_handlers() );
---------------------------------
which is supposed to give me a quick listing of
available handlers. But when I run this, I get: 
-----------------------------------
Fatal error: Call to undefined function dba_handlers()
in c:\wamp\www\dba_function.php on line 10
----------------------------------
thanks-


=====

----------------
"forget your lust for the rich man's gold. All that you need, is in your soul. 
You can do this if you try. All that I want for you my son, is to be satisfied"

  ~ Lynard Skynard

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to