php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63559 configure: WARNING: unrecognized options: --enable-zend-multibyte
Submitted: 2012-11-19 08:09 UTC Modified: 2012-11-19 11:59 UTC
From: maxime dot r dot corbeau at gmail dot com Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.4.8 OS: Ubuntu 12.04
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: maxime dot r dot corbeau at gmail dot com
New email:
PHP Version: OS:

 

 [2012-11-19 08:09 UTC] maxime dot r dot corbeau at gmail dot com
Description:
------------
When compiling PHP 5.4.8 with option --enable-zend-multibyte the following 
warning is thrown:

configure: WARNING: unrecognized options: --enable-zend-multibyte

The documentation doesn't say anything about that option not being supported in 
5.4.8:
http://www.php.net/manual/en/configure.about.php

So either it is supported and we should not get a warning, or it isn't and the 
documentation should say it.

Test script:
---------------
<?php

./configure --enable-zend-multibyte


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-19 11:13 UTC] johannes@php.net
this option in no more as of 5.4. Quoting the changelog:

"Added multibyte support by default. Previously php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled through zend.multibyte directive in php.ini."

This should be reflected in the docs.
 [2012-11-19 11:48 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Type: Feature/Change Request +Type: Documentation Problem -Package: Compile Warning +Package: Documentation problem -Assigned To: +Assigned To: aharvey
 [2012-11-19 11:48 UTC] aharvey@php.net
The entire build documentation could use a bit of an overhaul, really, but I'll at least get this in as a starting point.
 [2012-11-19 11:59 UTC] aharvey@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2012-11-19 11:59 UTC] aharvey@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 08:01:29 2024 UTC