ID:               19909
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         mbstring related
 Operating System: any
 PHP Version:      4.3.0-pre1
 New Comment:

Since when has PCRE been a multibyte string encoding?
Can you be more specific about what you need?

PHP ships with UTF-8 enabled PCRE by default (if you
use the bundled PCRE), and has done since before 4.2
for unix (4.2 and later for windows).

mbstring != PCRE; their functions are completely different.


Previous Comments:
------------------------------------------------------------------------

[2002-10-14 14:48:41] [EMAIL PROTECTED]

Mbstring doesn't provide support for PCRE.  This is unfortunate since
there is (experimental) UTF-8 support in PCRE which is as simple to
turn on as flipping a compile flag and specifying an option to
pcre_compile()

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19909&edit=1

Reply via email to