bradymiller wrote on Friday, June 03, 2016:
Hi,
For any developers whom are working in php7 and want straightforward bug fixes to work on, here are a couple warnings/deprecated php7 issues that I noted when I was testing the forms:
[03-Jun-2016 03:44:22 America/Los_Angeles] PHP Warning: Declaration of C_FormVitals::default_action($form_id) should be compatible with Controller::default_action() in /var/www/openemr/interface/forms/vitals/C_FormVitals.class.php on line 8
[03-Jun-2016 03:46:21 America/Los_Angeles] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FormPainMap has a deprecated constructor in /var/www/openemr/interface/forms/painmap/FormPainMap.php on line 21
[03-Jun-2016 03:46:21 America/Los_Angeles] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AbstractClickmapModel has a deprecated constructor in /var/www/openemr/interface/clickmap/AbstractClickmapModel.php on line 31
[03-Jun-2016 03:46:45 America/Los_Angeles] PHP Warning: API violation: set function called with empty or non numeric string. in /var/www/openemr/interface/clickmap/AbstractClickmapModel.php on line 157
[03-Jun-2016 03:47:13 America/Los_Angeles] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FormPriorAuth has a deprecated constructor in /var/www/openemr/interface/forms/prior_auth/FormPriorAuth.class.php on line 11
-brady
OpenEMR