Jump to content

anaigini

New Members
  • Posts

    3
  • Joined

  • Last visited

anaigini's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I need to install PHP for an application to run. These are the PHP extensions needed as pre-requisites: I managed to install all needed, except php-net-socket (It says php-net-socket not found). How do I resolve this? And I have installed php using the method package install, not from source. Do I still need to install the php extensions above that have (--enable) in them? And what about if I use the CentOS/RedHat ScLO repository? Is there a substitute for any of the packages above or is it still the same name? The version of CentOS I am using is CentOS 7, and prefer to use SCLO to get the latest packages. Cheers.
  2. It turns out that adding these below the "Load Module php7_module" in httpd.conf worked : <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> You need to restart httpd after adding these lines.
  3. Hi, I installed PHP (source code) version 7.2.3 in one of our development environments. I am setting up wordpress, and to test whether or not PHP is working I insert this in the browser : http://192.168.120.203/wp-admin/install.php I get this error : So how do I ensure that PHP is running. I can see the php version when I run php -v : [root@dev-mumo ~]# php -v PHP 7.2.3 (cli) (built: Jan 27 2020 21:41:21) ( ZTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies [root@dev-mumo ~]# I am not sure what to do next to make sure php is running.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.