--- embedaddon/php/sapi/embed/php_embed.c 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/sapi/embed/php_embed.c 2012/05/29 12:34:35 1.1.1.2 @@ -15,7 +15,7 @@ | Author: Edin Kadribasic | +----------------------------------------------------------------------+ */ -/* $Id: php_embed.c,v 1.1.1.1 2012/02/21 23:48:06 misho Exp $ */ +/* $Id: php_embed.c,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */ #include "php_embed.h" #include "ext/standard/php_standard.h" @@ -90,7 +90,7 @@ static void php_embed_send_header(sapi_header_struct * { } -static void php_embed_log_message(char *message) +static void php_embed_log_message(char *message TSRMLS_DC) { fprintf (stderr, "%s\n", message); }