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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 - 40 = ?
Subscribe to this entry?

 
 [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 Mar 28 11:01:27 2024 UTC