X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_api.c;h=27986373b2f328895cd22ecb7c5c933e0506b2b3;hb=3706c9ddb362d54d409506010952a0129e78e5e9;hp=04e012133e8d94ace630d136b7c0e6908c201dcb;hpb=64de794f91af7565602a1183c5ed3fda2de99f35;p=m6w6%2Fext-http diff --git a/http_api.c b/http_api.c index 04e0121..2798637 100644 --- a/http_api.c +++ b/http_api.c @@ -211,6 +211,8 @@ void _http_log_ex(char *file, const char *ident, const char *message TSRMLS_DC) struct tm nowtm; char datetime[128]; + HTTP_CHECK_OPEN_BASEDIR(file, return); + time(&now); strftime(datetime, sizeof(datetime), "%Y-%m-%d %H:%M:%S", php_localtime_r(&now, &nowtm));