This topic is locked

Identify PHPRunner version from within php

7/17/2020 11:45:47 AM
PHPRunner General questions
A
aalekizoglou author

Is there a constant to identify the PHPR version from within PHP code?
What I want to do is build the same code with two different version of PHPR and have different execution path.

Sergey Kornilov admin 7/17/2020

Version - no, but build number - yes.
Check include/appsettings.php file.

$wizardBuildKey = "35096";