Re: [users@httpd] Trouble updating PHP version on MAMP on Mac

2017-06-02 Thread Roparzh Hemon
On Thu, Jun 1, 2017 at 9:39 PM, Dr James Smith wrote: > Looks like you are using php5_module with a PHP7 so file - you should be > using: > > LoadModule php7_module /libphp7.0.so > I corrected that, but phpInfo() still displays the old PHP version and php.ini. So there

Re: [users@httpd] Trouble updating PHP version on MAMP on Mac

2017-06-01 Thread Dr James Smith
Looks like you are using php5_module with a PHP7 so file - you should be using: LoadModule php7_module /libphp7.0.so On 01/06/2017 20:26, Roparzh Hemon wrote: I am not on Apple here, and you don't say whether you are using php-fpm or not, but assuming that you are, check the start up

Re: [users@httpd] Trouble updating PHP version on MAMP on Mac

2017-06-01 Thread Roparzh Hemon
>I am not on Apple here, and you don't say whether you are using php-fpm or >not, but assuming that you are, check the start up (sysctl or init.d) file >and be sure that the correct version of PHP is being started. Thank you for your feedback. I have no idea what php-fpm is, and my guess is that

Re: [users@httpd] Trouble updating PHP version on MAMP on Mac

2017-06-01 Thread John Iliffe
I am not on Apple here, and you don't say whether you are using php-fpm or not, but assuming that you are, check the start up (sysctl or init.d) file and be sure that the correct version of PHP is being started. John = On Wednesday 31 May 2017 03:56:45 Roparzh

[users@httpd] Trouble updating PHP version on MAMP on Mac

2017-05-31 Thread Roparzh Hemon
I'm trying to update the PHP version used in the built-in MAMP on my Mac, as indicated at http://aerendir.me/2015/08/01/how-to-upgrade-php-built-in-your-mac-osx/. After obediently completing all the steps, the "CLI" version is updated allright : the output of php- v in my terminal is PHP 7.1.4