From: Jason C. <cam...@xp...> - 2001-04-09 23:39:27
|
I'd like to see daily snapshot packages of the CVS built nightly so we can test features that are added to the system. Either just the developers having access to the snapshot packages or everyone having access and knowing that it could be really buggy if they used the snapshots. Right now everything would show with the translate information in the files unless you made your own package. Jason Campbell Xplozive Media Technologies www.xplozivemedia.com |
From: Jeremy A. <ja...@tu...> - 2001-04-10 17:36:29
|
So you mean a copy of CVS run throught the language proccesser and then put up for download in tarball&zip. You dont mean a tarball of the CVS dir with all the comments and cvs info? I can set up a cron job to do it so just let me know. > I'd like to see daily snapshot packages of the CVS built nightly so we > can test features that are added to the system. Either just the > developers having access to the snapshot packages or everyone having > access and knowing that it could be really buggy if they used the > snapshots. Right now everything would show with the translate > information in the files unless you made your own package. > > Jason Campbell > Xplozive Media Technologies > www.xplozivemedia.com > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Spiggy T. <th...@me...> - 2001-04-11 04:10:52
|
At 01:32 PM 4/10/2001 -0400, you wrote: >So you mean a copy of CVS run throught the language proccesser and then put >up for download in tarball&zip. You dont mean a tarball of the CVS dir >with all the comments and cvs info? I can set up a cron job to do it so >just let me know. i believe he means the latest source run through the language processor. i dont think it even needs to come as both tarball and zip. winzip handles tarballs without problems. paivi |
From: Geoff S. <Ge...@Ho...> - 2001-04-11 05:30:59
|
I agree. Forget the zip file and just do a tarball. The only time a zip file would be needed is if we had a different version of phpWebsite for Windows. Since we don't, no need for a zip! Geoff > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of > Spiggy TheCat > Sent: Tuesday, April 10, 2001 11:14 PM > To: php...@li... > Subject: Re: [Phpwebsite-developers] Daily snapshots of CVS > > > At 01:32 PM 4/10/2001 -0400, you wrote: > >So you mean a copy of CVS run throught the language proccesser > and then put > >up for download in tarball&zip. You dont mean a tarball of the CVS dir > >with all the comments and cvs info? I can set up a cron job to do it so > >just let me know. > > i believe he means the latest source run through the language > processor. i > dont think it even needs to come as both tarball and zip. winzip handles > tarballs without problems. > > paivi > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Alain F. <al...@va...> - 2001-04-11 08:21:15
|
Hi, Anyway, Windows platforms understand tarballs, too :). On the other hand, although I agree it won't make sense to make a special windows version, it would surely make sense to allow switching from "linux" to "windows" using a config parameter. A small example of a quite annoying incompatibility : if you are using the PHP ISAPI module on IIS, the getenv() function does not work; you have to address the variables through $HTTP_SERVER_VARS, for instance. So it would definitely make sense to have one version that can be manually set to work on both platforms. > -----Message d'origine----- > De : php...@li... > [mailto:php...@li...]De la part de > Geoff Staples > Envoye : mercredi 11 avril 2001 07:31 > A : php...@li... > Objet : RE: [Phpwebsite-developers] Daily snapshots of CVS > > > I agree. Forget the zip file and just do a tarball. > > The only time a zip file would be needed is if we had a different > version of > phpWebsite for Windows. Since we don't, no need for a zip! > > Geoff > |
From: Karsten D. <k.d...@fi...> - 2001-04-11 10:05:51
|
On Wed, Apr 11, 2001 at 10:21:10AM +0200, Alain Fontaine wrote: > function does not work; you have to address the variables through > $HTTP_SERVER_VARS, for instance. So it would definitely make sense to have > one version that can be manually set to work on both platforms. BTW: We should always use HTTP_(POST|SERVER|GET|...)_VARS, since it makes things safer (I don't have the time to explain that right now), works even if track_vars is off and is (as noted) sometimes more compatible. Brian: Maybe this should go into the roadmap as well? Karsten --=20 fishfarm - Karsten Dambekalns Echternstr. 73 - 38100 Braunschweig Tel. +49 531 1232902 mailto:k.d...@fi... Fax. +49 531 1232906 http://www.fishfarm.de/ ----------------------------------------------------- |
From: Jason C. <cam...@xp...> - 2001-04-11 11:00:15
|
I can't believe that simple message would cause 4 posts :) I already sent him a private message about it because I thought he'd get it quicker that way.... > On Wed, Apr 11, 2001 at 10:21:10AM +0200, Alain Fontaine wrote: > >> function does not work; you have to address the variables through >> $HTTP_SERVER_VARS, for instance. So it would definitely make sense to >> have one version that can be manually set to work on both platforms. > > BTW: We should always use HTTP_(POST|SERVER|GET|...)_VARS, since it > makes things safer (I don't have the time to explain that right now), > works even if track_vars is off and is (as noted) sometimes more > compatible. > > Brian: Maybe this should go into the roadmap as well? > > Karsten > -- > fishfarm - Karsten Dambekalns > Echternstr. 73 - 38100 Braunschweig > > Tel. +49 531 1232902 mailto:k.d...@fi... > Fax. +49 531 1232906 http://www.fishfarm.de/ > ----------------------------------------------------- |