?? ??? 2011, PHP 5.3.9
- Core:
+ . Fixed bug #55749 (TOCTOU issue in getenv() on Windows builds). (Pierre)
. Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
parisc). (Felipe)
. Fixed bug #55649 (Undefined function Bug()). (Laruence)
- . Fixed bug #55576: Cannot conditionally move uploaded file without race
- condition. (Gustavo)
+ . Fixed bug #55622 (memory corruption in parse_ini_string). (Pierre)
+ . Fixed bug #55576 (Cannot conditionally move uploaded file without race
+ condition). (Gustavo)
. Fixed bug #55510: $_FILES 'name' missing first character after upload.
(Arpad)
. Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
HTTP POST request). (Hannes)
. 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 #55273 (base64_decode() with strict rejects whitespace after
pad). (Ilia)
. Fixed bug #54304 (RegexIterator::accept() doesn't work with scalar values).