]> granicus.if.org Git - php/commit
Enable and fix printf() format warnings
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Nov 2017 11:29:27 +0000 (12:29 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Nov 2017 20:15:36 +0000 (21:15 +0100)
commit26f8fc833b9668a8b8e14ecd7d94930146019adb
treebd94fe2e87a8f1da483d7644b1d3a3f0091e1637
parentb8a4225a5f9d2bbe7aeb4cabce659bc903f162f6
Enable and fix printf() format warnings

Add _unchecked() variants of zend_spprintf and zend_strpprintf for
cases where we specifically want to disable these checks, such as
use of %H.
20 files changed:
Zend/zend.c
Zend/zend.h
Zend/zend_execute.c
Zend/zend_operators.c
Zend/zend_portability.h
ext/intl/calendar/calendar_methods.cpp
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/mysqlnd_connection.c
ext/opcache/ZendAccelerator.c
ext/openssl/xp_ssl.c
ext/pcre/php_pcre.c
ext/pdo/pdo_stmt.c
ext/pgsql/pgsql.c
ext/phar/dirstream.c
ext/phar/phar_object.c
ext/standard/exec.c
ext/standard/ftp_fopen_wrapper.c
ext/zip/php_zip.c
main/streams/userspace.c
sapi/phpdbg/phpdbg_out.h