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
foobar
41d6e9af8d
Fix configure. (typo?)
2003-01-28 10:55:36 +00:00
Marcus Boerger
1ab64d2b96
- fix this: els is optional but may not be empty
2003-01-28 06:27:01 +00:00
Marcus Boerger
2b5a5ca669
- fix "--without-flatfile"
...
- simplify Berkley DB verison check
2003-01-28 00:10:05 +00:00
Marcus Boerger
564788b6f5
The builtin version was always used even if configured otherwise.
2003-01-25 19:46:58 +00:00
Marcus Boerger
aa8e5cdde7
-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
2002-12-30 17:42:55 +00:00
Derick Rethans
e76d0043da
- Align mssql comment and clarify DBA handler selection
2002-12-30 08:55:21 +00:00
Marcus Boerger
579e3ca96b
Add Berkeley db4 support
2002-11-26 12:05:59 +00:00
Marcus Boerger
197fd585bd
-Disallow combining db2 with db3 which are conflicting.
...
-Stop searching for headers and libraries when found.
-Check version for Berkeley DB library headers.
2002-11-26 12:00:25 +00:00
Marcus Boerger
dbf8593b5b
When --enable-dba is used then include builtin modules unless --without-xxx
...
is not used.
2002-11-15 21:28:42 +00:00
Edin Kadribasic
ae51b7f4db
Allow use of Berkeley db version 3.1 as found on many RedHat systems.
2002-11-13 13:12:26 +00:00
Marcus Boerger
678829add6
There shall never be an external library for this (hopefully).
2002-11-06 10:08:38 +00:00
Marcus Boerger
88af7e9897
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.
2002-11-06 09:17:51 +00:00
Marcus Boerger
4be50925ad
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.
2002-11-06 04:16:18 +00:00
Marcus Boerger
f0acf84dc7
Incorporate rewritten version of dbm from db extension.
...
# currently locks are missing :-(
2002-11-06 01:47:06 +00:00
Marcus Boerger
30e916d5cd
added missing compiler define
2002-11-05 12:03:01 +00:00
Marcus Boerger
5be5c7f14f
incorporate cdb-0.75 as suggested by D. J. Bernstein
...
#dba now supports cdb_make
2002-11-04 17:53:04 +00:00
Sascha Schumann
d964e73160
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.
2002-09-19 04:18:20 +00:00
Sander Roobol
1715acfdc4
Fix configure
2002-09-11 16:17:33 +00:00
Dan Kalowsky
6fe296aa69
Patch for Bug #19341 submitted by list@firehawksystems.com
2002-09-11 15:05:06 +00:00
Derick Rethans
c0c9279c0a
- MFH: Make DBA compile as a shared module again
2002-04-18 12:30:18 +00:00
Stig Bakken
2e597b8dc8
* fix for db3 from ports on freebsd
2002-03-15 11:26:47 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
foobar
5884ff3412
let this be more userfriendly.
2001-06-28 15:16:28 +00:00
Martin Kraemer
c34896aba8
Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3
2001-05-17 15:27:12 +00:00
Sascha Schumann
9982ff568a
Nuke some unneccessary quotes
2001-05-12 10:33:52 +00:00
Sascha Schumann
cd30f5a6eb
Rename some custom macros from AC_* to PHP_*
2001-05-12 09:26:47 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
foobar
c663980808
Now checks that the library really exists even if path is specified as /usr
...
PR: 7358
2000-10-21 00:35:10 +00:00
Sascha Schumann
82c5c690c9
Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd
2000-05-02 04:01:15 +00:00
Sascha Schumann
c3d4066b48
Make dba compilable as shared module
2000-05-02 03:38:26 +00:00
Sascha Schumann
2cb0e69b51
* Check the default location of Berkeley DB 3.0
...
* Check additionally for libdb-3
2000-03-27 22:40:27 +00:00
Sascha Schumann
3a82ae9244
Ease include file selection. Let's see which cpps support this construct.
1999-12-30 06:09:46 +00:00
Sascha Schumann
cf5a5fb1dd
Whoops, defining them to empty values generates many parse errors.
...
Defaulting to 1.
1999-12-30 04:52:19 +00:00
Sascha Schumann
2c99bef442
Get rid of config.h.stub. Note that you should embed a comment about
...
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
1999-12-30 04:07:46 +00:00
Sascha Schumann
9a047652cc
add Berkeley DB3 support
...
@- Added Berkeley DB3 support in DBA (Sascha)
1999-11-20 22:50:42 +00:00
Rasmus Lerdorf
0d5a9358f0
Try to avoid IBM/Berkeley DB2 confusion
1999-11-04 20:47:19 +00:00
Sascha Schumann
b33d0fd7e7
initial import of DBA
1999-07-21 15:12:32 +00:00