mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
*** empty log message ***
This commit is contained in:
parent
042bb6a306
commit
10fa6de30c
1 changed files with 0 additions and 10 deletions
|
@ -47,14 +47,4 @@
|
||||||
|
|
||||||
* output.c needs a lot of work as it passes char* around
|
* output.c needs a lot of work as it passes char* around
|
||||||
|
|
||||||
* Require and/or bundle ICU 3.4.
|
|
||||||
|
|
||||||
* Right now if a function passes "TT" to zend_parse_parameters(), and one of
|
|
||||||
the arguments is IS_BINARY, then all of the rest of T arguments are
|
|
||||||
converted to IS_BINARY as well. I will modify it so that if one of the other
|
|
||||||
arguments is IS_UNICODE then we generate an error and abort parsing. If we
|
|
||||||
do run across a function that really needs to accept IS_BINARY as one
|
|
||||||
argument and IS_UNICODE as another, then we can use "bu" for the parsing
|
|
||||||
format.
|
|
||||||
|
|
||||||
* Should strtoupper()/strtolower() use full or simple case mapping?
|
* Should strtoupper()/strtolower() use full or simple case mapping?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue