我有一个64位服务器,但PHP 7.2(显然)安装在32位模式

时间:2018-05-12 16:10:42

标签: php drupal

我有一个Debian 9(拉伸)服务器。我清除了所有PHP软件包并重新安装了PHP 7.2,因为 PHP_INT_SIZE 的值为 4 (32位),而不是预期的 8 (64位)。即使在全新安装后,这也没有改变。如果有人能帮助我解决这个问题,将不胜感激。

我也在运行Drupal(最新的,版本8.5.3),它首先指出了这个问题。这是Drupal警告: enter image description here

lscpu确认我有64位配置。这是输出:

#lscpu
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 15
Model name:            Intel(R) Xeon(R) CPU            3050  @ 2.13GHz
Stepping:              2
CPU MHz:               2133.299
BogoMIPS:              4266.59
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              2048K
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf eagerfpu pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow dtherm

0 个答案:

没有答案