Thanks. Already removed it.

Dmitry.

On 12/06/2010 01:21 PM, Hannes Magnússon wrote:
On Mon, Dec 6, 2010 at 09:31, Dmitry Stogov<dmi...@zend.com>  wrote:
Hi,

The proposed patch completely removes ext/mbstring compile-time
dependencies. As result the same php binaries may be used for Asian and
European languages without performance degradation. ext/mbstring now may be
compiled as a DSO. I'm going to commit the patch on Wednesday.
Any comments are welcome.


Random scrolling through the patch:
Index: ext/mbstring/mbstring.c

+//     to = php_mb_convert_encoding(from, from_len, encoding_to,
encoding_from, to_length);
+//     return to ? 0 : -1;
and WS
+            !memcmp("none", name, sizeof("none") - 1)))) {


-Hannes


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to