Browse Source

Update.

migration/RELEASE_1_0_0
Andrei Zmievski 20 years ago
parent
commit
8f01ff8b4a
  1. 5
      unicode-todo.txt

5
unicode-todo.txt

@ -5,9 +5,6 @@
* Discuss putting ZEND_ATTRIBUTE_FORMAT back on zend_error() or create a new * Discuss putting ZEND_ATTRIBUTE_FORMAT back on zend_error() or create a new
zend_error_ex() function that supports new specifiers zend_error_ex() function that supports new specifiers
* Should we apply identifier validity checks in functions that deal with
identifiers, such as define(), get_class(), etc?
* Determine how to deal with filesystem and filenames when Unicode is * Determine how to deal with filesystem and filenames when Unicode is
involved. This concerns both the extension functions and things like involved. This concerns both the extension functions and things like
compile_file(), open_file_for_scanning(), etc. compile_file(), open_file_for_scanning(), etc.
@ -25,8 +22,6 @@
is almost there, but needs to handle conversion errors and provide a way to is almost there, but needs to handle conversion errors and provide a way to
explicitly re-decode raw data with specified encoding. explicitly re-decode raw data with specified encoding.
* output.c needs a lot of work as it passes char* around
* Optimize T_INLINE_HTML blocks conversion by either creating a converter * Optimize T_INLINE_HTML blocks conversion by either creating a converter
cache or remembering the last used converter in the executor globals. cache or remembering the last used converter in the executor globals.

Loading…
Cancel
Save