Search results

  1. lskagan

    Add lsphpXX-maxminddb PHP extension

    @WSairus Adding the maxminddb is currently not on our todo list but it can be added but it will be low priority at this time. @paulozlx We have been discussing this internally but do not have an eta on if/when these will be available yet.
  2. lskagan

    Lsphp74-ioncube

    It will be released when Ioncube is released for PHP74. Currently Ioncube does not support PHP74
  3. lskagan

    AIO is not supported on this machine!

    This is a known bug and will be fixed in 1.6.5.
  4. lskagan

    Bzip2 and zip support in lsphp7.4

    Currently for CentOS 7 the ZIP package will not be supported as the libzip provided by CentOS 7 is too outdated to support the PHP74 ZIP requirements. We are looking at alternative solutions for this matter.
  5. lskagan

    Trying to compile php7.4 with gd and webp support

    Our PHP74 repos should have webp support built in already. Is there a reason you want to compile it manually?
  6. lskagan

    Bzip2 and zip support in lsphp7.4

    Hello, What OS are you running @hennaboy ? The bz2 packages are built into lsphp/lsphp-common packages. Zip package should be available for every OS except CentOS 7.
  7. lskagan

    Bzip2 and zip support in lsphp7.4

    The packages have been pushed!
  8. lskagan

    Bzip2 and zip support in lsphp7.4

    Hi @vadim , Thank you for the report. I think I identified the issue and figured out why it passed our testing. Should have a new build of all our PECL extensions out today.
  9. lskagan

    Bzip2 and zip support in lsphp7.4

    The packages were pushed. If your run `apt update && apt upgrade` it should upgrade to the latest builds with bz2 + zlib fixed.
  10. lskagan

    Bzip2 and zip support in lsphp7.4

    Thank you for the report. We have added bz2 and fixed zlib and new packages should be released tomorrow. Will update this post once they are live.
  11. lskagan

    Where is mysql.so / mysql.ini in lsphp-mysql?

    This is the first report of such an issue we have received. Can I ask was this a fresh install of lsphp? Did it happen randomly? When the package is installed it will generate the .ini in the correct location, it won't be included in the package source.
  12. lskagan

    Bzip2 and zip support in lsphp7.4

    We will investigate and get back to you.
  13. lskagan

    lsphp74

    New builds like 7.4.1 usually come 1-2 days after they are released from PHP.
  14. lskagan

    Bzip2 and zip support in lsphp7.4

    What is your OS version?
  15. lskagan

    lsphp74

    Yes lsphp74 has been released, you can run `apt install lsphp74` or `yum install lsphp74` depending on your distros.
  16. lskagan

    Error establishing a database connection

    In this specific case it is possible MariaDB was killed due to OOM issues. You can try `sudo systemctl restart mariadb` if that doesnt work you can run `sudo ps -ef | grep 'mysql'` get the PID then run `kill -9 PID` and then `sudo systemctl start mariadb` which should get mariadb back up...
  17. lskagan

    Error installing lsphp73-mysql

    Hello, That is correct, you will want the `lsphp73-mysqlnd` package it includes mysql.
  18. lskagan

    Updating to 1.5.10

    Hi, The packages should be pushed to the repo later today which then you can update to it.
  19. lskagan

    Question about SSL

    Yes, you will need to copy over the files or create a script to copy them every time you renew the certificate. This is more of a limitation of Let's Encrypt and not OpenLiteSpeed.
  20. lskagan

    lsphp72-sodium for Debian 9

    The specific pecl you will want to run is this one: `/usr/local/lsws/lsphp72/bin/pecl install -f libsodium` If it still says command not found make sure you have `lsphp72-pear` installed.
Top