Posts by Speddy

    which version of add-on have you installed I do not know this problem.

    Moin Rexikon


    Please try to connect to mysql server via console and then deactivate the plugin

    Ah, sorry, got your change in php_compiler.pl now, but I'm getting errors, when I try to compile 7.4.6 ...

    Just edit /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl accordingly



    update



    for APCu


    5.1.19 - Fixed apcu_store() with integer keys (#388).

    - Made apc.use_request_time=0 the default (#391).

    - Made apcu compatible with PHP 8.0.

    phpMyAdmin 4.9.7 and 5.0.4 are released

    2020-10-15

    Welcome to the release of phpMyAdmin version 4.9.7 and 5.0.4. These are bug fix releases to address packaging problems with 4.9.6 and 5.0.3. Version 5.0.3 includes a few other minor bugs as well.

    Fixed in both:

    • Two factor authentication was broken
    • Incompatibilities with older PHP versions.

    Additional fixes in 5.0.3:

    • Fix for cleared search values when a Zoom search fails
    • Fix a PHP error when reporting a certain JavaScript error
    • Fixed latitude and longitude swap for geometries in edit mode
    • Fix CREATE TABLE not being tracked when auto tracking is enabled

    Sorry for the inconvenience.

    This is expected to be the last release of 5.0, we have scheduled 5.1.0 as the next phpMyAdmin release.

    This is a reminder that phpMyAdmin 4.9 is in the long-term support phase where it will only get important security fixes and critical bug fixes. Users are suggested to migrate to version 5.

    Downloads are available now at https://phpmyadmin.net/downloads/

    For the phpMyAdmin team, Isaac



    Unbenannt.PNG

    16 Oct 2020

    PHP 8.0.0 Release Candidate 2 available for testing

    The PHP team is pleased to announce the ninth testing release of PHP 8.0.0, Release Candidate 2.

    At this time, we're not planning to adjust the GA date, however this may change during the course of the RC cycle. The updated release schedule can, as always, be found on the PHP Wiki page about the PHP 8.0.

    For source downloads of PHP 8.0.0 Release Candidate 2 please visit the download page.

    Please carefully test this version and report any issues found in the bug reporting system.

    Please DO NOT use this version in production, it is an early test version.

    For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

    The next release will be the Release Candidate 3, planned for Oct 29 2020.

    The signatures for the release can be found in the manifest or on the QA site.

    Thank you for helping us make PHP better.

    16 Oct 2020

    PHP 8.0.0 Release Candidate 2 available for testing

    The PHP team is pleased to announce the ninth testing release of PHP 8.0.0, Release Candidate 2.

    At this time, we're not planning to adjust the GA date, however this may change during the course of the RC cycle. The updated release schedule can, as always, be found on the PHP Wiki page about the PHP 8.0.

    For source downloads of PHP 8.0.0 Release Candidate 2 please visit the download page.

    Please carefully test this version and report any issues found in the bug reporting system.

    Please DO NOT use this version in production, it is an early test version.

    For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

    The next release will be the Release Candidate 3, planned for Oct 29 2020.

    The signatures for the release can be found in the manifest or on the QA site.

    Thank you for helping us make PHP better.

    Hi? How can i install the roundcube plugins? The responder is not active.

    Hi Bulli


    I'll see what I can do.



    phpMyAdmin 4.9.6 and 5.0.3 are released

    2020-10-10

    Hello,

    The phpMyAdmin team announces the release of both phpMyAdmin versions 4.9.6 and 5.0.3.

    Both versions contain several important security fixes:

    • PMASA-2020-5 XSS vulnerability with transformation feature
    • PMASA-2020-6 SQL injection vulnerability with the search feature

    In addition, 5.0.3 contains many bugfixes. Some of the highlights include:

    • Fix an error message about htmlspecialchars() when attempting to export XML
    • Support double tapping to edit on mobile
    • Fix the error message "Use of undefined constant MYSQLI_TYPE_JSON" when using mysqlnd
    • Fix fatal JS error on index creation after using Enter key to submit the form
    • Fix "axis-order" to swap latitude and longitude on MySQL 8.1 or newer
    • Fix an error when overwriting an existing query bookmark
    • Fix some warnings that appear with PHP 8
    • Fix alter user privileges query when editing an account with MySQL 8.0.11 and newer
    • Fix issues regarding TIMESTAMP columns with default CURRENT_TIMESTAMP in MySQL 8.0.13 and newer
    • Fix a message that "Warning: error_reporting() has been disabled for security reasons" on php 7.x

    There are many other bugs fixes, please see the ChangeLog file included with this release for full details.

    Known shortcomings:

    Due to changes in the MySQL authentication method, PHP versions prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer server (our tests show the problem actually began with MySQL 8.0.11). This relates to a PHP bug https://bugs.php.net/bug.php?id=76243. There is a workaround, that is to set your user account to use the current-style password hash method, mysql_native_password. This unfortunate lack of coordination has caused the incompatibility to affect all PHP applications, not just phpMyAdmin. For more details, you can see our bug tracker item at https://github.com/phpmyadmin/phpmyadmin/issues/14220. We suggest upgrading your PHP installation to take advantage of the upgraded authentication methods.

    Downloads are available now at https://phpmyadmin.net/downloads/