]> granicus.if.org Git - php/commit
Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings
authorAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:18:22 +0000 (21:18 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:18:22 +0000 (21:18 +0000)
commit91619d9e1d0cba3ea4e1e5b6cb061d3b57d556b3
treeb683be1ee3a00b73dbf9b65a03d1bea6da8c6103
parent8ce99ad71be9f858aacb1f2f63c93a6708648623
Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings
but convert them to binary. We can revisit supporting something like 'U'
format in the future, if it's needed.
ext/standard/pack.c