Hi Wolfgang, On Mi 11 Jan 2017 16:47:51 CET, Wolfgang Schweer wrote:
Package: gosa-plugin-netgroups Version: 0.1~svn652-4 Severity: normal User: [email protected] User-tags: debian-edu Hi, while testing Debian Edu stretch another PHP7 issue (constructor name) showed up. Please note that for some reason replacing the function name with '__constructor' doesn't work in this case. This patch seems to fix it: --- a/tabs_netgroup.inc 2017-01-11 16:20:32.203632303 +0100 +++ b/tabs_netgroup.inc 2017-01-11 16:13:58.399201779 +0100 @@ -23,7 +23,7 @@ class netgrouptabs extends tabs {- function netgrouptabs($config, $data, $dn, $cat = "", $hide_refs = FALSE, $hide_acls = FALSE) { + function __netgrouptabs($config, $data, $dn, $cat = "", $hide_refs = FALSE, $hide_acls = FALSE) { tabs::__plugin($config, $data, $dn, "netgroups", $hide_refs, $hide_acls);$this->addSpecialTabs(); } Please test. Wolfgang
Sorry, I doubt this, but are you sure about this? Can you second it with some official PHP7 porting document or such?
Thanks+Greets, Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: [email protected], http://das-netzwerkteam.de
pgp7eBkYCx2SS.pgp
Description: Digitale PGP-Signatur

