Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-21 Thread Stig S. Bakken
Zeev Suraski wrote: > > It's been bugging me for over a year now, and I'm now trying to figure out > the best way to do it. output.c sits today in ext/standard, which is > wrong, as it's really a part of the inner core of PHP, and not a set of > functions. > If I move the file in the CVS reposit

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Sascha Schumann
On Fri, 20 Jul 2001, Zeev Suraski wrote: > That sounds like a pretty cool idea! Btw, you can also manually remove the old tags from output.c,v after copying it.. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Andi Gutmans
At 12:27 PM 7/20/2001 -0400, Jon Parise wrote: >On Fri, Jul 20, 2001 at 04:14:21PM +0300, Zeev Suraski wrote: > > > It's been bugging me for over a year now, and I'm now trying to figure out > > the best way to do it. output.c sits today in ext/standard, which is > > wrong, as it's really a part

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Zeev Suraski
That sounds like a pretty cool idea! At 19:27 20/07/2001, Jon Parise wrote: >On Fri, Jul 20, 2001 at 04:14:21PM +0300, Zeev Suraski wrote: > > > It's been bugging me for over a year now, and I'm now trying to figure out > > the best way to do it. output.c sits today in ext/standard, which is > >

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Jon Parise
On Fri, Jul 20, 2001 at 04:14:21PM +0300, Zeev Suraski wrote: > It's been bugging me for over a year now, and I'm now trying to figure out > the best way to do it. output.c sits today in ext/standard, which is > wrong, as it's really a part of the inner core of PHP, and not a set of > functio

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Walter Franzini
"Jason Greene" <[EMAIL PROTECTED]> writes: > It a shame that CVS doesn't have a way to handle things like this.. > Are there commercial systems that can? Aegis handle file and directory rename operation and is Free. Read more here http://www.canb.auug.org.au/~millerp/aegis/aegis.html -- Walte

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Alexander Bokovoy
On Fri, Jul 20, 2001 at 05:27:36PM +0200, Oyvind Moll wrote: > * Alexander Bokovoy <[EMAIL PROTECTED]> > | > | On Fri, Jul 20, 2001 at 04:25:44PM +0200, Sebastian Bergmann wrote : > | > I recently came by accident across subversion > | > > | > http://subversion.tigris.org/ > | > > | > I

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Andi Gutmans
mmercial systems that can? > >-Jason > >- Original Message - >From: "Zeev Suraski" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, July 20, 2001 8:14 AM >Subject: [PHP-DEV] Moving output.c from ext/standard to main/ > > > >

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Oyvind Moll
* Alexander Bokovoy <[EMAIL PROTECTED]> | | On Fri, Jul 20, 2001 at 04:25:44PM +0200, Sebastian Bergmann wrote : | > I recently came by accident across subversion | > | > http://subversion.tigris.org/ | > | > I have yet to download and get a feel for it, but the website's | > feature lis

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Peter Petermann
> On Fri, 20 Jul 2001, Zeev Suraski wrote: > > I'm thinking about moving the file in CVS, and in addition to fixing the > > HEAD branch, fix also the 4.0.6 branch, so that we at least can check out > > one version back. What do you guys think? > +1 on this +1 =) Peter -- *ZIMT - where PHP mee

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Jason Greene
Wow, thanx. All my cvs gripes are answered. Can wait to use it when its stable. -Jason - Original Message - From: "Sebastian Bergmann" <[EMAIL PROTECTED]> To: "php-dev mailinglist" <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 9:25 AM Subject: Re: [P

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Alexander Bokovoy
On Fri, Jul 20, 2001 at 04:34:42PM +0200, Markus Fischer wrote: > On Fri, Jul 20, 2001 at 04:25:44PM +0200, Sebastian Bergmann wrote : > > Jason Greene wrote: > > > It a shame that CVS doesn't have a way to handle things like > > > this. Are there commercial systems that can? > > > > You don'

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Markus Fischer
On Fri, Jul 20, 2001 at 04:25:44PM +0200, Sebastian Bergmann wrote : > Jason Greene wrote: > > It a shame that CVS doesn't have a way to handle things like > > this. Are there commercial systems that can? > > You don't need a commercial system for this. > > I recently came by accident acro

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Sebastian Bergmann
Jason Greene wrote: > It a shame that CVS doesn't have a way to handle things like > this. Are there commercial systems that can? You don't need a commercial system for this. I recently came by accident across subversion http://subversion.tigris.org/ I have yet to download and get

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Andrei Zmievski
On Fri, 20 Jul 2001, Jason Greene wrote: > It a shame that CVS doesn't have a way to handle things like this.. > Are there commercial systems that can? Sure, any number of them. -Andrei "C combines all the power of assembly language with all the ease of use of assembly language" -- trad -- P

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Thies C. Arntzen
On Fri, Jul 20, 2001 at 04:14:21PM +0300, Zeev Suraski wrote: > It's been bugging me for over a year now, and I'm now trying to figure out > the best way to do it. output.c sits today in ext/standard, which is > wrong, as it's really a part of the inner core of PHP, and not a set of > function

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Jason Greene
It a shame that CVS doesn't have a way to handle things like this.. Are there commercial systems that can? -Jason - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 8:14 AM Subject: [PHP-DE

Re: [PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Andrei Zmievski
On Fri, 20 Jul 2001, Zeev Suraski wrote: > I'm thinking about moving the file in CVS, and in addition to fixing the > HEAD branch, fix also the 4.0.6 branch, so that we at least can check out > one version back. What do you guys think? +1 on this -Andrei "Man, if you gotta ask, you'll never

[PHP-DEV] Moving output.c from ext/standard to main/

2001-07-20 Thread Zeev Suraski
It's been bugging me for over a year now, and I'm now trying to figure out the best way to do it. output.c sits today in ext/standard, which is wrong, as it's really a part of the inner core of PHP, and not a set of functions. If I move the file in the CVS repository and fix the references, th