Important information inside Phpinfo, nts,x86May 25, 2017 19:25:03Hits: 1668
When we use Phpinfo, most of the time is to see the module is not loaded, but other important information is ignored, for example, why my expansion is always not loaded, download the extension of the above a long list of what meaning? NTS x86 5.5 and so on, these are important information that is especially important for installation expansion!
A few important parameters above:
File (php.ini) Path :php配置文件的位置,这里才是你的配置文件加载的真正地方,apache的同学小心了!Thread Safety :线程安全与否PHP Extension Build :php拓展建立的编号
The above several parameters related to you can be installed on the expansion, to look carefully! There are many options for downloading the extension. dll file, and the options are the corresponding one here!
For example, the following:
Just take one to analyze:
php_igbinary-1.2.1-5.3-nts-vc9-x86.zip
1.2.1 version of the php_igbinary extension, the appropriate PHP version is 5.3 and above, Vc9 compiled this extension, does not support thread safety, can be used in the x86 CPU architecture, note that 64-bit machine can also be used! But the reverse is not.
Is it a lot clearer? I ran into this problem when I was installing Redis.
Important information inside Phpinfo, nts,x86