Summary: | net-mgmt/nagvis patch for php7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Palle Girgensohn <girgen> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | derfi | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(derfi) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
OK to commit? committed after maintainer timeout (1 mounth) A commit references this bug: Author: girgen Date: Tue Jan 23 10:25:03 UTC 2018 New revision: 459737 URL: https://svnweb.freebsd.org/changeset/ports/459737 Log: Fix runtime problems with some constructs deprecated by php7 - functions cannot use the same parameter name multiple times, even if they are unused - constructors are now alwatys named __construct PR: 224510 (Maintainer timeout) Changes: head/net-mgmt/nagvis/Makefile head/net-mgmt/nagvis/files/patch-share_server_core_classes_objects_NagVisService.php head/net-mgmt/nagvis/files/patch-share_server_core_ext_php_gettext.php |
Created attachment 189020 [details] nagvis support for php7 PHP 7 gives these warnings: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor in .../streams.php on line 48 ...