Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home3/achieve/public_html/knowledgebase/wp-content/plugins/contact-form-7/includes/mail.php on line 109

Warning: The magic method GADWP_Manager::__wakeup() must have public visibility in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/gadwp.php on line 76

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 539

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 569

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 601

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 635

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 670

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 729

Deprecated: Optional parameter $filter declared before required parameter $metric is implicitly treated as a required parameter in /home3/achieve/public_html/knowledgebase/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php on line 769

Warning: Cannot modify header information - headers already sent by (output started at /home3/achieve/public_html/knowledgebase/wp-content/plugins/contact-form-7/includes/mail.php:109) in /home3/achieve/public_html/knowledgebase/wp-includes/feed-rss2.php on line 8
Installation – Knowledge http://knowledge.achieveee.com Mon, 16 Sep 2019 10:29:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 http://knowledge.achieveee.com/wp-content/uploads/2016/05/cropped-favicon-32x32.png Installation – Knowledge http://knowledge.achieveee.com 32 32 Install PHP 7.2 on Linux/Debian systems http://knowledge.achieveee.com/knowledge_base/install-php-7-2-on-linuxdebian-systems/ http://knowledge.achieveee.com/knowledge_base/install-php-7-2-on-linuxdebian-systems/#respond Fri, 06 May 2016 09:50:08 +0000 http://achieveee.com/knowledgebase/?post_type=knowledge_base&p=2402 Here are the steps to install PHP 7.2 on Debian systems

  1. Update:

    apt-get update
    apt-get install python-software-properties
    apt-get install software-properties-common
    apt-get update
  2. Install Zip/Unzip:

    apt-get install zip unzip
  3. Add PHP5 package sources to your system:

    add-apt-repository ppa:ondrej/php

    If you get error here about Python Unicode, then it’s a problem of locale language set in your local machine. To fix you need to update locale and set, follow these steps:

    locale-gen en_US.UTF-8
    export LANG=en_US.UTF-8
    export LC_ALL=en_US.UTF-8
  4. Update:

    apt-get update
  5. Install PHP5.6:

    apt-get install php7.2
  6. Install other Laravel dependencies:

    apt-get install php7.2-curl php7.2-mysql
    apt-get install libapache2-mod-php7.2 php7.2-mbstring php7.2-xml php7.2-opcache php7.2-gd php7.2-zip
  7. Check the newly installed PHP version:

    php -v

     

]]>
http://knowledge.achieveee.com/knowledge_base/install-php-7-2-on-linuxdebian-systems/feed/ 0