Date: 05/30/98
- Next message: brian <email protected>: "[PHP-DEV] Bug #420: Compile failure on FreeBSD (fudged headers)"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/os/nt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Saturday May 30, 1998 @ 17:26
Author: shane
Update of /repository/php31/os/nt
In directory asf:/tmp/cvs-serv10163/os/nt
Modified Files:
config.w32.h
Log Message:
Fix a memory issue in debugger.c and in php3_printf that caused some memory to be
freed in shutdown_memory_manager, then a crash when it couldnt print because there
is no request structure id yet.
Index: php31/os/nt/config.w32.h
diff -c php31/os/nt/config.w32.h:1.3 php31/os/nt/config.w32.h:1.4
*** php31/os/nt/config.w32.h:1.3 Sat May 30 16:50:15 1998
--- php31/os/nt/config.w32.h Sat May 30 17:26:49 1998
***************
*** 62,69 ****
--- 62,71 ----
/* Define if you have the gd library (-lgd). */
#define HAVE_LIBGD 1
#define HAVE_LIBGD13 1
+ #define HAVE_UODBC 1
#else
+ #define HAVE_UODBC 0
#define HAVE_SNMP 0
#define HAVE_MYSQL 0
# define HAVE_ERRMSG_H 1 /*needed for mysql 3.21.17 and up*/
***************
*** 126,133 ****
#define DISCARD_PATH 1
#define HAVE_SETITIMER 0
- #define HAVE_IODBC 0 /*getting rid of old odbc*/
- #define HAVE_UODBC 0
#define HAVE_LIBDL 1
#define HAVE_SENDMAIL 1
#define HAVE_GETTIMEOFDAY 1
--- 128,133 ----
- Next message: brian <email protected>: "[PHP-DEV] Bug #420: Compile failure on FreeBSD (fudged headers)"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/os/nt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

