Date: 06/01/98
- Previous message: shane: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday June 1, 1998 @ 0:16
Author: shane
Update of /repository/php3/functions
In directory asf:/tmp/cvs-serv5118/functions
Modified Files:
db.c
Log Message:
use version string from berkly db
Index: php3/functions/db.c
diff -c php3/functions/db.c:1.69 php3/functions/db.c:1.70
*** php3/functions/db.c:1.69 Thu May 21 19:57:27 1998
--- php3/functions/db.c Mon Jun 1 00:16:07 1998
***************
*** 28,34 ****
+----------------------------------------------------------------------+
*/
! /* $Id: db.c,v 1.69 1998/05/21 23:57:27 zeev Exp $ */
#if COMPILE_DL
#include "dl/phpdl.h"
#endif
--- 28,34 ----
+----------------------------------------------------------------------+
*/
! /* $Id: db.c,v 1.70 1998/06/01 04:16:07 shane Exp $ */
#if COMPILE_DL
#include "dl/phpdl.h"
#endif
***************
*** 211,216 ****
--- 211,220 ----
temp1[0]='\0';
temp[0]='\0';
+
+ #ifdef DB_VERSION_STRING /* using sleepycat dbm */
+ strcat(temp,DB_VERSION_STRING);
+ #endif
#if GDBM
sprintf(temp1,"%s",gdbm_version);
- Previous message: shane: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

