mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
*** empty log message ***
This commit is contained in:
parent
97c8b1d13e
commit
a6cbba9ee1
1 changed files with 4 additions and 3 deletions
|
@ -35,7 +35,8 @@
|
|||
performance difference when doing quickCheck + normalize versus simple
|
||||
normalize.
|
||||
|
||||
* UG(unicode) is turned off during MINIT() currently. We need to figure out
|
||||
a way to avoid turning it off.
|
||||
* USTR_MAKE("") should be estrndup(EMPTY_STR)
|
||||
|
||||
* USTR_MAKE("") should be EMPTY_STR
|
||||
* See if ext/pcre can ba adjusted to allow operations on pure binary
|
||||
strings. Ideal mode would be: convert all IS_UNICODE to UTF-8, assume that
|
||||
binary strings with /u modifier are UTF-8, otherwise it's pure binary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue