[PHP-DEV] CVS update: php31/os/nt From: shane (php-dev <email protected>)
Date: 08/27/98

Date: Thursday August 27, 1998 @ 16:55
Author: shane

Update of /repository/php31/os/nt
In directory asf:/u2/tmp/cvs-serv1720/os/nt

Modified Files:
        config.w32.h
Log Message:
Various fixes
ldap now works with 3.1
moved dl close in request shutdown because it errored out if a loaded module
used a list.
moved module defines into msvc project files rather thwn config.w32.h

Index: php31/os/nt/config.w32.h
diff -c php31/os/nt/config.w32.h:2.1 php31/os/nt/config.w32.h:2.2
*** php31/os/nt/config.w32.h:2.1 Fri Jul 17 13:23:15 1998
--- php31/os/nt/config.w32.h Thu Aug 27 16:55:48 1998
***************
*** 44,50 ****
     external libraries to compile. These will be removed from
     here in a future beta, as these modules will be moved out to dll's
     ---------------------------------------------------------------*/
! #if defined(COMPILE_DL)
  /* Define if you an ndbm compatible library (-ldbm). */
  #define NDBM 1
  #define GDBM 0
--- 44,50 ----
     external libraries to compile. These will be removed from
     here in a future beta, as these modules will be moved out to dll's
     ---------------------------------------------------------------*/
! #if 0 /*moving this to the make files*/
  /* Define if you an ndbm compatible library (-ldbm). */
  #define NDBM 1
  #define GDBM 0
***************
*** 53,61 ****
  #define BSD2 1
  /* Define if you have the gdbm library (-lgdbm). */
  /* #undef GDBM */
- #define HAVE_LDAP 1
- /* Define if you have Netscapes LDAP sdk v1.1 */
- #define HAVE_NSLDAP 1
  #define HAVE_SNMP 1
  #define HAVE_CRYPT 1
  #define HAVE_ORACLE 1
--- 53,58 ----
***************
*** 71,93 ****
  #define HAVE_LIBGD 1
  #define HAVE_LIBGD13 1
  
! #else
! #define HAVE_SNMP 0
! #define HAVE_MYSQL 0
! # define HAVE_ERRMSG_H 1 /*needed for mysql 3.21.17 and up*/
! #define HAVE_LDAP 0
! #define DBASE 0
! #define NDBM 0
! #define GDBM 0
! #define BSD2 0
! #define HAVE_CRYPT 0
! #define HAVE_ORACLE 0
! #define HAVE_MSQL 0
! #define HAVE_PGSQL 0
! #define HAVE_SYBASE 0
! #define HAVE_LIBGD 0
! #define HAVE_FILEPRO 0
! #define HAVE_ZLIB 0
  #endif
  /* ----------------------------------------------------------------
     The following may or may not be (or need to be) ported to the
--- 68,74 ----
  #define HAVE_LIBGD 1
  #define HAVE_LIBGD13 1
  
!
  #endif
  /* ----------------------------------------------------------------
     The following may or may not be (or need to be) ported to the

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>