#
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
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0 |
|
#
c0c9279c |
| 18-Apr-2002 |
Derick Rethans |
- MFH: Make DBA compile as a shared module again
|
Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
2e597b8d |
| 15-Mar-2002 |
Stig Bakken |
* fix for db3 from ports on freebsd
|