Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-26 Thread Rasmus Lerdorf
On 09/26/2011 03:03 PM, Hannes Magnusson wrote:
> Where is that discussion?
> 
> Would be nice to have this officially known, as it often becomes
> really weird during 5.3.42 and 5.4.3 development.. is bugfix XYZ
> including in that or that release :]

We had it a while ago. It makes perfect sense to me to keep track of
what is fixed between beta and rc versions. When we roll the final 5.4.0
release NEWS will contain just the differences between 5.3 and 5.4. When
someone upgrades from beta-1 to beta-2 they would expect the NEWS file
to contain a complete list of stuff that is new in this beta release.

Same goes for any release. 5.3.x to 5.3.x+1 and 5.4.x and 5.4.x+1. The
x+1 NEWS file should always contain the changes from x no matter where
else that fix might appear.

The only thing we do, which is probably what is confusing you, is that
we reset at major release time. We expect people to come from 5.3.x to
5.4.0 so the NEWS file should reflect that.

-Rasmus


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



Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-26 Thread Hannes Magnusson
Where is that discussion?

Would be nice to have this officially known, as it often becomes
really weird during 5.3.42 and 5.4.3 development.. is bugfix XYZ
including in that or that release :]

-Hannes


On Mon, Sep 26, 2011 at 15:00, Pierre Joye  wrote:
> 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
>  wrote:
>> On Mon, Sep 26, 2011 at 10:56, Pierre Joye  wrote:
>>> pajoye                                   Mon, 26 Sep 2011 08:56:56 +
>>>
>>> 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



Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-26 Thread Pierre Joye
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
 wrote:
> On Mon, Sep 26, 2011 at 10:56, Pierre Joye  wrote:
>> pajoye                                   Mon, 26 Sep 2011 08:56:56 +
>>
>> 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



Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-26 Thread Hannes Magnusson
On Mon, Sep 26, 2011 at 10:56, Pierre Joye  wrote:
> pajoye                                   Mon, 26 Sep 2011 08:56:56 +
>
> 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

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



Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-13 Thread Hannes Magnusson
On Tue, Sep 13, 2011 at 15:11, Xinchen Hui  wrote:
> laruence                                 Tue, 13 Sep 2011 13:11:42 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=316622
>
> 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-13 13:02:57 UTC (rev 316621)
> +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-13 13:11:42 UTC (rev 316622)
> @@ -59,6 +59,9 @@
>     instead of false when no nodes are found as it was since 5.3.3
>     (bug #48601). (chregu, rrichards)
>
> +- String:
> +  . Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some 
> tab-separated
> +    records). (Laruence)
>
>  23 Aug 2011, PHP 5.3.8
>
>
> Modified: php/php-src/branches/PHP_5_4/NEWS
> ===
> --- php/php-src/branches/PHP_5_4/NEWS   2011-09-13 13:02:57 UTC (rev 316621)
> +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-13 13:11:42 UTC (rev 316622)
> @@ -365,6 +365,7 @@
>  - Fixed bug #55473 (mysql_pconnect leaks file descriptors on reconnect). 
> (Andrey, Laruence)
>  - Fixed bug #55423 (cli-server could not output correctly in some case). 
> (Laruence, chobieee at gmail dot com)
>  - Fixed bug #55653 (PS crash with libmysql when binding same variable as 
> param and out). (Laruence)
> +- Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some 
> tab-separated records). (Laruence)
>


We only add NEWS entries to the lowest relased branch..

-Hannes

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



Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-08-30 Thread Kalle Sommer Nielsen
Hi

2011/8/30 Arpad Ray :
> arpad                                    Tue, 30 Aug 2011 14:01:35 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=315784
>
> Log:
> fix news entries
>
> 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-08-30 14:01:03 UTC (rev 315783)
> +++ php/php-src/branches/PHP_5_3/NEWS   2011-08-30 14:01:35 UTC (rev 315784)
> @@ -5,7 +5,8 @@
>  - 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)

Please list newest bugs first (descending) and use the "Fixed bug #no
(desc) (who)" syntax like the others :)

-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

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