Re: [PHP-DEV] Engine selection on Win32

2003-06-26 Thread Sascha Schumann
> Checkout of php-src should only give you php-src, not Zend. :) > There's nothing wrong with the php4/php5 aliases, that worked > just fine, now this shit in there now gives you 2 zend-directories.. > Ridiculous. I agree that it is ridiculous that we have two zend director

Re: [PHP-DEV] Engine selection on Win32

2003-06-26 Thread Jani Taskinen
On Thu, 26 Jun 2003, Zeev Suraski wrote: >At 23:58 25/06/2003, Sebastian Bergmann wrote: >>Sascha Schumann wrote: >> > Here is a patch which automates the engine selection for VC++. >> >> Works here, too. >> >> But is this really necessary? I fail to see the point of having to >> check out b

Re: [PHP-DEV] Engine selection on Win32

2003-06-26 Thread Zeev Suraski
At 23:58 25/06/2003, Sebastian Bergmann wrote: Sascha Schumann wrote: > Here is a patch which automates the engine selection for VC++. Works here, too. 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 cvs co -r

Re: [PHP-DEV] Engine selection on Win32

2003-06-25 Thread Sascha Schumann
> 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 se

Re: [PHP-DEV] Engine selection on Win32

2003-06-25 Thread Sebastian Bergmann
Sascha Schumann wrote: > Here is a patch which automates the engine selection for VC++. Works here, too. 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 cvs co -r HEAD php-src and cvs co -r PHP_4_3 p