]> granicus.if.org Git - php/commit
Move va_copy compatibility code into zend_portability.h
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 15:00:26 +0000 (17:00 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 25 Jun 2017 15:00:26 +0000 (17:00 +0200)
commit205807f60ed3e76b318bbd398e51b764c7e2317d
tree6d4949d05378e616692244720be02650c48f7e99
parent6dd2eaf45c676eb6c133b5f926334e12ef73f664
Move va_copy compatibility code into zend_portability.h

Previously this was defined in zend.c and php.h and also handled
in another way in soap.c.
Zend/zend.c
Zend/zend_portability.h
ext/soap/soap.c
main/php.h