Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/installation/index.php
Parent Directory
|
Revision Log
|
Patch
| 73 |
if (preg_match('/<?xml.*encoding=[\'"](.*?)[\'"].*?>/m', $source, $m)) { |
if (preg_match('/<?xml.*encoding=[\'"](.*?)[\'"].*?>/m', $source, $m)) { |
| 74 |
$encoding = strtoupper($m[1]); |
$encoding = strtoupper($m[1]); |
| 75 |
} |
} |
| 76 |
$parser = xml_parser_create("UTF-8"); |
$parser = xml_parser_create(); |
| 77 |
xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "UTF-8"); |
xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "UTF-8"); |
| 78 |
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0); |
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0); |
| 79 |
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1); |
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1); |
|
|
Legend:
| Removed from v.1081 |
|
| changed lines |
| |
Added in v.1082 |
|
|

Web Hosting provided by Network
Redux.