Files
linamh/net-fs/ncpfs/files/ncpfs-2.2.6-php5x.patch
2026-04-20 00:08:32 +02:00

12 lines
400 B
Diff

--- ncpfs-2.2.6/contrib/php/php_auth_nds.c.orig 2014-07-10 21:08:33.943715018 +0200
+++ ncpfs-2.2.6/contrib/php/php_auth_nds.c 2014-07-10 22:19:01.596870933 +0200
@@ -1100,7 +1100,7 @@
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)