This topic is locked

PHPRunner v9.0 and PHP7

9/6/2016 4:47:07 AM
PHPRunner General questions
J
jroselarsen author

Hi.

I've just converted a project from 8.1 to 9.0.

As I understand it 9.0 has full support for PHP7??

I've set up a test environment, since my hosting provider is soon changing to PHP7.

I've used XAMPP for testing.
When accessing the webpage I get the following error:

Error type 8192

Error explanation: Methods with the same name as their class will not be constructors in a future version of PHP; RunnerCiphererAES has a deprecated constructor

URL localhost/Nettilmelding/deltagere_list.php?

File C:\xampp7\htdocs\Nettilmelding\include\ciphereraes.php

Error in Line 2
Is there a way to avoid this error ???
The webpage works perfectly with PHP 5.6.

J
jroselarsen author 9/7/2016

Just changed the function name to RunnerCiphererAES1 two places in the generated PHP code.

And now it seems to work.

Is this a correction to 9,0 ?? (Sergei?)



Hi.

I've just converted a project from 8.1 to 9.0.

As I understand it 9.0 has full support for PHP7??

I've set up a test environment, since my hosting provider is soon changing to PHP7.

I've used XAMPP for testing.
When accessing the webpage I get the following error:

Error type 8192

Error explanation: Methods with the same name as their class will not be constructors in a future version of PHP; RunnerCiphererAES has a deprecated constructor

URL localhost/Nettilmelding/deltagere_list.php?

File C:\xampp7\htdocs\Nettilmelding\include\ciphereraes.php

Error in Line 2
Is there a way to avoid this error ???
The webpage works perfectly with PHP 5.6.