This topic is locked

how to find the phpr version's number

9/12/2012 3:46:02 AM
PHPRunner General questions
K
kjp author

how to find the phprbuilt version's number on a site "online"
Bonjour,
I used a short version of a project to display a search results in an iframe (on a drupal site)

I am unable to remember what was the phpr's number of the online deployement...

Is there a way (with some dll'properties or other) to find it?
Thanks by advance

Kjp

Sergey Kornilov admin 9/12/2012

You can only see this in the project file (.phpr)

<?xml version="1.0"?>

<project app="PHPRunner" version="5.3" build="7474">

...