- Core:
. Fixed bug #52461 (Incomplete doctype and missing xmlns).
(virsacer at web dot de, Pierre)
- . Fixed bug #55366: keys lost when using substr_replace an array (arpad)
+ . Fixed bug #55366: keys lost when using substr_replace an array (Arpad)
+ . Fixed bug #55510: $_FILES 'name' missing first character after upload (Arpad)
- DateTime:
. Fixed bug #48476 (cloning extended DateTime class without calling
filter). (slusarz at curecanti dot org)
. Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
TMPDIR on Windows). (Pierre)
- . Fixed bug #55510: ($_FILES 'name' missing first character after upload)
- (arpad)
- Apache2 Handler SAPI:
. Fixed bug #54529 (SAPI crashes on apache_config.c:197).