summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2010-03-12 16:19:25 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2010-03-12 16:19:25 +0000
commit73ba495674b63d80b7f7ca3109805a3e6667da53 (patch)
tree5a636d8809b52327603499fb1962efb4385f3774 /ext/standard/html.c
parentccfd9cd744c700dfc26f73ae47036fb5ad780b4a (diff)
downloadphp-git-73ba495674b63d80b7f7ca3109805a3e6667da53.tar.gz
- Forgot to commit this patch. Sorry.
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index 1f830db0f0..e5891588a7 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -741,8 +741,8 @@ static enum entity_charset determine_charset(char *charset_hint TSRMLS_DC)
return cs_eucjp;
case mbfl_no_encoding_sjis:
- case mbfl_no_encoding_sjis_win:
- case mbfl_no_encoding_sjis_mac:
+ case mbfl_no_encoding_sjis_open:
+ case mbfl_no_encoding_cp932:
return cs_sjis;
case mbfl_no_encoding_cp1252: