mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Define macros only, if one of the locking _r functions is used
This commit is contained in:
parent
6d97609a31
commit
1f9a496601
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ enum {
|
||||||
NUMBER_OF_LOCKS
|
NUMBER_OF_LOCKS
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(ZTS)
|
#if defined(PHP_NEED_REENTRANCY)
|
||||||
|
|
||||||
#include <TSRM.h>
|
#include <TSRM.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue