@ -34,7 +34,7 @@
#define MEMORY_LIMIT 0
/* Define if you have broken sprintf function like SunOS 4 */
#define BROKEN_SPRINTF 0
#define ZEND_BROKEN_SPRINTF 0
/* Define to compile Zend thread safe */
#undef ZTS
@ -26,7 +26,7 @@
# include <stdarg.h>
#endif
#if BROKEN_SPRINTF
#if ZEND_BROKEN_SPRINTF
int zend_sprintf(char *buffer, const char *format, ...)
{
va_list args;