php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #77241 [ext/intl] Please use pkg-config to detect icu
Submitted: 2018-12-05 10:39 UTC Modified: 2018-12-21 11:17 UTC
From: hugh dot mcmaster at outlook dot com Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 7.3Git-2018-12-05 (Git) OS: Debian Linux
Private report: No CVE-ID: None
 [2018-12-05 10:39 UTC] hugh dot mcmaster at outlook dot com
Description:
------------
icu-config has been deprecated by its upstream developers for some years now. In icu 63.1, icu-config is optional to install, but is installed by default. In the next version, icu-config will no longer be installed by default.

The developers recommend downstream packages use pkg-config to detect the icu libraries.

Debian (and its derivatives, such as Ubuntu) will remove icu-config from its icu development package (libicu-dev) very soon.

I have patched php7.3 to use pkg-config to detect icu (see attached patch).

I will submit a pull request on github with the same patch.

Please use pkg-config to detect icu.

Thank you


Patches

Use-pkg-config-to-detect-icu (last revision 2018-12-05 11:29 UTC by hugh dot mcmaster at outlook dot com)

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-12-21 11:17 UTC] hugh dot mcmaster at outlook dot com
-Status: Open +Status: Closed
 [2018-12-21 11:17 UTC] hugh dot mcmaster at outlook dot com
Merged as 20fa2e7. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC