Re: [PHP-DEV] PHP 4.5.x-dev
[email protected] (Sascha Schumann)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 3 Mar 2003, Harald Radi wrote:
> sorry for this naive question, i just realized that we have php 4.5.x
> snapshots on snaps.php.net, i assume this is the PHP_4 branch. does that mean
> that PHP_4_3 and PHP_4 should kept synchronized ?
Yes, general fixes can be committed to the PHP_4 branch.
> is there also a PHP_4 branch in the Zend module or ist HEAD supposed to be
> PHP_4 ?
There is also a PHP_4 branch in the Zend module, so a regular
$ cd php4
$ cvs upd -r PHP_4
works.
- Sascha