The great unification has commenced.
There is now a single module php-src which contains all PHP 4
and PHP 5 branches.
BRANCH INFORMATION
Please make yourself familiar with the "cvs checkout -r
BRANCH" notation. It will be necessary from now on for a
checkout.
Some examples:
PHP 5: cvs co -r PHP_5 php-src-ze2
PHP 4: cvs co -r PHP_4 php-src-ze1
PHP 4.3: cvs co -r PHP_4_3 php-src-ze1
The branch names can also be used for cvs diff and merge
operations. Note that all of the above commands create a
local directory named "php-src".
I hope that we can eliminate the ze1/ze2 suffixes soon, but
that is another topic.
UPGRADE PROCEDURE
The php4/php5 modules have been disabled so that you cannot
accidentially commit code into the wrong branch. A "cvs
update" will also fail. Please use the following syntax to
upgrade your existing checkout:
$ cd phpX
$ find . -name Repository|xargs perl -pi -e 's/php./php-src/'
$ cvs upd -r PHP_5
Replace PHP_5 with the name of the branch you are working on.
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php