How can i change php version in MAMP 5.3 to have php 5.5.38How can I prevent SQL injection in PHP?How do I get PHP errors to display?How do you parse and process HTML/XML in PHP?MAMP: How to upgrade PEARHow does PHP 'foreach' actually work?Upgrading to PHP 5.5 MAMP PROChange openssl version in MAMPWhy does MAMP not change the php versionUpgrading php version in mampHow to downgrade phpMyAdmin version in MAMP PRO
Can anyone identify this tank?
Using a found spellbook as a Sorcerer-Wizard multiclass
What language is the software written in on the ISS?
Is an early checkout possible at a hotel before its reception opens?
How do governments keep track of their issued currency?
Can an Aarakocra use a shield while flying?
Why would future John risk sending back a T-800 to save his younger self?
Find the Factorial From the Given Prime Relationship
PhD - Well known professor or well known school?
Frame failure sudden death?
Can a black dragonborn's acid breath weapon destroy objects?
Should I give professor gift at the beginning of my PhD?
Was the Tamarian language in "Darmok" inspired by Jack Vance's "The Asutra"?
How to chain Python function calls so the behaviour is as follows
How to retract an idea already pitched to an employer?
Which comes first? Multiple Imputation, Splitting into train/test, or Standardization/Normalization
My coworkers think I had a long honeymoon. Actually I was diagnosed with cancer. How do I talk about it?
At what point in time did Dumbledore ask Snape for this favor?
What can plausibly explain many of my very long and low-tech bridges?
How can I most clearly write a homebrew item that affects the ground below its radius after the initial explosion it creates?
Taxi Services at Didcot
Are there downsides to using std::string as a buffer?
How do I write "Show, Don't Tell" as a person with Asperger Syndrome?
Why only the fundamental frequency component is said to give useful power?
How can i change php version in MAMP 5.3 to have php 5.5.38
How can I prevent SQL injection in PHP?How do I get PHP errors to display?How do you parse and process HTML/XML in PHP?MAMP: How to upgrade PEARHow does PHP 'foreach' actually work?Upgrading to PHP 5.5 MAMP PROChange openssl version in MAMPWhy does MAMP not change the php versionUpgrading php version in mampHow to downgrade phpMyAdmin version in MAMP PRO
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
So I exported an online Prestashop website to my local computer.
I'm using MAMP 5.3 and the website need PHP 5.5.38 to work correctly.
How can I change my PHP version to 5.5.38 in MAMP because I'm not able to find the folder in: /Applications/MAMP/bin/PHP
Looking for the folder to import in my php version of MAMP
Thanks for your help!
php mamp mamp-pro
|
show 2 more comments
So I exported an online Prestashop website to my local computer.
I'm using MAMP 5.3 and the website need PHP 5.5.38 to work correctly.
How can I change my PHP version to 5.5.38 in MAMP because I'm not able to find the folder in: /Applications/MAMP/bin/PHP
Looking for the folder to import in my php version of MAMP
Thanks for your help!
php mamp mamp-pro
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
1
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35
|
show 2 more comments
So I exported an online Prestashop website to my local computer.
I'm using MAMP 5.3 and the website need PHP 5.5.38 to work correctly.
How can I change my PHP version to 5.5.38 in MAMP because I'm not able to find the folder in: /Applications/MAMP/bin/PHP
Looking for the folder to import in my php version of MAMP
Thanks for your help!
php mamp mamp-pro
So I exported an online Prestashop website to my local computer.
I'm using MAMP 5.3 and the website need PHP 5.5.38 to work correctly.
How can I change my PHP version to 5.5.38 in MAMP because I'm not able to find the folder in: /Applications/MAMP/bin/PHP
Looking for the folder to import in my php version of MAMP
Thanks for your help!
php mamp mamp-pro
php mamp mamp-pro
asked Mar 24 at 16:15
Alban JOHNDOHAlban JOHNDOH
111
111
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
1
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35
|
show 2 more comments
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
1
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
1
1
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55325838%2fhow-can-i-change-php-version-in-mamp-5-3-to-have-php-5-5-38%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55325838%2fhow-can-i-change-php-version-in-mamp-5-3-to-have-php-5-5-38%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
A simple Google search my answer your question. google.com/…
– Raymond
Mar 24 at 16:26
1
if you don't need anything special that only mamp provides, I'd recommend to use xampp or some docker setup
– kuh-chan
Mar 24 at 16:33
@ Raymond thanks for your lol answer but if i came here is because i dont found it on google :-) I have to mention that i'm looking the answer for MAMP and not for MAMP PRO
– Alban JOHNDOH
Mar 24 at 20:20
If you have already looked at specific documentation/tutorials/examples, it's always good to identify these and why they haven't helped, to save everyone's time and to make it clear that you have done some of your own research. Does this one (number 3 on search results from @Raymond's query) not help? igorkromin.net/index.php/2017/08/07/… (obviously this does assume you have already installed the required php version - if you have, and it's somewhere else, you could try creating a directory link).
– MandyShaw
Mar 24 at 21:01
So what i did is install MAMP PRO demo version on another computer, and install the php 5.5.38 version i wanted.
– Alban JOHNDOH
Mar 25 at 12:35