[PHP-DEV] CVS update: php3 From: andi (php-dev <email protected>)
Date: 11/21/98

Date: Saturday November 21, 1998 @ 15:29
Author: andi

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

Modified Files:
        main.c
Log Message:
SYLOG_H -> SYSLOG_H

Index: php3/main.c
diff -c php3/main.c:1.478 php3/main.c:1.479
*** php3/main.c:1.478 Mon Oct 26 00:31:32 1998
--- php3/main.c Sat Nov 21 15:29:45 1998
***************
*** 29,35 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 1.478 1998/10/26 05:31:32 zeev Exp $ */
  
  /* #define CRASH_DETECTION */
  
--- 29,35 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 1.479 1998/11/21 20:29:45 andi Exp $ */
  
  /* #define CRASH_DETECTION */
  
***************
*** 200,206 ****
  
          /* Try to use the specified logging location. */
          if (php3_ini.error_log != NULL) {
! #if HAVE_SYLOG_H
                  if (strcmp(php3_ini.error_log, "syslog")) {
                          syslog(LOG_NOTICE, log_message);
                          return;
--- 200,206 ----
  
          /* Try to use the specified logging location. */
          if (php3_ini.error_log != NULL) {
! #if HAVE_SYSLOG_H
                  if (strcmp(php3_ini.error_log, "syslog")) {
                          syslog(LOG_NOTICE, log_message);
                          return;
***************
*** 213,219 ****
                                  fclose(log_file);
                                  return;
                          }
! #if HAVE_SYLOG_H
                  }
  #endif
          }
--- 213,219 ----
                                  fclose(log_file);
                                  return;
                          }
! #if HAVE_SYSLOG_H
                  }
  #endif
          }

--
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>