Downgrade PHP 7.1.7 to PHP 7.0.6 CentOS 7 Unicorn Meta Zoo #1: Why another podcast? ...
Multiple options vs single option UI
What is the ongoing value of the Kanban board to the developers as opposed to management
Need of separate security plugins for both root and subfolder sites Wordpress?
Does Feeblemind produce an ongoing magical effect that can be dispelled?
Why isn't everyone flabbergasted about Bran's "gift"?
Book with legacy programming code on a space ship that the main character hacks to escape
How to get even lighting when using flash for group photos near wall?
Additive group of local rings
What is the best way to deal with NPC-NPC combat?
c++ diamond problem - How to call base method only once
Is Diceware more secure than a long passphrase?
Why did C use the -> operator instead of reusing the . operator?
How to keep bees out of canned beverages?
What is a 'Key' in computer science?
All ASCII characters with a given bit count
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
What do you call the part of a novel that is not dialog?
Why is this method for solving linear equations systems using determinants works?
Check if a string is entirely made of the same substring
Is a 5 watt UHF/VHF handheld considered QRP?
As an international instructor, should I openly talk about my accent?
Split coins into combinations of different denominations
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Is Bran literally the world's memory?
Downgrade PHP 7.1.7 to PHP 7.0.6 CentOS 7
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraUnable to remove PHP packages from CentOS, but also unable to update PHP package to PHP 5.3CentOS 5.8 server, installed Web Server vs yum install httpdCentOS 5.8 Server, manual install PHP 5.2.17Centos 5, can't restart apache serverHow do I downgrade php from 5.4 to 5.3 in CentOS?How to downgrade PHP 5.4 to 5.3? Centos 6How to install PHP 5.3 on CentOS 6?Install tuleap on amazon ec2 linux AMICentos 7 - yum doesn't workDowngrade PHP 7.3.2 to PHP 5.4 CentOS 7.6
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Is it possible to downgrade PHP version from 7.1.7 to 7.0.6 on centOS 7?
I've try to run
yum remove php-common php-cli mod-php
then install php with run
yum -y install php70w-pdo php70w-mysqlnd php70w-opcache php70w-xml php70w-mcrypt php70w-gd
but always said php 7.0 is obsolete version will be replace with 7.1
Is there any ways to downgrade PHP version, because I need to install Magento 2.1.7 that required php 7.0x version.
centos apache-http-server php centos-7 downgrade
add a comment |
Is it possible to downgrade PHP version from 7.1.7 to 7.0.6 on centOS 7?
I've try to run
yum remove php-common php-cli mod-php
then install php with run
yum -y install php70w-pdo php70w-mysqlnd php70w-opcache php70w-xml php70w-mcrypt php70w-gd
but always said php 7.0 is obsolete version will be replace with 7.1
Is there any ways to downgrade PHP version, because I need to install Magento 2.1.7 that required php 7.0x version.
centos apache-http-server php centos-7 downgrade
add a comment |
Is it possible to downgrade PHP version from 7.1.7 to 7.0.6 on centOS 7?
I've try to run
yum remove php-common php-cli mod-php
then install php with run
yum -y install php70w-pdo php70w-mysqlnd php70w-opcache php70w-xml php70w-mcrypt php70w-gd
but always said php 7.0 is obsolete version will be replace with 7.1
Is there any ways to downgrade PHP version, because I need to install Magento 2.1.7 that required php 7.0x version.
centos apache-http-server php centos-7 downgrade
Is it possible to downgrade PHP version from 7.1.7 to 7.0.6 on centOS 7?
I've try to run
yum remove php-common php-cli mod-php
then install php with run
yum -y install php70w-pdo php70w-mysqlnd php70w-opcache php70w-xml php70w-mcrypt php70w-gd
but always said php 7.0 is obsolete version will be replace with 7.1
Is there any ways to downgrade PHP version, because I need to install Magento 2.1.7 that required php 7.0x version.
centos apache-http-server php centos-7 downgrade
centos apache-http-server php centos-7 downgrade
edited Jul 26 '17 at 2:13
Don Vincent
asked Jul 26 '17 at 2:04
Don VincentDon Vincent
11114
11114
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Well, after this problem I've stuck in a few days, then today I found the question.
First thing remove php71 from system,
yum remove php-common php-cli mod-php
enable remi-php70
yum-config-manager --enable remi-php70
after that disabled the 7.1
yum-config-manager --disable remi-php71
then do
yum update
then install php 7.0.x
yum -y install php70u php70u-pdo php70u-mysqlnd php70u-opcache php70u-xml php70u-mcrypt php70u-gd php70u-devel php70u-mysql php70u-intl php70u-mbstring php70u-bcmath php70u-json php70u-iconv php70u-soap
restart apache and it's work.
I think this way is also work for downgrading from php 7 to 5
add a comment |
As you have php 7.1 from remi-php71 repository, you have to switch to remi-php70 repository
# yum-config-manager --disable remi-php71
# yum-config-manager --enable remi-php70
# yum downgrade php php-common php-....
P.S. php70u or php70w are from other repositories, please notice that mixing various repositories is a bad idea.
add a comment |
It is a nice post with a lot of good information. One always need to safely downgrade the php version using the commands. The following are the commands for the downgrade of PHP version:
yum downgrade php
The above command will give the actions that yum will do and proceed. Also you will need to do the following
yum --disablerepo remi-php71 downgrade php
Hope this helps. Get in touch with us for more queries regarding PHP Web Development Services
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1234502%2fdowngrade-php-7-1-7-to-php-7-0-6-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well, after this problem I've stuck in a few days, then today I found the question.
First thing remove php71 from system,
yum remove php-common php-cli mod-php
enable remi-php70
yum-config-manager --enable remi-php70
after that disabled the 7.1
yum-config-manager --disable remi-php71
then do
yum update
then install php 7.0.x
yum -y install php70u php70u-pdo php70u-mysqlnd php70u-opcache php70u-xml php70u-mcrypt php70u-gd php70u-devel php70u-mysql php70u-intl php70u-mbstring php70u-bcmath php70u-json php70u-iconv php70u-soap
restart apache and it's work.
I think this way is also work for downgrading from php 7 to 5
add a comment |
Well, after this problem I've stuck in a few days, then today I found the question.
First thing remove php71 from system,
yum remove php-common php-cli mod-php
enable remi-php70
yum-config-manager --enable remi-php70
after that disabled the 7.1
yum-config-manager --disable remi-php71
then do
yum update
then install php 7.0.x
yum -y install php70u php70u-pdo php70u-mysqlnd php70u-opcache php70u-xml php70u-mcrypt php70u-gd php70u-devel php70u-mysql php70u-intl php70u-mbstring php70u-bcmath php70u-json php70u-iconv php70u-soap
restart apache and it's work.
I think this way is also work for downgrading from php 7 to 5
add a comment |
Well, after this problem I've stuck in a few days, then today I found the question.
First thing remove php71 from system,
yum remove php-common php-cli mod-php
enable remi-php70
yum-config-manager --enable remi-php70
after that disabled the 7.1
yum-config-manager --disable remi-php71
then do
yum update
then install php 7.0.x
yum -y install php70u php70u-pdo php70u-mysqlnd php70u-opcache php70u-xml php70u-mcrypt php70u-gd php70u-devel php70u-mysql php70u-intl php70u-mbstring php70u-bcmath php70u-json php70u-iconv php70u-soap
restart apache and it's work.
I think this way is also work for downgrading from php 7 to 5
Well, after this problem I've stuck in a few days, then today I found the question.
First thing remove php71 from system,
yum remove php-common php-cli mod-php
enable remi-php70
yum-config-manager --enable remi-php70
after that disabled the 7.1
yum-config-manager --disable remi-php71
then do
yum update
then install php 7.0.x
yum -y install php70u php70u-pdo php70u-mysqlnd php70u-opcache php70u-xml php70u-mcrypt php70u-gd php70u-devel php70u-mysql php70u-intl php70u-mbstring php70u-bcmath php70u-json php70u-iconv php70u-soap
restart apache and it's work.
I think this way is also work for downgrading from php 7 to 5
answered Jul 26 '17 at 2:30
Don VincentDon Vincent
11114
11114
add a comment |
add a comment |
As you have php 7.1 from remi-php71 repository, you have to switch to remi-php70 repository
# yum-config-manager --disable remi-php71
# yum-config-manager --enable remi-php70
# yum downgrade php php-common php-....
P.S. php70u or php70w are from other repositories, please notice that mixing various repositories is a bad idea.
add a comment |
As you have php 7.1 from remi-php71 repository, you have to switch to remi-php70 repository
# yum-config-manager --disable remi-php71
# yum-config-manager --enable remi-php70
# yum downgrade php php-common php-....
P.S. php70u or php70w are from other repositories, please notice that mixing various repositories is a bad idea.
add a comment |
As you have php 7.1 from remi-php71 repository, you have to switch to remi-php70 repository
# yum-config-manager --disable remi-php71
# yum-config-manager --enable remi-php70
# yum downgrade php php-common php-....
P.S. php70u or php70w are from other repositories, please notice that mixing various repositories is a bad idea.
As you have php 7.1 from remi-php71 repository, you have to switch to remi-php70 repository
# yum-config-manager --disable remi-php71
# yum-config-manager --enable remi-php70
# yum downgrade php php-common php-....
P.S. php70u or php70w are from other repositories, please notice that mixing various repositories is a bad idea.
edited Aug 2 '17 at 8:50
answered Aug 2 '17 at 7:40
Remi ColletRemi Collet
15114
15114
add a comment |
add a comment |
It is a nice post with a lot of good information. One always need to safely downgrade the php version using the commands. The following are the commands for the downgrade of PHP version:
yum downgrade php
The above command will give the actions that yum will do and proceed. Also you will need to do the following
yum --disablerepo remi-php71 downgrade php
Hope this helps. Get in touch with us for more queries regarding PHP Web Development Services
New contributor
add a comment |
It is a nice post with a lot of good information. One always need to safely downgrade the php version using the commands. The following are the commands for the downgrade of PHP version:
yum downgrade php
The above command will give the actions that yum will do and proceed. Also you will need to do the following
yum --disablerepo remi-php71 downgrade php
Hope this helps. Get in touch with us for more queries regarding PHP Web Development Services
New contributor
add a comment |
It is a nice post with a lot of good information. One always need to safely downgrade the php version using the commands. The following are the commands for the downgrade of PHP version:
yum downgrade php
The above command will give the actions that yum will do and proceed. Also you will need to do the following
yum --disablerepo remi-php71 downgrade php
Hope this helps. Get in touch with us for more queries regarding PHP Web Development Services
New contributor
It is a nice post with a lot of good information. One always need to safely downgrade the php version using the commands. The following are the commands for the downgrade of PHP version:
yum downgrade php
The above command will give the actions that yum will do and proceed. Also you will need to do the following
yum --disablerepo remi-php71 downgrade php
Hope this helps. Get in touch with us for more queries regarding PHP Web Development Services
New contributor
New contributor
answered 14 hours ago
Elsner TechnologiesElsner Technologies
1011
1011
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1234502%2fdowngrade-php-7-1-7-to-php-7-0-6-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown