简体   繁体   中英

How to install php-xml extension in windows?

I'm trying to install laravel-excel on my laravel project. That library requires below php extensions to be enabled.

  • PHP extension php_zip
  • PHP extension php_xml
  • PHP extension php_gd2
  • PHP extension php_iconv
  • PHP extension php_simplexml
  • PHP extension php_xmlreader
  • PHP extension php_zlib

I changed the php.ini accordingly. But I can't download related.dll files to copy to ext folder. Do you have any place to download these?

Download them from PHP Extension Community Library ( PECL )

For example this is the php_zip source that you need:
https://pecl.php.net/package/zip/1.12.4/windows

Similarly you can get the rest of them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM