PHP7 will deprecate PHP4 Style constructors https://wiki.php.net/rfc/remove_php4_constructors. We need to convert them.
Below is the warning I received:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; views_display has a deprecated constructor in /srv/www/public_html/sites/all/modules/views/includes/view.inc on line 2553
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; views_many_to_one_helper has a deprecated constructor in /srv/www/public_html/sites/all/modules/views/includes/handlers.inc on line 753
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Deprecating-PHP4-Style-Constructors-2579819-2.patch | 744 bytes | skyredwang |
Comments
Comment #2
skyredwangComment #3
dawehnerIf this is the only problem with using PHP 7, good luck :)