php / pecl-networking-ssh2

Bindings for the libssh2 library
http://pecl.php.net/package/ssh2
Other
51 stars 58 forks source link

End zend_function_entry ssh2_functions list with PHP_FE_END #67

Closed mrngm closed 1 year ago

mrngm commented 1 year ago

This prevents a compile-time warning about missing field initializations. It's also consistent with the use of PHP_FE (internally alias of ZEND_FE)