Re: [PHP-DEV] PHP cvs help

2001-12-25 Thread Sergey Kartashoff
On Tue, 25 Dec 2001 [EMAIL PROTECTED] wrote: > > ok. Then i will wait and update module after 4.1.1 will be released. > > Will the working branch tag (PHP_4_0_7) remain for PHP 4.1.x ? > > Yes, but you really should not new functionality (support for new > versions) into an old branch. Even for

Re: [PHP-DEV] PHP cvs help

2001-12-25 Thread derick
On Tue, 25 Dec 2001, Sergey Kartashoff wrote: > ok. Then i will wait and update module after 4.1.1 will be released. > Will the working branch tag (PHP_4_0_7) remain for PHP 4.1.x ? Yes, but you really should not new functionality (support for new versions) into an old branch. regards, Derick

Re: [PHP-DEV] PHP cvs help

2001-12-25 Thread Sergey Kartashoff
On Tue, 25 Dec 2001 [EMAIL PROTECTED] wrote: > > So i want to update mnogosearch module to make sure that next > > upcoming PHP release (4.1.1 ?) will come with updated extension. > > > > Can i update it ? > > It's too late anyway, as 4.1.1 is already packaged, and going to be > released tomorro

Re: [PHP-DEV] PHP cvs help

2001-12-25 Thread derick
On Tue, 25 Dec 2001, Sergey Kartashoff wrote: > Ok. Lets discuss it. > > It is very pity that PHP-4.1.0 was released with old mnogosearch extension > module. It does not support a new mnogosearch-3.2.x branch. So i have > really many questions from users. They cannot compile php-4.1.0 with > mnog

Re: [PHP-DEV] PHP cvs help

2001-12-25 Thread Sergey Kartashoff
On Sun, 23 Dec 2001 [EMAIL PROTECTED] wrote: > > I need to migrate latest mngosearch extension from php-4.2dev > > branch into php-4.1.x branch. > > Please do not MFH before discussing it, merging to the 4.1 branch is only > needed for important bugfixes, and not for simply updating the exte

Re: [PHP-DEV] PHP cvs help

2001-12-23 Thread derick
Hello Sergey, On Sun, 23 Dec 2001, Sergey Kartashoff wrote: > I need to migrate latest mngosearch extension from php-4.2dev > branch into php-4.1.x branch. Please do not MFH before discussing it, merging to the 4.1 branch is only needed for important bugfixes, and not for simply updating th

Re: [PHP-DEV] PHP cvs help

2001-12-23 Thread Edin Kadribasic
> Hi! > > Please help me with some CVS question. > I need to migrate latest mngosearch extension from php-4.2dev > branch into php-4.1.x branch. > > To do that i run: > cvs update -r php_4_1_1 The branch tag is PHP_4_0_7 -- PHP Development Mailing List To un

[PHP-DEV] PHP cvs help

2001-12-22 Thread Sergey Kartashoff
Hi! Please help me with some CVS question. I need to migrate latest mngosearch extension from php-4.2dev branch into php-4.1.x branch. To do that i run: cvs update -r php_4_1_1 ... update mnogosearch files... ... remove test.php ... cvs remove test.php ... adding index.php ...