On Wed, Aug 6, 2014 at 3:19 PM, Dmitry Stogov <dmi...@zend.com> wrote:
> On Wed, Aug 6, 2014 at 5:11 PM, Zeev Suraski <z...@zend.com> wrote:
>
>> Dan,
>>
>> Votes area almost never pre-announced.  I have no problem with changing
>> this
>> habit, but I do have an issue with changing it retroactively for a
>> particular vote.
>>
>> Regarding your points, there's a mandatory discussion period during which
>> you should have brought these comments, instead of now.  As a matter of
>> fact, discussion about PHPNG died out more than a week ago, to the level
>> that Dmitry even suggested we avoid wasting time and vote sooner (but that
>> goes against the rules so we didn't do that).
>>
>> If you think the RFC is incomplete in its details and that you can't vote
>> over it then you can of course withhold your vote or vote no.
>>
>> To your specific feedback, there's a migration document to extensions
>> linked
>> from the RFC, and shared here on internals about 10 days ago:
>> https://wiki.php.net/phpng-upgrading
>> I added another link to it from the 'RFC impact' section, as perhaps that's
>> what prevented you from seeing it.
>>
>> I believe it's impractical to keep shared codebases for extensions between
>> PHP 5.x and PHPNG.  Dmitry - please correct me if I'm wrong...
>>
>
> Some extension might require just few changes and they may share codebase
> for PHP and PHPNG, however it's going to be really difficult for very
> engine depended extensions like xdebug.

For the exts I tried while I was testing/fixing phpng a couple of
weeks ago, I'd to say that maintaining the same code base for phpng
and 5.x is simply too hard, way too many APIs changes, many of them
cannot be detected at compile time, introducing many many new #ifdefs
along other things. I will maintain a separate branch. The only thing
I worry about is how I will manage releases in pecl. I have no clean
solution now, or maybe one release with two branches bundled. Separate
releases could work too but I will try everything possible to do not
have to do that, or to have to do that as it is really painful to do.
Maybe I can manage to implement something in pickle to ease this work.
Ideas welcome.

-- 
Pierre

@pierrejoye | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to