亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

php - How to check where extension files are placed?
世界只因有你
世界只因有你 2017-06-16 09:18:55
0
1
1341

I used php -m to see that the following extensions are installed. I want to find where these extension files are. I saw that the /usr/lib/php/20151012 folder is all in the second picture. The extensions of those files should be in dll format. Why are there all files in so format here? But everything to be loaded in the php.ini configuration file is in dll format

;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
;extension=php_ftp.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll


世界只因有你
世界只因有你

reply all(1)
滿天的星座

The Linux platform has .so files, and the Windows platform has .dll files!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template