egroupware_official/phpgwapi/inc/horde/XML/WBXML
Carsten Wolff 3304616642 Circumvent a bug in some distributions of apache/mod_php, where an apache
child, that has executed a php script with mbstring.func_overload=7 once, will
overload substr() in a later execution of another php script, even if the
Location context of that script has mbstring.func_overload=0 set. Since the
WBXML decoder works byte-by-byte to determine substring length, it fails, if
mb_substr() is used. This patch prevents this.
2008-02-19 09:55:59 +00:00
..
DTD final syncml fixes 2006-01-14 08:29:23 +00:00
ContentHandler.php updated WBXML code to work without external binary 2006-01-11 05:42:07 +00:00
Decoder.php Circumvent a bug in some distributions of apache/mod_php, where an apache 2008-02-19 09:55:59 +00:00
DTD.php updated WBXML code to work without external binary 2006-01-11 05:42:07 +00:00
DTDManager.php updated WBXML code to work without external binary 2006-01-11 05:42:07 +00:00
Encoder.php final syncml fixes 2006-01-14 08:29:23 +00:00