fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 61 forks source link

PHP7 and constructor conflicts #290

Open vijaysar opened 7 years ago

vijaysar commented 7 years ago

Hello Developers, As I understand php7 complains about all the class constructors in Z-push-contrib.

"Methods with the same name as their class will not be constructors in a future version of PHP"

any thoughts on getting these migrated so future PHP will be supported?

Thanks Vijay

polytan02 commented 7 years ago

To my best knowledge, the "original" sources are PHP7 compliant. http://z-push.org/

It is a bit of a shame that both set of sources drift apart so much as they both have nice features....