|
From: Paul L. <pa...@sq...> - 2026-07-16 18:44:49
|
On Thu, July 16, 2026 5:27 pm, timothylegg wrote: > Hello, > > I have a completely separate issue, but before addressing that, I read the > documentation section 12.2 "Needed details" first and it was then that I > realized I am not certain which version I am running and I couldn't find > any direct way of locating the version. I'm running PHP 8.3.6. Is there > a > PHP script for determining the version? Oh yes, I did run > ./src/configtest.php and I got "Disallowed" so that was useless. Open that file and the first two lines should be: <?php echo "Disallowed"; die; Change the second line so it starts with two forward slashes: // echo "Disallowed"; die; Then access it from a web browser. Otherwise, you would need to look in src/strings.php, but configtest gives a lot of other useful information. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php |