Hi Derick,

On Mon, 2008-03-03 at 09:28 +0100, Derick Rethans wrote:
> On Sun, 2 Mar 2008, Marcus Boerger wrote:
> 
> > However, we had to drop multibyte support as well as the encoding 
> > declare.
> 
> Just wondering, why did you have to drop the "declare(encoding=...)" ? 
> It's just ignored in PHP 5.x - and it is useful to have for migrating 
> php 5.3 apps to 6. So can you atleast make the new parser just ignore 
> this statement?

It is not ignored in PHP 5 as Marcus and I found out while reading the
code :-)
If you compile with --enable-zend-multibyte you can change the encoding
using declare even multiple times per file using declare it seems.

johannes



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

Reply via email to