Hannes Magnusson
2310029923
Fix 5.1 detection on ubuntu natty
2011-06-27 20:28:30 +00:00
Christopher Jones
17b31ae362
Add Berkeley DB 5.1 support to the DBA extension
2010-12-01 19:20:16 +00:00
Christopher Jones
afedcbbd1d
Explicitly use db-5.0 and don't default to db sym link
2010-06-09 17:33:44 +00:00
Christopher Jones
e524236afa
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved)
2010-06-03 07:03:05 +00:00
Michael Maclean
e52fa0027b
Add Tokyo Cabinet abstract DB support to ext/dba
2010-03-24 23:38:59 +00:00
Christopher Jones
db7843bbac
Auto detect recent versions of Berkeley DB4
2010-03-05 05:23:01 +00:00
Marcus Boerger
d309efd945
- More about 4.6
2007-12-06 14:01:49 +00:00
Marcus Boerger
1f623c4965
Add db 4.6 to detect list
2007-12-06 13:53:38 +00:00
Jani Taskinen
09d9338040
MFH:- Fixed bug #41433 (DBA: configure fails to include correct db.h for db4)
2007-07-19 10:50:16 +00:00
Jani Taskinen
ad61002dc4
MFH: fix wrong logic
2007-07-13 15:09:19 +00:00
Jani Taskinen
9d53e19697
MFH: cleanups + fixes
2007-07-13 14:23:59 +00:00
Antony Dovgal
007bac315d
MFH: fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS)
2007-05-21 11:38:53 +00:00
Ilia Alshanetsky
9a1abfbb7d
Revert previous patch and it breaks builds with built-in cdb lib
2006-12-05 17:54:52 +00:00
Ilia Alshanetsky
9666f1deae
Config fix from Gentoo
2006-12-03 19:54:55 +00:00
Antony Dovgal
5a6c11d9f4
MFH: fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled)
2006-11-28 11:39:19 +00:00
Marcus Boerger
e038500be3
- Fix bug #38290
2006-08-07 07:57:12 +00:00
Antony Dovgal
1cbe552f4d
change "-o" to "||" (fixes potential problems on weird systems where test doesn't support -o)
2005-11-29 18:26:02 +00:00
Ilia Alshanetsky
b8cc3a9c32
MFH: Make dba extension support BerkleyDB 4.3.
2005-08-22 19:59:28 +00:00
foobar
eb4103503c
Add note how to build DBA as shared
2005-06-18 13:28:30 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
foobar
0060548378
no tabs
2005-05-08 14:02:19 +00:00
Marcus Boerger
f6bf9e67a8
- Make detection work for macros
2005-02-26 02:15:00 +00:00
Marcus Boerger
9ffeb12c4c
- Add support for db1 through emulation
...
# Most probably db4 requires a slightly different detection since functions
# are macros which most probably doesn't work with current configure check.
2005-02-25 23:51:53 +00:00
Marcus Boerger
d907a500bd
- Align
2005-02-25 20:02:45 +00:00
foobar
f8a540d105
- Typofix + removed unnecessary unsets caused by it
2005-01-22 01:31:54 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
Joe Orton
2685ca935f
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
...
to support multi-ABI platforms.
2004-11-03 14:32:52 +00:00
Marcus Boerger
16f30e1951
- Fix lib substitution (rurban at x-ray dot at )
2004-09-25 15:29:19 +00:00
Marcus Boerger
4ee3282ec6
Search for db-4.2.x
2004-03-07 23:45:31 +00:00
Marcus Boerger
c69fb4133d
dded qdbm handler ( http://qdbm.sourceforge.net ).
2003-12-18 20:25:21 +00:00
Marcus Boerger
923d0bcfb4
revert here too
2003-12-07 15:59:13 +00:00
Marcus Boerger
9c8678eb7b
Fix enabling shared builds.
2003-12-07 00:21:47 +00:00
foobar
db50cd251e
Aligned configure help texts.
2003-10-03 05:24:33 +00:00
Moriyoshi Koizumi
daf7528d90
Alignment fix
2003-10-02 10:47:12 +00:00
foobar
1ba3e3a6dc
MFB
2003-08-15 18:47:23 +00:00
foobar
f07f3267e2
- Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made other
...
configure checks fail (old libs in /usr/lib, new ones in /opt/lib :)
2003-06-14 14:22:13 +00:00
Marcus Boerger
a13edb62d5
Fix builddir entry
2003-05-29 14:01:21 +00:00
Marcus Boerger
afc3b8b6dc
MFB (these parts were missing)
2003-05-29 12:33:19 +00:00
Marcus Boerger
323eedd1b2
Fix build
2003-05-21 00:14:16 +00:00
Marcus Boerger
80aa82e24b
Enable bundled submodules when enabling module
2003-05-18 12:36:24 +00:00
Marcus Boerger
7ddb7f15d4
Enable db<n> builds configured with --with-uniquename
2003-05-14 06:22:35 +00:00
Marcus Boerger
8dffa02661
Fix this test
2003-05-13 20:37:54 +00:00
Sascha Schumann
1879b27fc6
fix VPATH builds
2003-04-01 10:16:12 +00:00
Marcus Boerger
8ab1924ca3
@Added dba handler inifiles to support ini files. (Marcus)
2003-02-22 17:20:06 +00:00
foobar
83403958ed
break: First one not needed, second missing.
2003-02-09 19:57:50 +00:00
Marcus Boerger
895c27d3fc
Change DBM detection order
2003-02-01 22:19:04 +00:00
Marcus Boerger
0319e63775
- unify configure mechanisms (include file handling)
...
- fix dbm
- allow dbm to be based on gdbm
2003-02-01 18:59:59 +00:00
Marcus Boerger
0629bdb061
Shared dba requires at least db-3.3
2003-01-31 20:06:44 +00:00
Marcus Boerger
302f97abbc
Revert this part, the new one adds more problems than it solves.
2003-01-30 21:36:05 +00:00
Marcus Boerger
f2ff4678cd
Allow to link against chosen modules correctly
2003-01-30 18:28:42 +00:00