Date: Friday, October 22, 2010 @ 04:17:57 Author: pierre Revision: 96550
add db patch Added: php/trunk/db4-test.patch ----------------+ db4-test.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) Added: db4-test.patch =================================================================== --- db4-test.patch (rev 0) +++ db4-test.patch 2010-10-22 08:17:57 UTC (rev 96550) @@ -0,0 +1,11 @@ +--- configure 2010-07-21 12:53:06.000000000 +0200 ++++ configure 2010-10-22 09:21:54.077666560 +0200 +@@ -30742,7 +30742,7 @@ + #include "confdefs.h" + + #include "$THIS_INCLUDE" +-#if DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25) ++#if DB_VERSION_MAJOR == 5 || DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25) + yes + #endif +
