php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6514 Don't work --with-gdbm
Submitted: 2000-09-03 10:53 UTC Modified: 2000-10-12 07:51 UTC
From: autoinfo at auto dot ru Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: FreeBSD 4.1-STABLE
Private report: No CVE-ID: None
 [2000-09-03 10:53 UTC] autoinfo at auto dot ru
I have gdbm library 1.8.0

I use configure with :
./configure \
--with-mod_charset \
--enable-track-vars \
--with-apache=/usr/local/src/apache \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/usr/local \
--without-ndbm \
--without-dbm \
--with-gdbm \
--with-xml

And after this i look in php_config.h :
"/* Whether you have GDBM */
/* #undef GDBM */

/* Whether you have NDBM */
#define NDBM 1

/*   */
#define NDBM 1

/*   */
#define NDBM 1"

And no more GDBM defines !!!!

I think that can have :
"/* Whether you have GDBM */
#define GDBM 1

/* Whether you have NDBM */
#define NDBM 0

/*   */


/*   */
"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-29 08:47 UTC] sniper@php.net
Please try the latest CVS. This should be fixed there now.

--Jani
 [2000-10-12 07:51 UTC] sniper@php.net
Fixed in PHP 4.0.3

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 02:01:35 2024 UTC