Edit report at https://bugs.php.net/bug.php?id=63559&edit=1
ID: 63559 Updated by: [email protected] Reported by: maxime dot r dot corbeau at gmail dot com Summary: configure: WARNING: unrecognized options: --enable-zend-multibyte Status: Open Type: Feature/Change Request Package: Compile Warning Operating System: Ubuntu 12.04 PHP Version: 5.4.8 Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2012-11-19 08:09:59] 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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63559&edit=1
