I have a Centos 7 server with Lampp and PHP 7.2.26. I want to upgrade it to PHP 7.3. I have updated php to 7.3 and now, php -v reports 7.3.23, but phpinfo() reports 7.2.26. How can I configure lampp to use php 7.3?
Updated: I don't want to have multiple versions of PHP. I only want to have PHP 7.3. I want to stop using 7.2.26 and use 7.3 only. I have read some post about using multiple version of PHP but no one solves my question.
I think I have to change some configuration files in lampp installation to use the new php version, but I don't know what files should I change.
Lampp Centos 7 change php version to 7.3
81 Views Asked by briast At
0
There are 0 best solutions below
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in CENTOS7
- Git diff command doesn't work with jenkins
- How to Upgrade MariaDB 10.* to the new version 11.* in CWP Panel in Centos 7?
- How do I apply this apache patch: rewrite-windows-testchar-h.patch
- centOs 7 instal nodejs 18
- 503 service unavailable after VPS IP change
- install postgres on centos
- I can't find server.xml?
- How to setup a node JS app as a subdirectory of a regular website without modifying DNS?
- How to upgrade to JFrog Artifactory 7.77.x on CentOS 7?
- QProcess::startDetached() hangs out when executing google-chrome
- nginx can not be installed due to the error 'HTTP Error 503: Service Unavailable '
- Problem when changing mysql data directory in centos 7
- RPM fails to install because of a directory conflict even though permissions are the same
- named.service is failing to start
- Dotnet 3.1 Stripe :The SSL connection could not be established, see inner exception
Related Questions in LAMPP
- upgrade PHP 7 to PHP 8.2 in LAMPP Ubuntu
- xampp 403 forbidden in a linux server
- PHP MongoDB Driver for LAMPP - Ubuntu 22.04 LTS
- Error when installing Imagemagick 3.7.0 in XAMPP for Linux 8.2.4 (Lubuntu 22.04.2 LTS)
- How to add code that fixes urls in httpd.conf
- Why is LAMPP making a copy of every single file in the project folder, as " ._. " format, ( e.g., ._.index.php) when moving the folder to vsc?
- XAMPP: Starting Apache...fail. when running exampp in ubuntu
- letsencrypt renewal fails ubuntu server (LAMPP installation)
- Is there any fix for Xampp Object not found?
- How to view error logs when mysql server is not starting in lampp
- PHP File Upload Configuration Not Working?
- How to Configure PgAdmin4 to Use Apache2 from LAMPP?
- Xampp-Lampp fedora linux localhost is currently unable to handle this request. HTTP ERROR 500
- Redirect HTTP to HTTPS .htaccess
- TCPDF unable to output file by saving. Path on Mac?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?