On Jul 25, 2006, at 3:03 PM, Nuno Lopes wrote:
Hello,
So Andrei asked me to upgrade the zlib extension, but I have a few
questions I would like to discuss with you:
* when receiving an unicode string, what should we do? compress
with as-is, prepend a BOM header (and skip it while
uncompre
I think whenever we are storing data in external source such as
compressed file, shared memory and so on, we need to treat the data
as binary.
On 25-Jul-06, at 6:03 PM, Nuno Lopes wrote:
Hello,
So Andrei asked me to upgrade the zlib extension, but I have a few
questions I would like to
Hello,
So Andrei asked me to upgrade the zlib extension, but I have a few questions
I would like to discuss with you:
* when receiving an unicode string, what should we do? compress with as-is,
prepend a BOM header (and skip it while uncompressing)? (now I'm unsure if
PHP/ICU uses utf16 in th