Hi,
Just another difference... Before (7.4), just using add_function() in pike_module_init() was enough to make it constant (i.e. visible through indices() and accessible by Module.func()). In 7.5, however, it is not the case - so anything that is added with add_function() is not visible (and not accessible). Is it right - so add_function_constant() should be used (I just want to make minimum changes to existing modules, while migrating to 7.5). Regards, /Al