that's changes since last 5.4 releases and will be cleaned up in
final. There was a discussion about that and it was told to do so.

On Mon, Sep 26, 2011 at 2:32 PM, Hannes Magnusson
<hannes.magnus...@gmail.com> wrote:
> On Mon, Sep 26, 2011 at 10:56, Pierre Joye <paj...@php.net> wrote:
>> pajoye                                   Mon, 26 Sep 2011 08:56:56 +0000
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=317307
>>
>> Log:
>> - update news
>>
>> Changed paths:
>>    U   php/php-src/branches/PHP_5_3/NEWS
>>    U   php/php-src/branches/PHP_5_4/NEWS
>>
>> Modified: php/php-src/branches/PHP_5_3/NEWS
>> ===================================================================
>> --- php/php-src/branches/PHP_5_3/NEWS   2011-09-26 08:49:28 UTC (rev 317306)
>> +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-26 08:56:56 UTC (rev 317307)
>> @@ -3,11 +3,13 @@
>>  ?? ??? 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)
>> @@ -15,7 +17,7 @@
>>     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).
>>
>> Modified: php/php-src/branches/PHP_5_4/NEWS
>> ===================================================================
>> --- php/php-src/branches/PHP_5_4/NEWS   2011-09-26 08:49:28 UTC (rev 317306)
>> +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-26 08:56:56 UTC (rev 317307)
>> @@ -5,11 +5,13 @@
>>   . Improve the warning message of incompatible arguments. (Laruence)
>>
>>  - 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 #55705 (Omitting a callable typehinted argument causes a 
>> segfault).
>>     (Felipe, Laruence)
>>   . Fixed bug #55758 (Digest Authenticate missed in 5.4) . (Laruence)
>> +  . Fixed bug #55622 (memory corruption in parse_ini_string). (Pierre)
>
> I thought we only listed news entries in the "lowest branch"?
> Stuff fixed in 5.3.x is very much expected to be fixed in 5.4.0.
>
> -Hannes
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to