简体   繁体   中英

PHP Warning: PHP Startup: Unable to load dynamic library 'intl'

PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: C:\xampp\php\ext\intl (No se puede encontrar el m≤dulo especificado.), C:\xampp\php\ext\php_intl.dll (No se puede encontrar el m≤dulo especificado.)) in Unknown on line 0

Xampp client won't work when intl php extension is enabled.

Setup:

  • Windows 10
  • Xampp with php 7.3.2

Steps to reproduce:

  • Uncheck extension=intl
  • Add C:\\xampp\\php on system path
  • Checked php_intl.dll exisits in C:\\xampp\\php\\ext\\
  • Add to system var C:\\xampp\\php
  • Make sure extension_dir is correct, now set to extension_dir="C:\\xampp\\php\\ext"
  • Restarting after applying changes

BUG (community.apachefriends.org/f/viewtopic.php?f=16&t=77933)

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