Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTF
This commit is contained in:
Peter Kokot 2019-02-23 22:29:16 +01:00
commit 20addf88e4
15 changed files with 11 additions and 148 deletions

View file

@ -36,8 +36,7 @@
#include "zend_API.h"
#undef sprintf
#define sprintf php_sprintf
#define php_sprintf sprintf
/* Operating system family definition */
#ifdef PHP_WIN32