1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/ftp: Use STANDARD_MODULE_HEADER instead of STANDARD_MODULE_HEADER_EX (#21088)

This commit is contained in:
Arshid
2026-01-30 14:35:43 +05:30
committed by GitHub
parent df1a90eadc
commit 9580d47898

View File

@@ -40,9 +40,7 @@ static zend_class_entry *php_ftp_ce = NULL;
static zend_object_handlers ftp_object_handlers;
zend_module_entry php_ftp_module_entry = {
STANDARD_MODULE_HEADER_EX,
NULL,
NULL,
STANDARD_MODULE_HEADER,
"ftp",
ext_functions,
PHP_MINIT(ftp),