1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/win32/build
Peter Kokot ef12e96215 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
2018-08-29 21:31:55 +02:00
..
2018-08-29 21:31:55 +02:00
2018-08-03 14:11:18 +02:00
2017-03-07 01:29:45 +01:00
2017-04-28 13:41:58 +02:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2017-08-08 19:37:55 +02:00
2018-08-23 21:27:43 +02:00
2017-08-18 11:54:56 +02:00
2018-07-27 16:27:41 +02:00