Re: [PHP-DEV] Multibyte and declate (PHP5.4)

2011-08-11 Thread Sebastian Krebs
Hi, 2011/8/11 Kalle Sommer Nielsen > Hi Sebastian > > 2011/8/11 Sebastian Krebs : > > Hi, > > > > With PHP5.4 I get this warning > > > > | Warning: declare(encoding=...) ignored because Zend multibyte feature > > | is turned off by settings in [..] > > > > because of > > > > | declare(encoding =

Re: [PHP-DEV] Multibyte and declate (PHP5.4)

2011-08-11 Thread Kalle Sommer Nielsen
Hi Sebastian 2011/8/11 Sebastian Krebs : > Hi, > > With PHP5.4 I get this warning > > | Warning: declare(encoding=...) ignored because Zend multibyte feature > | is turned off by settings in [..] > > because of > > | declare(encoding = 'UTF-8'); > > An except from the manual [1] > In PHP 5.4, the

[PHP-DEV] Multibyte and declate (PHP5.4)

2011-08-11 Thread Sebastian Krebs
Hi, With PHP5.4 I get this warning | Warning: declare(encoding=...) ignored because Zend multibyte feature | is turned off by settings in [..] because of | declare(encoding = 'UTF-8'); An except from the manual [1] The encoding declare value is ignored in PHP 5.3 unless php is compiled with