Page 1 of 1

[BUGS] XAMPP 5.6.8-0 & 5.5.24-0 issues

PostPosted: 22. April 2015 20:07
by Altrea
In this thread we collect all information about issues with XAMPP for Windows 5.6.8-0 & 5.5.24-0
To report a bug simply create a new forum thread

XAMPP 5.6.8-0

confirmed

acknowledged

    XAMPP 5.5.24-0

    confirmed

    acknowledged

      Security page with italian location white screen of death

      PostPosted: 22. April 2015 20:10
      by Altrea
      Bug Report

      The security page (http://localhost/security/index.php) cannot be displayed with italian localization. It produces a white screen of death.
      Reason for this is that the language is not mentioned in the listing of the allowed languages in the file \xampp\security\htdocs\lang.php


      Reproducible Testcase

      change the language to Italiano and click on the Link with the name "Sicurezz"


      Affected XAMPP versions
      definitely since XAMPP 1.8.2-4 / 1.8.3-3, maybe even earlier.
      (XAMPP 1.8.0 was correct in its behavior)


      Solution

      There is a language "sl" in the listing which never gets used, so the recommend way is to replace sl with it:
      • Open in your editor the file \xampp\security\htdocs\lang.php
      • Search for the following line
        Code: Select all
           if (($lang == "de") || ($lang == "en") || ($lang == "es") || ($lang == "fr") || ($lang == "jp") || ($lang == "nl") || ($lang == "no") || ($lang == "pl") || ($lang == "pt") || ($lang == "pt_br") || ($lang == "sl") || ($lang == "zh")) {
      • change this line to
        Code: Select all
           if (($lang == "de") || ($lang == "en") || ($lang == "es") || ($lang == "fr") || ($lang == "jp") || ($lang == "nl") || ($lang == "no") || ($lang == "pl") || ($lang == "pt") || ($lang == "pt_br") || ($lang == "it") || ($lang == "zh")) {
      • save the file

      OpenSSL 1.0.1l included NOT 1.0.1m

      PostPosted: 22. April 2015 20:50
      by Altrea
      Bug Report

      XAMPPs Apache includes the binaries of OpenSSL 1.0.1l, NOT OpenSSL 1.0.1m as described in the Announcements.
      The openssl.exe included in \xampp\php\extras\openssl\ is even older (don't know if this is used anywhere)


      Reproducible Testcase

      Start Apache and read out the version information in the phpinfo() page.


      Affected XAMPP versions

      At least the .zip Versions of XAMPP 5.6.8 and 5.5.24. Other versions not checked (yet)


      Solution


      phpMyAdmin v4.3.11 included NOT v4.4.3

      PostPosted: 26. April 2015 20:51
      by Altrea
      Bug Report

      XAMPPs includes the phpMyAdmin version 4.3.11 NOT version 4.4.3 as described in the Announcements.


      Reproducible Testcase

      Start Apache and MySQL, access http://localhost/phpmyadmin and read out the version information.


      Affected XAMPP versions

      At least the .zip Versions of XAMPP 5.6.8 and 5.5.24. Other versions not checked (yet)


      Solution

      Download and install the current phpMyAdmin version from http://www.phpmyadmin.net/home_page/downloads.php