]> granicus.if.org Git - php/commit
- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
authorMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 17 Mar 2009 05:31:04 +0000 (05:31 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 17 Mar 2009 05:31:04 +0000 (05:31 +0000)
commitd8a22d0b05234697825e6f0ea8589429b7c4a6cf
tree2e8a72c480582d25d6d5bcdcbbb22c2b56b05504
parent6f3f68311ba22b19e1cf32ec24e86bca6f49bed0
- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
  well as '/'. It's impossible to specify the filter in php://filter without
  this fix.

# I hope this to be merged to 5.2 as well. This doesn't break BC as there is
# no such encoding name that contains '.'. (Andif there were to be such one,
# the filter is failed in the first place since it also uses '.' for the
# delimiter between the filter name and the "from" encoding name.
ext/iconv/iconv.c