]> granicus.if.org Git - php/commit
Use zend_empty_array
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 26 Nov 2018 14:26:48 +0000 (15:26 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 26 Nov 2018 14:33:58 +0000 (15:33 +0100)
commit07d6dfbfe40848173ab2136d9c9eba862dc9fca0
tree209ac8dff784ec7fa6314006e389be5418dabd0f
parent070f6838db12ec628738e61cd7df2575eb17b0a9
Use zend_empty_array

No need to define our own `com_dotnet_object_properties` as empty hash,
since we can use `zend_empty_array` instead as of PHP 7.3.0.

Cf. <https://github.com/php/php-src/pull/3672#issuecomment-440467704>.
ext/com_dotnet/com_extension.c
ext/com_dotnet/com_handlers.c
ext/com_dotnet/php_com_dotnet_internal.h