Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT |
|
#
323eedd1 |
| 21-May-2003 |
Marcus Boerger |
Fix build |
#
80aa82e2 |
| 18-May-2003 |
Marcus Boerger |
Enable bundled submodules when enabling module |
Revision tags: php-4.3.2RC3, RELEASE_0_9b |
|
#
7ddb7f15 |
| 14-May-2003 |
Marcus Boerger |
Enable db<n> builds configured with --with-uniquename |
#
8dffa026 |
| 13-May-2003 |
Marcus Boerger |
Fix this test |
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
1879b27f |
| 01-Apr-2003 |
Sascha Schumann |
fix VPATH builds |
Revision tags: php-4.3.2RC1 |
|
#
8ab1924c |
| 22-Feb-2003 |
Marcus Boerger |
@Added dba handler inifiles to support ini files. (Marcus) |
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. |