Re: [PHP-DEV] 5.3.6-13 -> 5.3.7-1 test result diff

2011-08-23 Thread Ondřej Surý
Hi all, On Tue, Aug 23, 2011 at 04:33, Daniel Convissor wrote: > Hi Stas: > > On Mon, Aug 22, 2011 at 03:31:56PM -0700, Stas Malyshev wrote: >> >> We still have tons of failures in DateTime IIRC and that's because >> of the buggy three-letter timezones. > > There are bugs with both type 1 (regula

Re: [PHP-DEV] Choosing a distributed version control system for PHP - problems

2011-08-23 Thread Lester Caine
David Muir wrote: It would seem however that a hybrid system supporting both is > probably still some way off:( > There's something weird in HG's network stack. I tried doing grabbing an svn repository with hg, and it took over an hour to get part of the way through. Bazaar was able to grab the

Re: [PHP-DEV] Use system crypt() when possible

2011-08-23 Thread Ondřej Surý
Hi Pierre, On Mon, Aug 22, 2011 at 22:01, Pierre Joye wrote: > hi, > On Mon, Aug 22, 2011 at 9:51 PM, Ondřej Surý wrote: >> So I will (ab)use this time and ask for a feedback (again). I only >> received this from Pierre: >> >>> Not sure I agree with these changes, they are not supposed to be val

Re: [PHP-DEV] Use system crypt() when possible

2011-08-23 Thread Pierre Joye
On Tue, Aug 23, 2011 at 9:16 AM, Ondřej Surý wrote: > Cool, that was the response I was hoping for :). I can do some basic > testing myself and I will speak with other maintainers and porters for > help on the esoteric systems (Windows, VMS, etc... :)) Windows will always use the builting versio

[PHP-DEV] Win More Bets… Take Your Bookie to the Cleaners!

2011-08-23 Thread Sports Bet Tech
Sports Bet Tech – Designed by Sports Bettors for Sports Bettors What Makes This Website Different? ~~ VIEW THE ATTACHED BROCHURE TO FIND OUT ~~ We don't take bets… We just help Sports Bettors win more bets! We collect sports data, analyze the data using our Value Assign

Re: [PHP-DEV] CRYPT_SHA256 fails tests in trunk

2011-08-23 Thread Hannes Magnusson
2011/8/22 Solar Designer : > On Mon, Aug 22, 2011 at 04:01:46PM +0200, Pierre Joye wrote: >> On Mon, Aug 22, 2011 at 3:52 PM, Solar Designer wrote: >> >> On Mon, Aug 22, 2011 at 3:05 PM, Pierre Joye wrote: >> >> > it seems that the changes break BC too, pls see >> >> > https://bugs.php.net/bug.ph

Re: [PHP-DEV] CRYPT_SHA256 fails tests in trunk

2011-08-23 Thread Solar Designer
On Tue, Aug 23, 2011 at 11:31:02AM +0200, Hannes Magnusson wrote: > Added to http://php.net/security/crypt, and added a link from the > release announcement and changelog. > (should show up in an hour or two). Thanks. I suggest the following three changes: 1. Change the title from "crypt() secur

Re: [PHP-DEV] CRYPT_SHA256 fails tests in trunk

2011-08-23 Thread Hannes Magnusson
On Tue, Aug 23, 2011 at 12:30, Solar Designer wrote: > On Tue, Aug 23, 2011 at 11:31:02AM +0200, Hannes Magnusson wrote: >> Added to http://php.net/security/crypt, and added a link from the >> release announcement and changelog. >> (should show up in an hour or two). > > Thanks.  I suggest the fol

Re: [PHP-DEV] 5.3.6-13 -> 5.3.7-1 test result diff

2011-08-23 Thread Daniel Convissor
Hi Ondřej: On Tue, Aug 23, 2011 at 09:09:37AM +0200, Ondřej Surý wrote: > > I probably don't know enough about procedures here. But if you know > that the tests are failing, you should move them to XFAIL category, > don't you? The tests that are expected to fail are marked XFAIL. The two other

[PHP-DEV] PHP 5.3.8 Released!

2011-08-23 Thread Johannes Schlüter
The PHP development team would like to announce the immediate availability of PHP 5.3.8. This release fixes two issues introduced in the PHP 5.3.7 release: * Fixed bug #55439 (crypt() returns only the salt for MD5) * Reverted a change in timeout handling restoring PHP 5.3.6 behavior,

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Daniel Convissor
Hi: On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: > FAIL DateTime::diff() days -- spring type2 type2 > [ext/date/tests/DateTime_days-spring-type2-type2.phpt] > FAIL DateTime::diff() days -- spring type2 type3 > [ext/date/tests/DateTime_days-spring-type2-type3.phpt] > FAIL DateTi

Re: [PHP-DEV] 5.3.7 is breaking SSL

2011-08-23 Thread Scott MacVicar
On Aug 17, 2011, at 5:50 PM, Reindl Harald wrote: > well i guess it is the change below this results in connections in hanging > around and after a hughe timeout filling my mailbox with cron-mails: > > mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $ > > without ssl_set() all works fine but un

Re: [PHP-DEV] 5.3.7 is breaking SSL

2011-08-23 Thread Pierre Joye
also check with Andrey, he spent a fair amount of time around this issue. On Tue, Aug 23, 2011 at 7:21 PM, Scott MacVicar wrote: > On Aug 17, 2011, at 5:50 PM, Reindl Harald wrote: > >> well i guess it is the change below this results in connections in hanging >> around and after a hughe timeout

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Rasmus Lerdorf
On 08/23/2011 09:45 AM, Daniel Convissor wrote: > Hi: > > On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: >> FAIL DateTime::diff() days -- spring type2 type2 >> [ext/date/tests/DateTime_days-spring-type2-type2.phpt] >> FAIL DateTime::diff() days -- spring type2 type3 >> [ext/date/

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread marius adrian popa
On Tue, Aug 23, 2011 at 9:51 PM, Rasmus Lerdorf wrote: > On 08/23/2011 09:45 AM, Daniel Convissor wrote: >> Hi: >> >> On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: >>> FAIL DateTime::diff() days -- spring type2 type2 >>> [ext/date/tests/DateTime_days-spring-type2-type2.phpt] >>>

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Lester Caine
Rasmus Lerdorf wrote: and visit it daily from now on? I'd like to see this go to 0 before we release the first 5.4 beta later this year. Probably by moving the bulk of these to XFAIL, but in some cases the tests themselves really are bogus and either need to be removed or fixed. I think that th

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Derick Rethans
On Tue, 23 Aug 2011, Rasmus Lerdorf wrote: > On 08/23/2011 09:45 AM, Daniel Convissor wrote: > > Hi: > > > > On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: > >> FAIL DateTime::diff() days -- spring type2 type2 > >> [ext/date/tests/DateTime_days-spring-type2-type2.phpt] > >> FAIL

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Stas Malyshev
Hi! On 8/23/11 2:37 PM, Derick Rethans wrote: For the DateTime stuff, Dan and I (mostly Dan) are working on getting this fixed, once we figure out how we want it to work. Thanks! Recent test change doesn't look good though, unless I am missing something - it makes add, diff and sub inconsiste

Re: [PHP-DEV] 5.3.7 is breaking SSL

2011-08-23 Thread Reindl Harald
Am 23.08.2011 19:21, schrieb Scott MacVicar: > On Aug 17, 2011, at 5:50 PM, Reindl Harald wrote: > >> well i guess it is the change below this results in connections in hanging >> around and after a hughe timeout filling my mailbox with cron-mails: >> >> mysqlnd 5.0.8-dev - 20102224 - $Revision:

[PHP-DEV] Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/date/tests/DateTime=5Fdata-dates.inc_branches/PHP=5F5=5F3/ext/date/tests/DateTime=5Fdata-february.inc_branches/PHP=5F5=5F3

2011-08-23 Thread Daniel Convissor
Hi Stas: On Tue, Aug 23, 2011 at 10:12:19AM -0700, Stas Malyshev wrote: > > > >Revision: http://svn.php.net/viewvc?view=revision&revision=315376 > > I don't understand this fix. How comes that diff test has: > > test_years_positive__6_shy_1_day: DIFF: 2007-02-06 00:00:00 EST - > 2000-02-07 00:00

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Daniel Convissor
Hi Rasmus: On Tue, Aug 23, 2011 at 11:51:32AM -0700, Rasmus Lerdorf wrote: > > http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests > > and visit it daily from now on? I'd like to see this go to 0 before we > release the first 5.4 beta later this year. Probably by moving the bulk > of these

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread Xinchen Hui
+1, it is so good if there is no compile warnings or test failed at all. :-) Thanks Sent from my iPhone 在 2011-8-24,7:49,Daniel Convissor 写道: > Hi Rasmus: > > On Tue, Aug 23, 2011 at 11:51:32AM -0700, Rasmus Lerdorf wrote: >> >> http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests >> >> a

Re: [PHP-DEV] PHP 5.3.8 Released!

2011-08-23 Thread a...@akbkhome.com
It might have been better to have waited for the is_a() fix to get sorted out.. - It's a very annoying BC break (changes the documented behaviour), and now it means we need 4.3.9 in a few more days. Let me know if you need help testing / applying etc.. Regards Alan On Wednesday, August 24, 20

[PHP-DEV] SVN Downtime

2011-08-23 Thread Rasmus Lerdorf
You may have noticed we had some downtime on svn.php.net today. It started around 16:30 Pacific time and we finally got the box back up at around 23:35. It turned out that the onboard RAID controller had gone bad which wasn't completely obvious initially. Sitting there staring at an fsck and wonde