Browse Source

- MFH: Fixed warnings

experimental/5.3-FPM
Derick Rethans 17 years ago
parent
commit
53bb83ab8c
  1. 2
      main/main.c

2
main/main.c

@ -59,6 +59,7 @@
#include "fopen_wrappers.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/php_string.h"
#include "ext/date/php_date.h"
#include "php_variables.h"
#include "ext/standard/credits.h"
#ifdef PHP_WIN32
@ -520,7 +521,6 @@ static int module_shutdown = 0;
PHPAPI void php_log_err(char *log_message TSRMLS_DC)
{
int fd = -1;
struct tm tmbuf;
time_t error_time;
/* Try to use the specified logging location. */

Loading…
Cancel
Save