|
cvs: pecl /apc apc_sma.c: msg#00262php.pecl.cvs
fmk Fri Jul 29 16:48:41 2005 EDT Modified files: /pecl/apc apc_sma.c Log: Fix ZTS build on Win32 http://cvs.php.net/diff.php/pecl/apc/apc_sma.c?r1=1.28&r2=1.29&ty=u Index: pecl/apc/apc_sma.c diff -u pecl/apc/apc_sma.c:1.28 pecl/apc/apc_sma.c:1.29 --- pecl/apc/apc_sma.c:1.28 Fri Jul 29 04:19:31 2005 +++ pecl/apc/apc_sma.c Fri Jul 29 16:48:39 2005 @@ -26,7 +26,7 @@ */ -/* $Id: apc_sma.c,v 1.28 2005/07/29 08:19:31 rasmus Exp $ */ +/* $Id: apc_sma.c,v 1.29 2005/07/29 20:48:39 fmk Exp $ */ #include "apc_sma.h" #include "apc.h" @@ -373,12 +373,12 @@ void apc_sma_free(void* p) { int i; + TSRMLS_FETCH(); if (p == NULL) { return; } - TSRMLS_FETCH(); assert(sma_initialized); LOCK(sma_lock); |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /http php_http_request_api.h: 00262, Michael Wallner |
|---|---|
| Next by Date: | cvs: pecl /apc apc_fcntl_win32.c: 00262, Frank M. Kromann |
| Previous by Thread: | cvs: pecl /apc apc_sma.ci: 00262, Ilia Alshanetsky |
| Next by Thread: | cvs: pecl /apc apc_cache.c apc_fcntl.c apc_fcntl.h apc_lock.h apc_sma.c: 00262, Rasmus Lerdorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |