From: Marcus Boerger Date: Thu, 5 Dec 2002 20:39:43 +0000 (+0000) Subject: fix ZTS build X-Git-Tag: RELEASE_1_0b3~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a045280611bf70d212093a7535d763ccee7ef9b;p=php fix ZTS build --- diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index 0853a6b7a8..98f4b7760a 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -124,7 +124,7 @@ static ps_sd *ps_sd_new(ps_mm *data, const char *key) sd = mm_malloc(data->mm, sizeof(ps_sd) + keylen); if (!sd) { - TSRMlS_FETCH(); + TSRMLS_FETCH(); php_error_docref(NULL TSRMLS_CC, E_WARNING, "mm_malloc failed, avail %d, err %s", mm_available(data->mm), mm_error()); return NULL;