History log of /PHP-5.5/ext/dba/config.m4 (Results 51 – 75 of 94)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.1
# 83403958 09-Feb-2003 foobar

break: First one not needed, second missing.


# 895c27d3 01-Feb-2003 Marcus Boerger

Change DBM detection order


# 0319e637 01-Feb-2003 Marcus Boerger

- unify configure mechanisms (include file handling)
- fix dbm
- allow dbm to be based on gdbm


# 0629bdb0 31-Jan-2003 Marcus Boerger

Shared dba requires at least db-3.3


# 302f97ab 30-Jan-2003 Marcus Boerger

Revert this part, the new one adds more problems than it solves.


# f2ff4678 30-Jan-2003 Marcus Boerger

Allow to link against chosen modules correctly


# 41d6e9af 28-Jan-2003 foobar

Fix configure. (typo?)


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 1ab64d2b 28-Jan-2003 Marcus Boerger

- fix this: els is optional but may not be empty


# 2b5a5ca6 28-Jan-2003 Marcus Boerger

- fix "--without-flatfile"
- simplify Berkley DB verison check


# 564788b6 25-Jan-2003 Marcus Boerger

The builtin version was always used even if configured otherwise.


# aa8e5cdd 30-Dec-2002 Marcus Boerger

-disallow using db-<n> with libraries of different major versions
-disallow using db-4.1 with patch level < 25
-fix db-4.1
-added undocumented DB_FCNTL_LOCKING flag for version 3 and 4

-disallow using db-<n> with libraries of different major versions
-disallow using db-4.1 with patch level < 25
-fix db-4.1
-added undocumented DB_FCNTL_LOCKING flag for version 3 and 4
# wow the sleepycat guys answered *very* fast

show more ...


# e76d0043 30-Dec-2002 Derick Rethans

- Align mssql comment and clarify DBA handler selection


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2
# 579e3ca9 26-Nov-2002 Marcus Boerger

Add Berkeley db4 support


# 197fd585 26-Nov-2002 Marcus Boerger

-Disallow combining db2 with db3 which are conflicting.
-Stop searching for headers and libraries when found.
-Check version for Berkeley DB library headers.


Revision tags: RELEASE_1_0b2
# dbf8593b 15-Nov-2002 Marcus Boerger

When --enable-dba is used then include builtin modules unless --without-xxx
is not used.


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# ae51b7f4 13-Nov-2002 Edin Kadribasic

Allow use of Berkeley db version 3.1 as found on many RedHat systems.


# 678829ad 06-Nov-2002 Marcus Boerger

There shall never be an external library for this (hopefully).


# 88af7e98 06-Nov-2002 Marcus Boerger

Use the the name 'flatfile' correctly so the handler support can be built now.
#I do not like the lock solution since a crashed php would leave the *lck
#file locked now.


# 4be50925 06-Nov-2002 Marcus Boerger

move newly introduced flatfile support from dbm to new flatfile handler
# do not make the same mistake as with ext/db where it was not clear
# which format was used.


# f0acf84d 06-Nov-2002 Marcus Boerger

Incorporate rewritten version of dbm from db extension.
# currently locks are missing :-(


# 30e916d5 05-Nov-2002 Marcus Boerger

added missing compiler define


# 5be5c7f1 04-Nov-2002 Marcus Boerger

incorporate cdb-0.75 as suggested by D. J. Bernstein
#dba now supports cdb_make


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# d964e731 19-Sep-2002 Sascha Schumann

Add support for cdb-0.75

The install_cdb.sh script fills the gap of installing header files and
creating a cdb library which programs can link against.


# 1715acfd 11-Sep-2002 Sander Roobol

Fix configure


# 6fe296aa 11-Sep-2002 Dan Kalowsky

Patch for Bug #19341 submitted by list@firehawksystems.com


1234