Re: [DOC-WEB] cvs: functable / update.all
[email protected] (Gabor Hojtsy)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
This means that no PHP 3 compatibility information will be available in upcoming versions of the generated function metainformation? Goba Hartmut Holzgraefe wrote: > hholzgra Tue Nov 15 09:42:35 2005 EDT > > Modified files: > /functable update.all > Log: > PHP 3 CVS is dead, no need to check for updates anymore > > > http://cvs.php.net/diff.php/functable/update.all?r1=1.13&r2=1.14&ty=u > Index: functable/update.all > diff -u functable/update.all:1.13 functable/update.all:1.14 > --- functable/update.all:1.13 Sat Apr 2 22:14:56 2005 > +++ functable/update.all Tue Nov 15 09:42:33 2005 > @@ -33,15 +33,6 @@ > fi > done > > - # getting php3 latest developement snapshot > - echo updating php3 cvs > - if [ -d php_3_cvs ] > - then > - (cd php_3_cvs; cvs update 2>&1 | grep -v "^. php_3_cvs" | grep -v Updating) > - else > - cvs -d ":pserver:[email protected]:/repository" get -d php_3_cvs php3 > - fi > - > # getting php4 releases > for release in `xargs echo < ../version4.tags` > do >