summits:pdmnotesmay09

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
summits:pdmnotesmay09 [2009/06/03 20:21] – added myself dericksummits:pdmnotesmay09 [2009/06/04 06:22] – Spelling. toby
Line 18: Line 18:
 == Other == == Other ==
   - RE2C parser needs to be fixed to support UTF-16. (Scott)   - RE2C parser needs to be fixed to support UTF-16. (Scott)
-  - $_SERVER[] data should stay binary, will be decoded at runtime operations. So $_SERVER['QUERY_STRING'] stays binary as well. Need to see if this breaks scripts or if they can live with the $_SERVER contents being converted via runtime_encoding. There was a proposal to selectively convert only certain parts of $_SERVER ‚Äî we should wait and see which parts the people ask for the most and consider that. (Andrei)+  - $_SERVER[] data should stay binary, will be decoded at runtime operations. So $_SERVER['QUERY_STRING'] stays binary as well. Need to see if this breaks scripts or if they can live with the $_SERVER contents being converted via runtime_encoding. There was a proposal to selectively convert only certain parts of $_SERVER — we should wait and see which parts the people ask for the most and consider that. (Andrei)
   - To get the raw request data use $_SERVER['QUERY_STRING'], %%$HTTP_RAW_POST_DATA%%, or filter extension. (Andrei)   - To get the raw request data use $_SERVER['QUERY_STRING'], %%$HTTP_RAW_POST_DATA%%, or filter extension. (Andrei)
   - New encoding setting for cookies (unicode.cookie_encoding). Defaults to unicode.output_encoding, but can be changed by the user. setcookie() et al will use it to encode cookies on output and incoming cookie data will be decoded with this setting as well. (Andrei)   - New encoding setting for cookies (unicode.cookie_encoding). Defaults to unicode.output_encoding, but can be changed by the user. setcookie() et al will use it to encode cookies on output and incoming cookie data will be decoded with this setting as well. (Andrei)
Line 28: Line 28:
   - Filter needs to support both binary and unicode strings (David Coallier)   - Filter needs to support both binary and unicode strings (David Coallier)
   - Consider caching the charset convertors we open (last 3 or so).   - Consider caching the charset convertors we open (last 3 or so).
-  - zend_attribute_format prints lots of false warmings for things it doesn't understand, we should just remove this+  - zend_attribute_format prints lots of false warnings for things it doesn't understand, we should just remove this
   - integrate ICU date support into ext/date (Derick)   - integrate ICU date support into ext/date (Derick)
   - expose ICU regular expression features either in unicode or create an ICU extension that exposes ICU related things.   - expose ICU regular expression features either in unicode or create an ICU extension that exposes ICU related things.
summits/pdmnotesmay09.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1