mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
fix thread safety
This commit is contained in:
parent
577ffcb55e
commit
7d41afeee8
@ -868,7 +868,7 @@ static int Post(LPCSTR msg)
|
||||
//********************************************************************/
|
||||
static int Ack(char **server_response)
|
||||
{
|
||||
static char buf[MAIL_BUFFER_SIZE];
|
||||
ZEND_TLS char buf[MAIL_BUFFER_SIZE];
|
||||
int rlen;
|
||||
int Index = 0;
|
||||
int Received = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user