search

Home  >  Q&A  >  body text

php - How to check where extension files are placed?

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


世界只因有你世界只因有你2804 days ago1304

reply all(1)I'll reply

  • 滿天的星座

    滿天的星座2017-06-16 09:20:55

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

    reply
    0
  • Cancelreply