1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- MFH: Fixed warnings

This commit is contained in:
Derick Rethans
2009-05-04 19:55:42 +00:00
parent a07b780bc6
commit 4ece5a103e

View File

@@ -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
@@ -473,7 +474,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. */