From 238ee100777f7595ac4f9394efd1fed42e13e500 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 28 Apr 2026 21:15:10 +0200 Subject: [PATCH] Apply patch: ncpfs-2.2.6-php5x.patch --- contrib/php/php_auth_nds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/php/php_auth_nds.c b/contrib/php/php_auth_nds.c index bfc6408..7e79108 100644 --- a/contrib/php/php_auth_nds.c +++ b/contrib/php/php_auth_nds.c @@ -1100,7 +1100,7 @@ PHP_MINFO_FUNCTION(auth_nds) php_info_print_table_end(); } -function_entry auth_nds_functions[] = { +static zend_function_entry auth_nds_functions[] = { PHP_FE(auth_bindery, NULL) PHP_FE(auth_nds, NULL) PHP_FE(auth_tree, NULL)