Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

How to Install and Configure PHP 7.0 Ubuntu 16.04

boxTV

Extended Member
Ext. Member
Joined
Oct 4, 2019
Messages
14
Reaction score
45
Points
24
Location
Fr
I have been asked all for help with how to install PHP 7.0 and more on a Ubuntu system, and I finde this and I share with you....


Read all & then it may help to install PHP.
PHP and related packages are the most commonly used components when deploying a web server. In this article, we will learn how to setup PHP 7.0 or PHP 7.1 on Ubuntu 16.04 LTS.


This may be usefull for any one trying to install PHP on there Ubuntu 16.04.
Install and configure PHP 7.0

Since Ubuntu 16.04, PHP 7.0 has replaced PHP 5.x and become the default version of PHP in the official Ubuntu application repository.
You can install and configure PHP 7.0 on your Ubuntu 16.04 system as follows.
First of all, you can list all of the available PHP 7.0-related packages for review:


-----------------------------------------------------------------------------------------------------
From now on, you can install and configure PHP 7.1 in the same fashion as mentioned in the chapter about PHP 7.0 above.
Basically, replacing 7.0 with 7.1 in relevant commands will get your job done.
That's it.
Thanks for reading!
 
Last edited by a moderator:
Nice write up --

Just to add that you can check if PHP/Apache2 or NGINX has installed correctly or not by creating a file called index.php and put the following code in it
PHP:
<?php


phpinfo();


?>

and going to
Code:
http://yourwebaddress/index.php

This shouLD show you some info on your PHP installation (If this works then remember to remove index.php file)
also its likely in your config that if you don't explicitly say to look at index.php then it will automatically look for the index.html file first ..
 
  • Like
Reactions: TCM
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top