Re: Engine selection on Win32

php.internals

Sascha Schumann

23 years ago
> But is this really necessary? I fail to see the point of having to > check out both versions of the Zend Engine twice when doing
As already pointed out, the following branches should be empty: ZE1: HEAD ZE2: PHP_4, PHP_4_3
> Is there any technical problem, that I don't see, with the way we > handled this before (havin php4 and php5 aliased that select the > correct {Zend|ZendEngine2} CVS module)?
Encoding a version in the CVS module name does not work, because there is no provision to select a default branch (e.g. php4 really gave you a broken php5 checkout in the past). - Sascha