Softaculous


Topic : 64 Bit AMPPS


Posted By: manngo on July 3, 2015, 1:45 am
I am running and recommending AMPPS on my Mac, but have recently developed issues with the fact that it’s still running 32 bits, at least for PHP.

When will there be a 64 bit version available?

Posted By: WThomas on January 6, 2016, 4:13 pm | Post: 1
I lost a fair amount of time debugging PHP code only to find that the 32-bit PHP installation caused the function strtotime to return false for dates outside of Fri, 13 Dec 1901 20:45:54 UTC to Tue, 19 Jan 2038 03:14:07 UTC.
http://php.net/manual/en/function.strtotime.php

var_dump( strtotime('2039-01-01') ): bool(false)
var_dump( strtotime('2038-01-01') ): int(2145916800)

Posted By: manngo on January 22, 2016, 10:54 pm | Post: 2
I wondered whether there is any feedback on this issue? When might things happen?

Posted By: elpoleto on March 14, 2017, 10:57 am | Post: 3
it's time to get in 64bit!

Posted By: bohemier on June 6, 2018, 12:41 am | Post: 4
Are there any plans for this?

Posted By: IceTater on August 25, 2018, 4:14 pm | Post: 5
I guess this poll is closed.  I too would like 64 bit ampps.

Posted By: AttilaK on June 10, 2019, 12:31 pm | Post: 6
2019 and we haven't received an answer yet regarding the 64 bit wersion.

Posted By: manngo on June 11, 2019, 9:41 am | Post: 7
I think we know where this is heading. I no longer use or recommend AMPPS.
I have moved to XAMPP, and encourage others to do the same. It is up to date and supported by somebody who cares.
The only advantage that AMPPS had over the others is that it has a simple method to add virtual hosts. I am working on an application to make it simple on XAMPP and MAMP, so I can’t see the point of AMPPS anymore.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.