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;








1















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!










share|improve this question






















  • 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

















1















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!










share|improve this question






















  • 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













1












1








1








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!










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript