If anybody has a experience with DBA (CDB) please help me? I've compiled PHP4.0.3 with options
./configure' '--with-apache=../apache_1.3.27' '--with-pgsql' '--enable-dba=shared'
'--with-cdb'
and tried like :
<?php
if (!function_exists('dba_open'))
{
die('Error: DBA not supported');
}
else
{
echo "OK,Supported";
}
............................
But it outputs me "Error: DBA not supported"
Why?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
