From: Scott M. <Sco...@pr...> - 2011-05-09 14:00:10
|
By targeting bleeding edge, you risk two things: Alienating many users who may be unable to support bleeding edge on the server(s) they currently use to run the timesheet system slipping release dates because PHP keeps changing under you There are only a few areas of PHP that have significantly changed from 5.1 to whatever they're at today. I would strongly recommend supporting 5.x by either not using bleeding edge features of the language, or by offering alternative ways of accomplishing those things to the versions that didn't support those features. The right thing to do, is very often not the easy thing to do. -Scott ________________________________ From: David Thompson [mailto:tom...@us...] Sent: Monday, May 09, 2011 3:05 AM To: tsh...@li... Subject: Re: [Tsheetx-developers] Language switch We've had this kind of problem in the past, and I think will have it in the future too. Two years ago it was the move from PHP v4 to v5, but now v5.1, v5.2 and v5.3 all seem to have significant differences (in their libraries). The problem is that PHP is faster than we are, but we could use that to our advantage. Previously I proposed "mainstream", ie support the PHP version that comes as standard with the main linux distros (was 5.2, but I think is now 5.3). But maybe we should now go "bleeding-edge" and set 5.3 as a minimum. It would avoid problems in development, and by the time we release it should be mainstream. What's your experience? Tommo > Date: Fri, 6 May 2011 09:08:07 -0500 > From: Sco...@pr... > To: ma...@rw...; tsh...@li... > Subject: Re: [Tsheetx-developers] Language switch > > I'm running 5.1.6; you're probably remembering that <wrong>I was hoping > to be able to support php 4.x with our next release.</wrong> I'm > thinking I didn't have any instances of that left to test against (and > very likely won't at the new employer either). > > Scratch that now I'm getting a memory back that there was some major > change in the 5.x versions where new the json serialization routines > suddenly made an appearance and the code didn't work with less than > (guessing here) 5.3 or some such, and I wanted to ensure support for php > 5.1.x in the next release. > > -Scott > > -----Original Message----- > From: Mark Wrightson [mailto:ma...@rw...] > Sent: Friday, May 06, 2011 6:18 AM > To: tsh...@li... > Subject: Re: [Tsheetx-developers] Language switch > > I am running PHP V5.3.2 and I now get jLogin, jLogout with the correct > case. :) > > _____________________________________________ > > Mob: 07725 695178 > Email: ma...@rw... > > > On 06/05/2011 05:05, Peter Lazarus wrote: > > Isabelle, > > I wonder what version of php your server is using. If it is earlier > than > > 5.3.0, you would not experience any problem. From memory, Scott has > php > > version 4.something. > > > > My version of php is 5.3.6 and I did have a problem with language, no > > language strings were displayed. > > Peter > > > > On 05/05/2011 04:18 PM, Isabelle Vergely wrote: > >> Hi all, > >> > >> I am surprised because I have no problem with the language switch. > >> I applied what said Scott in a message sent to the list > >> (2011-03-30 15:53), see: > >> http://sourceforge.net/mailarchive/message.php?msg_id=27283175 > >> > >> To test the language, in the file: include/jclasses/factory.php > >> change the line (#74): > >> $locale = "en-GB"; > >> For me, having $locale = "en-GB" or $locale = "fr-FR", it's OK > >> to display strings respectively in English or French. > >> > >> I haven't test the last modification made be Peter yesterday. > >> I will look to this soon. > >> > >> Isabelle. > >> > >> > ------------------------------------------------------------------------ > ------ > >> WhatsUp Gold - Download Free Network Management Software > >> The most intuitive, comprehensive, and cost-effective network > >> management toolset available today. Delivers lowest initial > >> acquisition cost and overall TCO of any competing solution. > >> http://p.sf.net/sfu/whatsupgold-sd > >> _______________________________________________ > >> Tsheetx-developers mailing list > >> Tsh...@li... > >> https://lists.sourceforge.net/lists/listinfo/tsheetx-developers > >> > > > ------------------------------------------------------------------------ > ------ > > WhatsUp Gold - Download Free Network Management Software > > The most intuitive, comprehensive, and cost-effective network > > management toolset available today. Delivers lowest initial > > acquisition cost and overall TCO of any competing solution. > > http://p.sf.net/sfu/whatsupgold-sd > > _______________________________________________ > > Tsheetx-developers mailing list > > Tsh...@li... > > https://lists.sourceforge.net/lists/listinfo/tsheetx-developers > > > > ------------------------------------------------------------------------ > ------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Tsheetx-developers mailing list > Tsh...@li... > https://lists.sourceforge.net/lists/listinfo/tsheetx-developers > > ------------------------------------------------------------------------ ------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Tsheetx-developers mailing list > Tsh...@li... > https://lists.sourceforge.net/lists/listinfo/tsheetx-developers |