[PHP-DEV] CVS update: php3 From: jim (php-dev <email protected>)
Date: 05/30/98

Date: Saturday May 30, 1998 @ 18:06
Author: jim

Update of /repository/php3
In directory asf:/tmp/cvs-serv12090

Modified Files:
        config.w32.h
Log Message:
Don't get anyone's hopes up.

Index: php3/config.w32.h
diff -c php3/config.w32.h:1.66 php3/config.w32.h:1.67
*** php3/config.w32.h:1.66 Mon May 25 15:05:58 1998
--- php3/config.w32.h Sat May 30 18:06:28 1998
***************
*** 18,32 ****
  /* this disables "<?expression?>" and "<?=expression?>" */
  #define DEFAULT_SHORT_OPEN_TAG 1
  
- /* NOTE Logging may be removed from PHP. Consult the PHP DEV list*/
- /* Define if you want to allow logging to a db file or sql database */
- #define LOGGING 0
-
- /* Define if you want the logging to go to ndbm/gdbm/flatfile */
- #define LOG_DBM 0
- #define LOG_DBM_DIR "."
- #define LOG_SQL 0
-
  #define PHP_TRACK_VARS 1
  
  /* ----------------------------------------------------------------
--- 18,23 ----