]> granicus.if.org Git - php/commit
Remove AC_FUNC_VPRINTF
authorPeter Kokot <peterkokot@gmail.com>
Wed, 29 Aug 2018 03:02:37 +0000 (05:02 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Wed, 29 Aug 2018 19:31:55 +0000 (21:31 +0200)
commitef12e9621517ba33f11c6983c607fae56cefc54a
tree396552b19916a610b8983872a81edfbc762e5274
parentcbc785dc8c89a5ff085909e555d677d4d8d7c9a1
Remove AC_FUNC_VPRINTF

Autoconf 2.59d (released in 2006) 1 started promoting several macros
as not relevant for newer systems anymore, including the AC_FUNC_VPRINTF.

This macro checks for presence of the vprint function otherwise checks
for presence of the _doprnt function. This check was relevant on very
old systems and today can be omitted since it should be well supported
by now. [2]

Also PHP doesn't use the HAVE_VPRINTF or HAVE_DOPRNT symbols.

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
UPGRADING.INTERNALS
Zend/Zend.m4
configure.ac
win32/build/config.w32.h.in