]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorMarcus Boerger <helly@php.net>
Thu, 5 Dec 2002 20:39:43 +0000 (20:39 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 5 Dec 2002 20:39:43 +0000 (20:39 +0000)
ext/session/mod_mm.c

index 0853a6b7a8c2be91e7af6bafecc12e6721394dbe..98f4b7760a49a4ceaf8544ecb85816d57e6026ee 100644 (file)
@@ -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;