Home  >  Article  >  Backend Development  >  Where Should I Put the Intl Extension DLLs for Optimal PHP Functioning?

Where Should I Put the Intl Extension DLLs for Optimal PHP Functioning?

Patricia Arquette
Patricia ArquetteOriginal
2024-11-04 12:30:02712browse

Where Should I Put the Intl Extension DLLs for Optimal PHP Functioning?

Locating and Installing PHP_INTL.DLL for the Intl Extension

For the Intl extension in PHP to function optimally, the following DLLs must be present in a path included in your PATH environment variable:

  • icucdt36.dll
  • icuin36.dll
  • icuio36.dll
  • icule36.dll
  • iculx36.dll
  • icutu36.dll
  • icuuc36.dll

Typically, these DLLs are found in the PHP directory. However, this directory may not be included in your PATH.

Installation Instructions:

To ensure correct installation, follow these steps:

  1. Navigate to the PHP directory.
  2. Copy the following DLLs to a folder in your PATH:

    • icucdt36.dll
    • icuin36.dll
    • icuio36.dll
    • icule36.dll
    • iculx36.dll
    • icutu36.dll
    • icuuc36.dll
  3. Open System Information (Windows PAUSE).
  4. Click "Advanced System Settings" (Vista ) or "Advanced" (XP).
  5. Click "Environment Variables."
  6. Find the "PATH" variable in the "System Variables" list and add the appropriate directory to the path.
  7. Restart your computer to ensure the changes take effect.

The above is the detailed content of Where Should I Put the Intl Extension DLLs for Optimal PHP Functioning?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn