• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

php - extension

  1. G

    Question Call PHP framework function from PHP Zend extension

    I have a PHP Zend extension(built in C++) that monitors the web requests. The extension gets the call stack, Database details and stuffs by reading the executing function's parameters. I use some Zend call backs like zend_execute etc. My requirement here is whenever a HTTP request is initiated...
  2. A

    Resolved PHP files are downloaded in Apache for a single domain - PHP is enabled

    Hi everybody, I have running many PHP sites on my Plesk server, however, a single one just keeps on offering PHP-files for download instead of executing them. The landing page Example Domain loads perfectly and prints something like "Forwarding to login page". After a few seconds, the index.php...
  3. D

    Input Why do all php modules are enabled by default/ wich one really necessary ?

    I dont know most of those Modules and while running through and checking them i discovered i dont need any of those by myself. Why do they all are enabled by default ? Wouldnt be better to enable those by default wich are really need ? I uploaded a image, do Plesk need any of those modules i...
  4. M

    Question No sqlite database is created

    Please help me figure out - how can I create and manage my own separate database? I use this code: #DB connect $ pdo = new PDO ('sqlite: /root/db.php'); $ pdo-> setAttribute (PDO :: ATTR_DEFAULT_FETCH_MODE, PDO :: FETCH_ASSOC); But nothing happens, there is a connection to the database but I...
  5. learning_curve

    Resolved Plesk PHP 7.2.* OpenSSL Setup

    We don't use the CentOS supplied PHP 5.4.* at all. We (currently) only use PHP 7.2.5 supplied by Plesk on all domains. Not had any issues or problems with it (or PHP 7.1.* in the past either) Nice! However... PHP & OpenSSL :( The supplied PHP 7.2.5 is compiled by Plesk using OpenSSL 1.0.1e-fips...
  6. GREG49

    Question PHP extension intl is missing from your system

    Hello, i want install Claroline Connect application on my Debian serveur. I used GIT extension to download this application I follow the instructions to install Claroline Connect : Installer Claroline Connect · Claroline Connect Documentation but i have a problem with PHP extension intl. I have...
  7. H

    Question How to enable a the php_soap extension from .user.ini

    Our application is being hosted on plesk 12.0.18 for Microsoft Windows(Odin). We need to enable 'php_soap' extension for our application to work. I've tried doing that but .user.ini didn't to enable php_soap extension when I added the line. extension=php_soap.dll or extension=php_soap.so I...
  8. O

    Question Installing PHP extension Tokenizer

    Hi there, For the past week I've been stuck with the problem that I can't seem to figure out how to install the PHP 7.2 extension Tokenizer on my Plesk environment running ‪CentOS 6.9 (Final)‬ and Plesk Onyx 17.5.3. Version 5.4 which was installed when I first setup the server has Tokenizer...
  9. S

    Resolved How can I install the mongodb php driver for PHP 7.0?

    Hello all in the Plesk forum :) Today I have installed Plesk Onyx on an fresh installed Debian 8 Server. I have an web application which need the mongodb driver so I have looked to install it on Plesk. If I use the command /opt/plesk/php/7.0/bin/pecl install mongodb I become the message...
  10. M

    Issue Unable to install php driver for mongodb

    I am using Plesk Onyx 17.0.17 and selected php version is 5.6, i am unable to install mongo.so, if check terminal means that shows "mongo.so'", but i am unable to connect via php, i think multple versions of PHP makes conflict, Kindly suggest any solution..?
  11. J

    Resolved OAUTH extension for PHP 7, Couldn't find pcre.h

    /opt/plesk/php/7.0/bin/pecl install oauth-2.0.2 error: Can't find PHP headers in /usr/include/php Solved by reading these forums and running (thank you IGOR) yum install make plesk-php70-devel gcc glibc-devel zlib-devel So re-run: /opt/plesk/php/7.0/bin/pecl install oauth-2.0.2 Log has error...
  12. U

    Contribution [How-To] Install suhosin - module and configure it ( suitable for multible PHP - versions )

    Hi @AlL, Global informations for this Plesk - contribution: I noticed, that Plesk doesn't provide a decent solution/description/documentation on "How-to install suhosin" yet and unfortunately, there is no KB - article for this as well, which describes the installation and first configuration...
Back
Top