# This solution cannot be backported to PHP 4.3 -- damn!
- Fixed bug #26534 (stream_get_meta_data() -> Access Violation). (Wez)
- Fixed bug #26528 (HTML entities are not being decoded by
xml_parse()/xml_parse_into_struct()). (Ilia)
-- Fixed bug #26304 (Unexpected data loss when opening dba file). (Marcus)
- Fixed bug #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals).
(Moriyoshi)
- Fixed bug #26083 (Non-working write support in ext/dom). (Ilia)
/* the create/append check will be done on the lock
* when the lib opens the file it is already created
*/
- file_mode = "a+b";
+ file_mode = "w+b";
lock_file_mode = "a+b";
}
break;