php7 support

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Hello.

As you all should know, php7 is out with huge performance improvements. Yetishare 4.2 is not compatible with php7, especially the plugins newsletter and social login. It would be nice if you guys take some time to update it.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Out of interest did you try it? Do you know what kind of errors you were getting? I'll setup a virtual machine with PHP7 on for some testing here.

Thanks,
Adam.
 

skintzel5348

New Member
Jan 1, 1970
13
0
0
im running 4.2 with php7 without newsletter and social login without any problems. Didnt test the plugins yet
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
adam said:
Hi,

Out of interest did you try it? Do you know what kind of errors you were getting? I'll setup a virtual machine with PHP7 on for some testing here.

Thanks,
Adam.
I did a compatibility test that found some things like $this->$key[$k] which will have a different interpretation on php7. It wont result in error, but the execution will be different. This example is from the newsletter plugin.