]> granicus.if.org Git - php/commit
Eliminate usages of _PP macros
authorNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 22:13:50 +0000 (23:13 +0100)
committerNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 22:20:12 +0000 (23:20 +0100)
commit5602f6421372848a6fbb23fbe6bbca47d94dd49a
tree6ac033d376ecbb817b71895dfa92b96fc351c73e
parent3240dd93b3f8a92ae587df20d7e07d436d0be2a9
Eliminate usages of _PP macros

These are either in debug code (fix them), commented out (drop
them) or in dead compatibility macros (drop them).

One usage was in php_stream_get_from_zval(), which we have not used
since at least PHP 5.2 and, judging from the fact that nobody
complained about it causing compile errors in PHP 7, nobody else
uses it either, so drop it.

There are still remaining uses in mysqli embedded and odbc birdstep.
These probably need to be dropped outright.
ext/dba/php_dba.h
ext/exif/exif.c
ext/mysqlnd/mysqlnd_priv.h
ext/readline/readline.c
ext/soap/php_http.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_streams.h
sapi/phpdbg/phpdbg_wait.c