1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext
Michael Orlitzky 38b68fc042 ext/dba/config.m4: Autodetect Berkeley DB v5.3.
When the user passes --with-db4=DIR to ./configure, the directory DIR
is searched for a number of paths in order of preference. These paths
contain possible locations for Berkeley DB (BDB) to be installed, and
since PHP only supports BDB-4.x and BDB-5.x, it's important that (for
example) version 5.1 be autodetected before falling back to
/usr/include/db.h which can point to BDB-6.x.

The newer BDB-5.3 works with PHP, and if only BDB-5.3 is installed on
the user's system, the current ./configure script is fine. However, if
both BDB-5.3 and BDB-6.0 are installed, version 5.3 is not
autodetected, causing BDB-6.0 to be used. The ./configure step then fails.

This commit adds autodetection for BDB-5.3, and fixes a bug reported
on Gentoo at https://bugs.gentoo.org/show_bug.cgi?id=564824.
2015-12-09 11:20:36 +01:00
..
2015-04-14 01:05:01 -07:00
2015-10-04 05:45:05 -04:00
2015-06-04 18:27:08 +02:00
2015-09-01 12:06:41 -07:00
2015-05-31 17:30:29 -07:00
2015-11-20 15:36:13 +08:00
2015-09-01 12:24:14 -07:00
2015-08-21 15:13:39 +02:00
2015-10-19 22:47:23 +02:00
2015-11-15 19:06:09 +00:00
2015-03-16 08:32:39 +01:00
2015-03-08 23:40:56 -07:00
2015-10-03 10:12:11 +02:00
2015-11-17 20:12:50 +08:00
2015-11-16 12:38:25 +01:00
2015-05-12 14:26:06 -07:00
2015-09-01 12:51:48 -07:00
2015-10-18 17:06:54 -07:00
2015-10-18 11:14:30 +02:00
2015-08-23 17:27:53 +02:00
2015-06-09 09:18:54 +02:00
2015-09-30 13:19:18 +02:00
2015-12-09 11:18:25 +01:00
2015-08-01 23:52:35 +02:00
2015-06-25 19:12:26 +02:00
2015-09-09 04:27:28 +02:00
2015-09-01 11:42:19 -07:00
2015-09-07 13:52:28 +02:00
2015-04-14 01:05:01 -07:00