mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #20256 (snprintf() not defined)
This commit is contained in:
parent
79a3618b36
commit
411478e1f6
4 changed files with 5 additions and 5 deletions
|
@ -218,7 +218,7 @@ char *strerror(int);
|
|||
#define LONG_MIN (- LONG_MAX - 1)
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || defined(BROKEN_SPRINTF) || defined(BROKEN_SNPRINTF) || defined(BROKEN_VSNPRINTF)
|
||||
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || PHP_BROKEN_SPRINTF || PHP_BROKEN_SNPRINTF || PHP_BROKEN_VSNPRINTF
|
||||
#include "snprintf.h"
|
||||
#endif
|
||||
#include "spprintf.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue