Hi Rangel, for PHP 6 the basic string type ist "unicode string" and most functions will accept these as primary type. But there are a few exceptions where unicode, for different reason, makes no sense. There you have to pass a binary string - an example is the mentioned urlencode(): It has to work on bytes to be reliable but it has no clue on the proper encoding so you need to tell that function "Yes the, I know about the meaning, just take this byte sequence".
A good thing would be to check the archives where most reasons were posted before. johannes On Tue, 2007-05-22 at 15:16 -0300, Rangel Reale wrote: > I'm also having problems with this b"string" incompatibility with older > versions, I know I shouldn't need to have binary strings, but the problem > is, the PHP funcions does not accept an Unicode string (urlencode), so it > gives me a warning. > > In the future will 100% of the functions accept an unicode string? If so, > then to me this should not be a problem. > > ----- Original Message ----- > From: "Tomas Kuliavas" <[EMAIL PROTECTED]> > To: "Jared Williams" <[EMAIL PROTECTED]> > Cc: <internals@lists.php.net> > Sent: Tuesday, May 22, 2007 2:52 PM > Subject: RE: [PHP-DEV] PHP Unicode extension in PHP6 > > > > > > >> Recent versions of PHP5, has a binary string introducer. > >> > >> echo strlen(b"\xC4\x85"); > > > > I have already said to Stefan. It is not an option. I need backwards > > compatibility. If older PHP versions fail with E_PARSE errors, I can't use > > it. > > > > I can't maintain two different library versions, because issue affect lots > > of functions. Currently I can only stop script execution, if > > unicode.semantics=on is detected. Main complain is the fact that scripts > > can't control mbstring.func_overload and unicode.semantics. Only script > > writters know, if their code depends on overloading or unicode syntax. End > > users might be unable to change settings in PHP_INI_PERDIR. > > > > Thanks to all for feedback. > > > > -- > > Tomas > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > -- > > Internal Virus Database is out-of-date. > > Checked by AVG Free Edition. > > Version: 7.5.467 / Virus Database: 269.7.1/805 - Release Date: 15/5/2007 > > 10:47 > > > > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php