I used to use a 32-bit PHP environment
The development machine Windows and the server centos are both 64-bit
I wonder if there are any advantages to 64-bit vs. 32-bit PHP? Is it necessary to upgrade to 64-bit? Will there be any pitfalls?
I asked after searching for a long time but couldn’t find any satisfactory answer. Please feel free to give me some advice
I used to use a 32-bit PHP environment
The development machine Windows and the server centos are both 64-bit
I wonder if there are any advantages to 64-bit vs. 32-bit PHP? Is it necessary to upgrade to 64-bit? Will there be any pitfalls?
I asked after searching for a long time but couldn’t find any satisfactory answer. Please feel free to give me some advice
On CentOS servers, it is recommended to use PHP 7 x64 and enable Opcache.
x64 programs will run more efficiently than x84.
For local debugging, it is better to use a package such as XAMPP, which is convenient.