[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/standard/basic_functions.c PHP_5_4/ext/standard/basic_functions.c

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:36:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317304 Log: - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) sizeof(int) like on sparc Bug: https://bugs.php.net/55622 (error

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:38:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317305 Log: - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) sizeof(int) like on sparc Bug: https://bugs.php.net/55622 (error

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/main/php_ini.c trunk/ext/standard/basic_functions.c

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:49:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317306 Log: - be sure to check if the var ha not been removed between the two calls Changed paths: U

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

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:56:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=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:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/main/php_ini.c trunk/ext/standard/basic_functions.c

2011-09-26 Thread Hannes Magnusson
On Mon, Sep 26, 2011 at 10:49, Pierre Joye paj...@php.net wrote: pajoye                                   Mon, 26 Sep 2011 08:49:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317306 Log: - be sure to check if the var ha not been removed between the two calls Changed

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 paj...@php.net wrote: pajoye                                   Mon, 26 Sep 2011 08:56:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317307 Log: - update news Changed paths:    U   php/php-src/branches/PHP_5_3/NEWS    U  

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/main/php_ini.c trunk/ext/standard/basic_functions.c

2011-09-26 Thread Pierre Joye
yes, another commit has been done at the same time by mistake, I added a comment about that in the respective bug report. Cheers, On Mon, Sep 26, 2011 at 2:30 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 26, 2011 at 10:49, Pierre Joye paj...@php.net wrote: pajoye          

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 hannes.magnus...@gmail.com wrote: On Mon, Sep 26, 2011 at 10:56, Pierre Joye paj...@php.net wrote: pajoye        

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 pierre@gmail.com wrote: that's changes since

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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/calendar/tests/unixtojd.phpt branches/PHP_5_4/ext/calendar/tests/unixtojd.phpt trunk/ext/calendar/tests/unixtojd.phpt

2011-09-26 Thread Christopher Jones
sixd Mon, 26 Sep 2011 19:13:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317340 Log: Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(10) Changed paths: U

[PHP-CVS] svn: /SVNROOT/ pear_avail

2011-09-26 Thread Michael Gauthier
gauthiermMon, 26 Sep 2011 20:17:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317345 Log: Add janpascal to pear/packages/Net_NNTP Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/session/tests/ 014.phpt 015.phpt 018.phpt 020.phpt 021.phpt bug36459.phpt bug41600.phpt

2011-09-26 Thread Christopher Jones
sixd Mon, 26 Sep 2011 20:31:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317348 Log: MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-dev Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/classes/ is_a.phpt

2011-09-26 Thread Christopher Jones
Alan, Can you look at is_a_error_001.phpt and is_subclass_of_error_001.phpt in PHP_5_3? These are now diffing: http://gcov.php.net/viewer.php?version=PHP_5_3func=tests Thanks, Chris On 09/23/2011 06:18 PM, Alan Knowles wrote: alan_k Sat, 24 Sep 2011

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/calendar/gregor.c branches/PHP_5_4/ext/calendar/gregor.c trunk/ext/calendar/gregor.c

2011-09-26 Thread Gustavo André dos Santos Lopes
cataphract Mon, 26 Sep 2011 22:38:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317360 Log: - Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about another function). NEWS tests tomorrow. Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/bug36459.phpt branches/PHP_5_4/ext/session/tests/bug36459.phpt trunk/ext/session/tests/bug36459.phpt

2011-09-26 Thread Ferenc Kovacs
tyrael Mon, 26 Sep 2011 23:28:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317363 Log: fix #49599, the eol-style is important here, as this is a regression test for #36459 Bugs: https://bugs.php.net/49599 (Closed) file eol lost with svn

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/gmstrftime_variation22.phpt branches/PHP_5_4/ext/date/tests/strftime_variation22.phpt bra

2011-09-26 Thread Ferenc Kovacs
Hi Stas. does this fixes https://bugs.php.net/bug.php?id=55546 ? if not, can you reproduce the problem described there? On Wed, Aug 31, 2011 at 9:10 AM, Stanislav Malyshev s...@php.net wrote: stas                                     Wed, 31 Aug 2011 07:10:17 + Revision:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/gmstrftime_variation22.phpt branches/PHP_5_4/ext/date/tests/strftime_variation22.phpt bra

2011-09-26 Thread Stas Malyshev
Hi! On 9/26/11 4:47 PM, Ferenc Kovacs wrote: Hi Stas. does this fixes https://bugs.php.net/bug.php?id=55546 ? if not, can you reproduce the problem described there? These two do not fail for me now. The fix looks the same, so I'm closing the bug. -- Stanislav Malyshev, Software Architect

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/gmstrftime_variation22.phpt branches/PHP_5_4/ext/date/tests/strftime_variation22.phpt bra

2011-09-26 Thread Ferenc Kovacs
nice, thanks! On Tue, Sep 27, 2011 at 1:55 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! On 9/26/11 4:47 PM, Ferenc Kovacs wrote: Hi Stas. does this fixes https://bugs.php.net/bug.php?id=55546 ? if not, can you reproduce the problem described there? These two do not fail for me

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/ is_a.phpt

2011-09-26 Thread Alan Knowles
alan_k Tue, 27 Sep 2011 00:19:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317364 Log: move autoloaded is_a test to where all the other is_a tests are Changed paths: A +

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/ is_a_error_001.phpt is_subclass_of_error_001.phpt

2011-09-26 Thread Alan Knowles
alan_k Tue, 27 Sep 2011 00:42:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317365 Log: fix is_a errror test so they test correctly against new behaviour of is_a and is_subclass_of Changed paths: U

Re: Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/classes/ is_a.phpt

2011-09-26 Thread Alan Knowles
Should be fixed now Regards Alan --- On 27/Sep/2011, Christopher Jones wrote: Alan, Can you look at is_a_error_001.phpt and is_subclass_of_error_001.phpt in PHP_5_3? These are now diffing: http://gcov.php.net/viewer.php?version=PHP_5_3func=tests Thanks, Chris On 09/23/2011

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/calendar/tests/bug53574.phpt branches/PHP_5_3/ext/calendar/tests/bug53574_1.phpt branches/PHP_5_3/ext/calendar/tests/bug53574_2.phpt branches/PHP_5_4/

2011-09-26 Thread Ferenc Kovacs
tyrael Tue, 27 Sep 2011 00:53:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317366 Log: split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit Bug: https://bugs.php.net/53574 (Re-Opened)