From:             akbsol at yahoo dot co dot in
Operating system: Debian Sarge
PHP version:      4.4.7
PHP Bug Type:     *Compile Issues
Bug description:  configure ignoring --without-cdb flag

Description:
------------
As described in a previous bug report:

http://bugs.php.net/bug.php?id=38290

configure is still ignoring the --without-cdb flag and buliding php with
builtin cdb support.

Reproduce code:
---------------
./configure --enable-dba --with-gdbm --without-cdb --without-inifile
--without-flatfile

Expected result:
----------------
While configuring it should show:

checking for xDBM support... no
checking whether to enable DBA... yes
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... yes

And after compiling, running php -i should show only gdbm as the only
supported handler:

dba

DBA support => enabled
Supported handlers => gdbm

Actual result:
--------------
While configuring it shows:

checking for xDBM support... no
checking whether to enable DBA... yes
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... builtin
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... yes

And after building php -i confirms the support of cdb:

dba

DBA support => enabled
Supported handlers => gdbm cdb cdb_make 

-- 
Edit bug report at http://bugs.php.net/?id=43389&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43389&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43389&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43389&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43389&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43389&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43389&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43389&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43389&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43389&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43389&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43389&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43389&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43389&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43389&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43389&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43389&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43389&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43389&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43389&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43389&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43389&r=mysqlcfg

Reply via email to