php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75341 Removing configure option --with-libmbfl
Submitted: 2017-10-08 19:23 UTC Modified: 2017-10-13 00:25 UTC
From: peterkokot at gmail dot com Assigned: kalle (profile)
Status: Closed Package: Documentation problem
PHP Version: master-Git-2017-10-08 (Git) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peterkokot at gmail dot com
New email:
PHP Version: OS:

 

 [2017-10-08 19:23 UTC] peterkokot at gmail dot com
Description:
------------
This page mentions the --with-libmbfl configure option:
http://php.net/manual/en/mbstring.installation.php

The bundled libmbfl library for mbstring extension is not in sync with the upstream library located at https://github.com/moriyoshi/libmbfl. In the master PHP branch the bundled libmbfl library is now developed as a fork in the php-src directly instead:
https://github.com/php/php-src/pull/2823

Therefore the configure option --with-libmbfl is not recommended to use anymore in PHP >= 7.3.

So, best to remove the --with-libmbfl configure option:
https://bugs.php.net/bug.php?id=75340

and update the documentation with a warning or completely removing the configure option for using an external libmbfl library.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-13 00:25 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2017-10-13 00:25 UTC] kalle@php.net
Closing this as we can just change the other report to be a doc one once the PR is merged
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 01:01:32 2024 UTC